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

/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h144 FuncDef *pDef; /* Used only when flags==MEM_Agg */
191 #define MEM_Agg 0x2000 /* Mem.z points to an agg function context */ macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12358 FuncDef *pDef; /* Used only when flags==MEM_Agg */
12405 #define MEM_Agg 0x2000 /* Mem.z points to an agg function context */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c14028 FuncDef *pDef; /* Used only when flags==MEM_Agg */
14077 #define MEM_Agg 0x2000 /* Mem.z points to an agg function context */ macro
14290 (((X)->flags&(MEM_Agg|MEM_Dyn|MEM_RowSet|MEM_Frame))!=0)
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14028 FuncDef *pDef; /* Used only when flags==MEM_Agg */
14077 #define MEM_Agg 0x2000 /* Mem.z points to an agg function context */ macro
14290 (((X)->flags&(MEM_Agg|MEM_Dyn|MEM_RowSet|MEM_Frame))!=0)
[all...]

Completed in 525 milliseconds