Searched defs:Mem (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c3028 typedef struct Mem sqlite3_value;
7106 typedef struct Mem Mem; typedef in typeref:struct:Mem
7131 Mem *pMem; /* Used when p4type is P4_MEM */
7182 #define P4_MEM (-8) /* P4 is a pointer to a Mem* structure */
7203 ** The Vdbe.aColName array contains 5n Mem structures, where n is the
8913 Mem *aMem; /* Values */
17630 Mem *aMem; /* Array of memory cells */
17642 #define VdbeFrameMem(p) ((Mem *)&((u8 *)p)[ROUND8(sizeof(VdbeFrame))])
17650 ** Internally, the vdbe manipulates nearly all SQL values as Mem
17660 struct Mem { struct
[all...]

Completed in 207 milliseconds