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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c7892 typedef struct NameContext NameContext; typedef in typeref:struct:NameContext
10635 ** A NameContext defines a context in which to resolve table and column
10650 ** Each subquery gets a new NameContext. The pNext field points to the
10651 ** NameContext in the parent query. Thus the process of scanning the
10652 ** NameContext list corresponds to searching through successively outer
10655 struct NameContext { struct
10666 NameContext *pNext; /* Next outer name context. NULL for outermost */
11122 NameContext *pNC; /* Naming context */
11426 SQLITE_PRIVATE void sqlite3ExprAnalyzeAggregates(NameContext*, Exp
[all...]

Completed in 424 milliseconds