Searched defs:NameContext (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h620 typedef struct NameContext NameContext; typedef in typeref:struct:NameContext
1976 ** A NameContext defines a context in which to resolve table and column
1991 ** Each subquery gets a new NameContext. The pNext field points to the
1992 ** NameContext in the parent query. Thus the process of scanning the
1993 ** NameContext list corresponds to searching through successively outer
1996 struct NameContext { struct
2007 NameContext *pNext; /* Next outer name context. NULL for outermost */
2461 NameContext *pNC; /* Naming context */
2773 void sqlite3ExprAnalyzeAggregates(NameContext*, Exp
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7600 typedef struct NameContext NameContext; typedef in typeref:struct:NameContext
10321 ** A NameContext defines a context in which to resolve table and column
10336 ** Each subquery gets a new NameContext. The pNext field points to the
10337 ** NameContext in the parent query. Thus the process of scanning the
10338 ** NameContext list corresponds to searching through successively outer
10341 struct NameContext { struct
10352 NameContext *pNext; /* Next outer name context. NULL for outermost */
10806 NameContext *pNC; /* Naming context */
11118 SQLITE_PRIVATE void sqlite3ExprAnalyzeAggregates(NameContext*, Exp
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8803 typedef struct NameContext NameContext; typedef in typeref:struct:NameContext
11629 ** A NameContext defines a context in which to resolve table and column
11644 ** Each subquery gets a new NameContext. The pNext field points to the
11645 ** NameContext in the parent query. Thus the process of scanning the
11646 ** NameContext list corresponds to searching through successively outer
11649 struct NameContext { struct
11654 NameContext *pNext; /* Next outer name context. NULL for outermost */
11661 ** Allowed values for the NameContext, ncFlags field.
12262 NameContext *pN
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8803 typedef struct NameContext NameContext; typedef in typeref:struct:NameContext
11629 ** A NameContext defines a context in which to resolve table and column
11644 ** Each subquery gets a new NameContext. The pNext field points to the
11645 ** NameContext in the parent query. Thus the process of scanning the
11646 ** NameContext list corresponds to searching through successively outer
11649 struct NameContext { struct
11654 NameContext *pNext; /* Next outer name context. NULL for outermost */
11661 ** Allowed values for the NameContext, ncFlags field.
12262 NameContext *pN
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1754 milliseconds