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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c5948 ** first parameter, szPage, is the size in bytes of the pages that must
5949 ** be allocated by the cache. ^szPage will not be a power of two. ^szPage
5976 ** ^A 'page', in this context, is a buffer of szPage bytes aligned at an
6038 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
8035 int szPage, /* Size of every page */
10207 int szPage; /* Size of each page in pPage[] */ member in struct:Sqlite3Config
11151 0, /* szPage */
17215 if( sqlite3GlobalConfig.pPage && sqlite3GlobalConfig.szPage>=512
17219 int sz = ROUNDDOWN8(sqlite3GlobalConfig.szPage);
32253 int szPage; /* Size of every page in this cache */ member in struct:PCache
32395 sqlite3PcacheOpen( int szPage, int szExtra, int bPurgeable, int (*xStress)(void*,PgHdr*), void *pStress, PCache *p ) argument
32416 sqlite3PcacheSetPageSize(PCache *pCache, int szPage) argument
32849 int szPage; /* Size of allocated pages in bytes */ member in struct:PCache1
33264 pcache1Create(int szPage, int bPurgeable) argument
35265 int szPage; /* Page size */ local
41122 u16 szPage; /* Database page size in bytes. 1==64K */ member in struct:WalIndexHdr
41233 u32 szPage; /* Database page size */ member in struct:Wal
41879 int szPage; /* Page size according to the log */ local
42352 int szPage; /* Database page-size */ local
43235 sqlite3WalFrames( Wal *pWal, int szPage, PgHdr *pList, Pgno nTruncate, int isCommit, int sync_flags ) argument
[all...]
H A Dsqlite3.h5411 ** first parameter, szPage, is the size in bytes of the pages that must
5412 ** be allocated by the cache. ^szPage will not be a power of two. ^szPage
5439 ** ^A 'page', in this context, is a buffer of szPage bytes aligned at an
5501 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c5948 ** first parameter, szPage, is the size in bytes of the pages that must
5949 ** be allocated by the cache. ^szPage will not be a power of two. ^szPage
5976 ** ^A 'page', in this context, is a buffer of szPage bytes aligned at an
6038 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
8035 int szPage, /* Size of every page */
10207 int szPage; /* Size of each page in pPage[] */ member in struct:Sqlite3Config
11151 0, /* szPage */
17215 if( sqlite3GlobalConfig.pPage && sqlite3GlobalConfig.szPage>=512
17219 int sz = ROUNDDOWN8(sqlite3GlobalConfig.szPage);
32253 int szPage; /* Size of every page in this cache */ member in struct:PCache
32395 sqlite3PcacheOpen( int szPage, int szExtra, int bPurgeable, int (*xStress)(void*,PgHdr*), void *pStress, PCache *p ) argument
32416 sqlite3PcacheSetPageSize(PCache *pCache, int szPage) argument
32849 int szPage; /* Size of allocated pages in bytes */ member in struct:PCache1
33264 pcache1Create(int szPage, int bPurgeable) argument
35265 int szPage; /* Page size */ local
41122 u16 szPage; /* Database page size in bytes. 1==64K */ member in struct:WalIndexHdr
41233 u32 szPage; /* Database page size */ member in struct:Wal
41879 int szPage; /* Page size according to the log */ local
42352 int szPage; /* Database page-size */ local
43235 sqlite3WalFrames( Wal *pWal, int szPage, PgHdr *pList, Pgno nTruncate, int isCommit, int sync_flags ) argument
[all...]
H A Dsqlite3.h5411 ** first parameter, szPage, is the size in bytes of the pages that must
5412 ** be allocated by the cache. ^szPage will not be a power of two. ^szPage
5439 ** ^A 'page', in this context, is a buffer of szPage bytes aligned at an
5501 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c5948 ** first parameter, szPage, is the size in bytes of the pages that must
5949 ** be allocated by the cache. ^szPage will not be a power of two. ^szPage
5976 ** ^A 'page', in this context, is a buffer of szPage bytes aligned at an
6038 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
8035 int szPage, /* Size of every page */
10207 int szPage; /* Size of each page in pPage[] */ member in struct:Sqlite3Config
11151 0, /* szPage */
17215 if( sqlite3GlobalConfig.pPage && sqlite3GlobalConfig.szPage>=512
17219 int sz = ROUNDDOWN8(sqlite3GlobalConfig.szPage);
32253 int szPage; /* Size of every page in this cache */ member in struct:PCache
32395 sqlite3PcacheOpen( int szPage, int szExtra, int bPurgeable, int (*xStress)(void*,PgHdr*), void *pStress, PCache *p ) argument
32416 sqlite3PcacheSetPageSize(PCache *pCache, int szPage) argument
32849 int szPage; /* Size of allocated pages in bytes */ member in struct:PCache1
33264 pcache1Create(int szPage, int bPurgeable) argument
35265 int szPage; /* Page size */ local
41122 u16 szPage; /* Database page size in bytes. 1==64K */ member in struct:WalIndexHdr
41233 u32 szPage; /* Database page size */ member in struct:Wal
41879 int szPage; /* Page size according to the log */ local
42352 int szPage; /* Database page-size */ local
43235 sqlite3WalFrames( Wal *pWal, int szPage, PgHdr *pList, Pgno nTruncate, int isCommit, int sync_flags ) argument
[all...]
H A Dsqlite3.h5411 ** first parameter, szPage, is the size in bytes of the pages that must
5412 ** be allocated by the cache. ^szPage will not be a power of two. ^szPage
5439 ** ^A 'page', in this context, is a buffer of szPage bytes aligned at an
5501 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);

Completed in 762 milliseconds