Lines Matching +full:001 +full:pg
25597 ** %j day of year 001-366
63257 Pgno pg = pg1+ii;
63259 if( pg==pPg->pgno || !sqlite3BitvecTest(pPager->pInJournal, pg) ){
63260 if( pg!=PAGER_SJ_PGNO(pPager) ){
63261 rc = sqlite3PagerGet(pPager, pg, &pPage, 0);
63270 }else if( (pPage = sqlite3PagerLookup(pPager, pg))!=0 ){
70217 Pgno v1; /* Value for second %u substitution in zPfx (current pg) */
134223 /* tag-20191021-001: If the INTEGER PRIMARY KEY is being generated by the
134387 /* Rowid already initialized at tag-20191021-001 */
150276 ** which is just confusing. To avoid this, we follow PG's lead and
164428 ** 1.002.001 t2.t2xy 2 f 010241 N 2 cost 0,56,31
208675 ** compatibility with PG.
208709 ** NUMBER ==> $[NUMBER] // PG compatible
208710 ** LABEL ==> $.LABEL // PG compatible
208711 ** [NUMBER] ==> $[NUMBER] // Not PG. Purely for convenience
223587 ** '/001', and so on, each sibling page identified by a 3-digit hex
223589 ** as '/1c2/000/, '/1c2/001/' etc.