Home
last modified time | relevance | path

Searched refs:sqlite3PCacheBufferSetup (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dpcache.h68 void sqlite3PCacheBufferSetup(void *, int sz, int n);
H A Dpcache1.c275 void sqlite3PCacheBufferSetup(void *pBuf, int sz, int n){ in sqlite3PCacheBufferSetup() function
H A Dmain.c311 sqlite3PCacheBufferSetup( sqlite3GlobalConfig.pPage, in sqlite3_initialize()