Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Doffsets.c186 static sqlite3_int64 ofstVarint(GState *p, int *pOfst){ in ofstVarint() argument
188 u8 *a = &p->aPage[*pOfst]; in ofstVarint()
200 *pOfst += (n+1); in ofstVarint()