Lines Matching refs:szPage
7492 ** first parameter, szPage, is the size in bytes of the pages that must
7493 ** be allocated by the cache. ^szPage will always a power of two. ^The
7527 ** pointer to a buffer of szPage bytes used to store the content of a
7602 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
7624 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);