Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c1902 LsmPgno *piPgno, /* IN/OUT: fraction cascade pointer (or 0) */ in seekInLevel() argument
1927 if( nRhs==0 ) iPtr = (int)*piPgno; in seekInLevel()
1942 int iPtr = (int)*piPgno; in seekInLevel()
1982 *piPgno = iOut; in seekInLevel()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c6327 int *piPgno /* OUT: Page number */ in fts5DecodeRowid() argument
6329 *piPgno = (int)(iRowid & (((i64)1 << FTS5_DATA_PAGE_B) - 1)); in fts5DecodeRowid()