Searched refs:szPage (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c6509 ** first parameter, szPage, is the size in bytes of the pages that must
6510 ** be allocated by the cache. ^szPage will not be a power of two. ^szPage
6545 ** A "page", in this context, means a buffer of szPage bytes aligned at an
6609 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
8848 int szPage, /* Size of every page */
11096 int szPage; /* Size of each page in pPage[] */ member in struct:Sqlite3Config
12058 0, /* szPage */
18283 if( sqlite3GlobalConfig.pPage==0 || sqlite3GlobalConfig.szPage<512
18286 sqlite3GlobalConfig.szPage
35199 int szPage; /* Size of every page in this cache */ member in struct:PCache
35345 sqlite3PcacheOpen( int szPage, int szExtra, int bPurgeable, int (*xStress)(void*,PgHdr*), void *pStress, PCache *p ) argument
35366 sqlite3PcacheSetPageSize(PCache *pCache, int szPage) argument
35905 int szPage; /* Size of allocated pages in bytes */ member in struct:PCache1
36565 pcache1Create(int szPage, int bPurgeable) argument
38653 int szPage; /* Page size */ local
40016 int szPage = pPager->pageSize; local
44675 u16 szPage; /* Database page size in bytes. 1==64K */ member in struct:WalIndexHdr
44787 u32 szPage; /* Database page size */ member in struct:Wal
45462 int szPage; /* Page size according to the log */ local
46019 int szPage; /* Database page-size */ local
46976 sqlite3WalFrames( Wal *pWal, int szPage, PgHdr *pList, Pgno nTruncate, int isCommit, int sync_flags ) argument
[all...]
H A Dsqlite3.h5956 ** first parameter, szPage, is the size in bytes of the pages that must
5957 ** be allocated by the cache. ^szPage will not be a power of two. ^szPage
5992 ** A "page", in this context, means a buffer of szPage bytes aligned at an
6056 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);

Completed in 567 milliseconds