Searched refs:aMem (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c16249 ** key and the pData,nData,nZero fields are uninitialized. The aMem,nMem
16257 ** The aMem,nMem fields are uninitialized for table btrees.
16266 ** aMem not used decomposed key value
16267 ** nMem not used entries in aMem
16281 sqlite3_value *aMem; /* First of nMem value in the unpacked pKey */ member in struct:BtreePayload
16282 u16 nMem; /* Number of aMem[] value. Might be zero */
18610 Mem *aMem; /* Values */ member in struct:UnpackedRecord
18612 char *z; /* Cache of aMem[0].z for vdbeRecordCompareString() */
18613 i64 i; /* Cache of aMem[0].u.i for vdbeRecordCompareInt() */
18615 int n; /* Cache of aMem[
20229 Mem *aMem; /* See sqlite3BtreeCursorHint() */ member in union:Walker::__anon38
23205 Mem *aMem; /* Array of memory cells for parent frame */ member in struct:VdbeFrame
23476 Mem *aMem; /* The memory locations */ member in struct:Vdbe
84308 Mem *aMem = pRec->aMem; local
86714 Mem *aMem = VdbeFrameMem(p); local
93286 filterHash(const Mem *aMem, const Op *pOp) argument
93431 Mem *aMem = p->aMem; /* Copy of p->aMem */ local
[all...]

Completed in 876 milliseconds