Home
last modified time | relevance | path

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

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