Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h746 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
H A Dsqlite3.c16615 int pgsz, in sqlite3OsShmMap() argument
29637 assert( ((pgsz-1)&pgsz)==0 ); /* Page size must be a power of 2 */
29638 if( pgsz<shmsz ) return 1;
29639 return pgsz/shmsz;
29924 for(iPg=(sStat.st_size/pgsz); iPg<(nByte/pgsz); iPg++){
29925 if( seekAndWriteFd(pShmNode->h, iPg*pgsz + pgsz-1, "", 1, 0)!=1 ){
78549 int pgsz = pTask->pSorter->pgsz;
78554 pReadr->nBuffer = pgsz;
78877 pSorter->pgsz = pgsz = sqlite3BtreeGetPageSize(db->aDb[0].pBt);
144496 int pgsz = p->nPgsz;
[all …]

Completed in 370 milliseconds