OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_agg
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
resolve.c
518
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;
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
70049
int
is_agg
= 0; \/* True if is an aggregate function *\/
local
[
all
...]
Completed in 119 milliseconds