Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c82180 Pgno iPtrmapParent; local
82182 rc = ptrmapGet(pCheck->pBt, iChild, &ePtrmapType, &iPtrmapParent);
82189 if( ePtrmapType!=eType || iPtrmapParent!=iParent ){
82192 iChild, eType, iParent, ePtrmapType, iPtrmapParent);