Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c93671 u8 *aRec; local
93675 aRec = sqlite3DbMallocRaw(db, nRec);
93676 if( !aRec ) goto preupdate_old_out;
93677 rc = sqlite3BtreePayload(p->pCsr->uc.pCursor, 0, nRec, aRec);
93679 p->pUnpacked = vdbeUnpackRecord(p->pKeyinfo, nRec, aRec);
93683 sqlite3DbFree(db, aRec);
93686 p->aRecord = aRec;
228494 static sqlite3_int64 sessionGetI64(u8 *aRec){
228495 u64 x = SESSION_UINT32(aRec);
228496 u32 y = SESSION_UINT32(aRec+4);
[all …]