Searched refs:MEM_Agg (Results 1 - 8 of 8) 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
H A Dvdbemem.c274 testcase( p->flags & MEM_Agg );
278 if( p->flags&(MEM_Agg|MEM_Dyn|MEM_RowSet|MEM_Frame) ){
279 if( p->flags&MEM_Agg ){
281 assert( (p->flags & MEM_Agg)==0 );
H A Dvdbeapi.c566 if( (pMem->flags & MEM_Agg)==0 ){
573 pMem->flags = MEM_Agg;
H A Dvdbeaux.c1080 if( p->flags&(MEM_Agg|MEM_Dyn|MEM_Frame|MEM_RowSet) ){
H A Dvdbe.c5223 assert( (pMem->flags & ~(MEM_Null|MEM_Agg))==0 );
/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 1699 milliseconds