HomeSort by: relevance | last modified time | path
    Searched refs:szPage (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 9396 ** first parameter, szPage, is the size in bytes of the pages that must
9397 ** be allocated by the cache. ^szPage will always be a power of two. ^The
9431 ** pointer to a buffer of szPage bytes used to store the content of a
9506 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
9528 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
sqlite3.c 9717 ** first parameter, szPage, is the size in bytes of the pages that must
9718 ** be allocated by the cache. ^szPage will always be a power of two. ^The
9752 ** pointer to a buffer of szPage bytes used to store the content of a
9827 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
9849 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
18263 int szPage, /* Size of every page */
21325 int szPage; /* Size of each page in pPage[] */
    [all...]
shell.c 4238 static sqlite3_pcache *pcachetraceCreate(int szPage, int szExtra, int bPurge){
4242 szPage, szExtra, bPurge);
4244 pRes = pcacheBase.xCreate(szPage, szExtra, bPurge);
4247 szPage, szExtra, bPurge, pRes);
    [all...]

Completed in 184 milliseconds