Searched refs:iPtrEnd (Results 1 – 1 of 1) sorted by relevance
75204 int iPtrEnd = iPtr + get2byte(&data[iPtr+2]); local75205 if( iPtrEnd+3>=iStart ){75206 if( iPtrEnd>iStart ) return SQLITE_CORRUPT_PAGE(pPage);75207 nFrag += iStart - iPtrEnd;