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

/external/chromium_org/third_party/sqlite/src/src/
H A Dresolve.c309 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){
554 if( is_agg && !pNC->allowAgg ){
570 if( is_agg ) pNC->allowAgg = 0;
572 if( is_agg ) pNC->allowAgg = 1;
683 nc.allowAgg = 1;
980 sNC.allowAgg = 1;
1015 sNC.allowAgg = 0;
1044 sNC.allowAgg = 1;
H A DsqliteInt.h2002 u8 allowAgg; /* Aggregate functions allowed here */ member in struct:NameContext
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10362 u8 allowAgg; /* Aggregate functions allowed here */ member in struct:NameContext
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10915 u8 allowAgg; /* Aggregate functions allowed here */ member in struct:NameContext
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10915 u8 allowAgg; /* Aggregate functions allowed here */ member in struct:NameContext
[all...]

Completed in 717 milliseconds