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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h5058 ** first parameter, szPage, is the size in bytes of the pages that must
5059 ** be allocated by the cache. szPage will not be a power of two. The
5077 ** A 'page', in this context, is a buffer of szPage bytes aligned at an
5150 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
/external/sqlite/dist/
H A Dsqlite3.c.orig6189 ** first parameter, szPage, is the size in bytes of the pages that must
6190 ** be allocated by the cache. ^szPage will not be a power of two. ^szPage
6220 ** A "page", in this context, means a buffer of szPage bytes aligned at an
6281 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
8341 int szPage, /* Size of every page */
10548 int szPage; /* Size of each page in pPage[] */
11490 0, /* szPage */
17640 if( sqlite3GlobalConfig.pPage==0 || sqlite3GlobalConfig.szPage<512
17643 sqlite3GlobalConfig.szPage
[all...]
H A Dsqlite3.c6196 ** first parameter, szPage, is the size in bytes of the pages that must
6197 ** be allocated by the cache. ^szPage will not be a power of two. ^szPage
6227 ** A "page", in this context, means a buffer of szPage bytes aligned at an
6288 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
8348 int szPage, /* Size of every page */
10555 int szPage; /* Size of each page in pPage[] */ member in struct:Sqlite3Config
11497 0, /* szPage */
17647 if( sqlite3GlobalConfig.pPage==0 || sqlite3GlobalConfig.szPage<512
17650 sqlite3GlobalConfig.szPage
[all...]
H A Dsqlite3.h5649 ** first parameter, szPage, is the size in bytes of the pages that must
5650 ** be allocated by the cache. ^szPage will not be a power of two. ^szPage
5680 ** A "page", in this context, means a buffer of szPage bytes aligned at an
5741 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);
H A Dsqlite3.h.orig5646 ** first parameter, szPage, is the size in bytes of the pages that must
5647 ** be allocated by the cache. ^szPage will not be a power of two. ^szPage
5677 ** A "page", in this context, means a buffer of szPage bytes aligned at an
5738 sqlite3_pcache *(*xCreate)(int szPage, int bPurgeable);

Completed in 3186 milliseconds