Home
last modified time | relevance | path

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

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