Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c75204 int iPtrEnd = iPtr + get2byte(&data[iPtr+2]); local
75205 if( iPtrEnd+3>=iStart ){
75206 if( iPtrEnd>iStart ) return SQLITE_CORRUPT_PAGE(pPage);
75207 nFrag += iStart - iPtrEnd;