Searched refs:nDepth (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c3610 /* The pNC->nDepth==0 test causes aggregate functions in subqueries
3612 if( pNC->nDepth==0 ){
3657 if( pNC->nDepth==0 ){
3658 pNC->nDepth++;
3660 pNC->nDepth--;
H A DsqliteInt.h2005 int nDepth; /* Depth of subquery recursion. 1 for no recursion */ member in struct:NameContext
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10350 int nDepth; /* Depth of subquery recursion. 1 for no recursion */ member in struct:NameContext
[all...]

Completed in 168 milliseconds