Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_func.c480 u8 *pEndHdr; /* Points to one byte past record header */ in test_extract() local
492 pBody = pEndHdr = &pRec[nHdr]; in test_extract()
494 for(iCurrent=0; pHdr<pEndHdr && iCurrent<=iIdx; iCurrent++){ in test_extract()
528 u8 *pEndHdr; /* Points to one byte past record header */ in test_decode() local
541 pBody = pEndHdr = &pRec[nHdr]; in test_decode()
542 while( pHdr<pEndHdr ){ in test_decode()