Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_func.c482 u8 *pBody; /* Current point in record data */ in test_extract() local
492 pBody = pEndHdr = &pRec[nHdr]; in test_extract()
502 sqlite3VdbeSerialGet(pBody, (u32)iSerialType, &mem); in test_extract()
503 pBody += sqlite3VdbeSerialTypeLen((u32)iSerialType); in test_extract()
530 u8 *pBody; /* Current point in record data */ in test_decode() local
541 pBody = pEndHdr = &pRec[nHdr]; in test_decode()
551 sqlite3VdbeSerialGet(pBody, (u32)iSerialType, &mem); in test_decode()
552 pBody += sqlite3VdbeSerialTypeLen((u32)iSerialType); in test_decode()