Searched refs:zEndHdr (Results 1 – 1 of 1) sorted by relevance
2802 const u8 *zEndHdr; /* Pointer to first byte after the header */ in sqlite3VdbeExec() local2939 zEndHdr = zData + aOffset[0]; in sqlite3VdbeExec()2940 testcase( zHdr>=zEndHdr ); in sqlite3VdbeExec()2951 }while( (u32)i<=p2 && zHdr<zEndHdr ); in sqlite3VdbeExec()2958 if( (zHdr>=zEndHdr && (zHdr>zEndHdr || offset64!=pC->payloadSize)) in sqlite3VdbeExec()2963 zHdr = zEndHdr; in sqlite3VdbeExec()