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

/freebsd-10.1-release/crypto/heimdal/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...]
/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c8463 typedef struct NameContext NameContext; typedef in typeref:struct:NameContext
11241 ** A NameContext defines a context in which to resolve table and column
11256 ** Each subquery gets a new NameContext. The pNext field points to the
11257 ** NameContext in the parent query. Thus the process of scanning the
11258 ** NameContext list corresponds to searching through successively outer
11261 struct NameContext { struct
11266 NameContext *pNext; /* Next outer name context. NULL for outermost */
11273 ** Allowed values for the NameContext, ncFlags field.
11754 NameContext *pN
[all...]

Completed in 616 milliseconds