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

/external/chromium_org/third_party/sqlite/src/src/
H A Dresolve.c518 int is_agg = 0; /* True if is an aggregate function */ local
538 is_agg = pDef->xFunc==0;
554 if( is_agg && !pNC->allowAgg ){
557 is_agg = 0;
566 if( is_agg ){
570 if( is_agg ) pNC->allowAgg = 0;
572 if( is_agg ) pNC->allowAgg = 1;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c70049 int is_agg = 0; /* True if is an aggregate function */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c77446 int is_agg = 0; /* True if is an aggregate function */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c77466 int is_agg = 0; /* True if is an aggregate function */ local
[all...]

Completed in 657 milliseconds