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