Home
last modified time | relevance | path

Searched refs:pgsz (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h792 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
H A Dsqlite3.c22341 int pgsz, in sqlite3OsShmMap() argument
36869 assert( ((pgsz-1)&pgsz)==0 ); /* Page size must be a power of 2 */
37217 for(iPg=(sStat.st_size/pgsz); iPg<(nByte/pgsz); iPg++){
92372 int pgsz = pTask->pSorter->pgsz;
92698 pSorter->pgsz = pgsz = sqlite3BtreeGetPageSize(db->aDb[0].pBt);
171937 assert( pgsz>0 );
189251 int pgsz;
205331 int pgsz = 0;
205335 if( pgsz<=0 || pgsz>FTS5_MAX_PAGE_SIZE ){
205338 pConfig->pgsz = pgsz;
[all …]

Completed in 414 milliseconds