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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h6115 ** first parameter, szPage, is the size in bytes of the pages that must
6116 ** be allocated by the cache. ^szPage will always a power of two. ^The
6150 ** pointer to a buffer of szPage bytes used to store the content of a
6225 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6247 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
H A Dsqlite3.c6665 ** first parameter, szPage, is the size in bytes of the pages that must
6666 ** be allocated by the cache. ^szPage will always a power of two. ^The
6700 ** pointer to a buffer of szPage bytes used to store the content of a
6775 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
6797 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
9063 int szPage, /* Size of every page */
11322 int szPage; /* Size of each page in pPage[] */ member in struct:Sqlite3Config
12312 0, /* szPage */
18708 if( sqlite3GlobalConfig.pPage==0 || sqlite3GlobalConfig.szPage<512
18711 sqlite3GlobalConfig.szPage
36130 int szPage; /* Size of every page in this cache */ member in struct:PCache
36276 sqlite3PcacheOpen( int szPage, int szExtra, int bPurgeable, int (*xStress)(void*,PgHdr*), void *pStress, PCache *p ) argument
36297 sqlite3PcacheSetPageSize(PCache *pCache, int szPage) argument
36800 int szPage; /* Size of allocated pages in bytes */ member in struct:PCache1
37284 pcache1Create(int szPage, int szExtra, int bPurgeable) argument
39421 int szPage; /* Page size */ local
40784 int szPage = pPager->pageSize; local
45508 u16 szPage; /* Database page size in bytes. 1==64K */ member in struct:WalIndexHdr
45621 u32 szPage; /* Database page size */ member in struct:Wal
46300 int szPage; /* Page size according to the log */ local
46865 int szPage; /* Database page-size */ local
47848 int szPage; /* Size of one page */ member in struct:WalWriter
47910 sqlite3WalFrames( Wal *pWal, int szPage, PgHdr *pList, Pgno nTruncate, int isCommit, int sync_flags ) argument
[all...]

Completed in 422 milliseconds