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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1753 sqlite3_pcache * function(int szPage, int szExtra, int bPurgeable) xCreate;
1770 sqlite3_pcache* function (int szPage, int bPurgeable) xCreate;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h8963 ** first parameter, szPage, is the size in bytes of the pages that must
8964 ** be allocated by the cache. ^szPage will always a power of two. ^The
8998 ** pointer to a buffer of szPage bytes used to store the content of a
9073 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
9095 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
H A Dsqlite3.c9276 ** first parameter, szPage, is the size in bytes of the pages that must
9277 ** be allocated by the cache. ^szPage will always a power of two. ^The
9311 ** pointer to a buffer of szPage bytes used to store the content of a
9386 sqlite3_pcache *(*xCreate)(int szPage, int szExtra, int bPurgeable);
9408 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
17130 int szPage, /* Size of every page */
20138 int szPage; /* Size of each page in pPage[] */ member in struct:Sqlite3Config
22856 0, /* szPage */
37089 int szPage; /* Last known page size */ member in struct:KVVfsFile
53274 int szPage = 0; local
53906 int szPage; /* Size of every page in this cache */ member in struct:PCache
54192 sqlite3PcacheOpen( int szPage, int szExtra, int bPurgeable, int (*xStress)(void*,PgHdr*), void *pStress, PCache *p ) argument
54218 sqlite3PcacheSetPageSize(PCache *pCache, int szPage) argument
54981 int szPage; /* Size of database content section */ member in struct:PCache1
55561 pcache1Create(int szPage, int szExtra, int bPurgeable) argument
57966 int szPage = pPager->pageSize; local
59404 int szPage = pPager->pageSize; local
63344 int szPage = (int)pPager->pageSize; local
64879 u16 szPage; /* Database page size in bytes. 1==64K */ member in struct:WalIndexHdr
65067 u32 szPage; /* Database page size */ member in struct:Wal
65965 int szPage; /* Page size according to the log */ local
66748 int szPage; /* Database page-size */ local
67798 int szPage = (int)pWal->szPage; local
68432 int szPage; /* Size of one page */ member in struct:WalWriter
68495 const int szPage = pWal->szPage;/* Database page size */ local
68543 walFrames( Wal *pWal, int szPage, PgHdr *pList, Pgno nTruncate, int isCommit, int sync_flags ) argument
68780 sqlite3WalFrames( Wal *pWal, int szPage, PgHdr *pList, Pgno nTruncate, int isCommit, int sync_flags ) argument
221835 i64 szPage; /* Value of 'pgSize' column */ member in struct:StatCursor
222096 int szPage; local
222652 int szPage; /* Size of each page in bytes */ member in struct:DbpageCursor
222932 int szPage; local
222976 memcpy(sqlite3PagerGetData(pDbPage), pData, szPage); local
246159 int szPage = 0; local
[all...]
H A Dshell.c2687 static sqlite3_pcache *pcachetraceCreate(int szPage, int szExtra, int bPurge){ argument
2691 szPage, szExtra, bPurge);
2693 pRes = pcacheBase.xCreate(szPage, szExtra, bPurge);
2696 szPage, szExtra, bPurge, pRes);

Completed in 653 milliseconds