NameContext      7600 third_party/sqlite/amalgamation/sqlite3.c typedef struct NameContext NameContext;
NameContext      10352 third_party/sqlite/amalgamation/sqlite3.c   NameContext *pNext;  /* Next outer name context.  NULL for outermost */
NameContext      10806 third_party/sqlite/amalgamation/sqlite3.c     NameContext *pNC;                          /* Naming context */
NameContext      11118 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ExprAnalyzeAggregates(NameContext*, Expr*);
NameContext      11119 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ExprAnalyzeAggList(NameContext*,ExprList*);
NameContext      11324 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3SelectPrep(Parse*, Select*, NameContext*);
NameContext      11325 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3ResolveExprNames(NameContext*, Expr*);
NameContext      11326 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ResolveSelectNames(Parse*, Select*, NameContext*);
NameContext      69664 third_party/sqlite/amalgamation/sqlite3.c   NameContext *pNC,    /* The name context used to resolve the name */
NameContext      69673 third_party/sqlite/amalgamation/sqlite3.c   NameContext *pTopNC = pNC;        /* First namecontext in the list */
NameContext      69971 third_party/sqlite/amalgamation/sqlite3.c   NameContext *pNC;
NameContext      70200 third_party/sqlite/amalgamation/sqlite3.c   NameContext nc;    /* Name context for resolving pE */
NameContext      70407 third_party/sqlite/amalgamation/sqlite3.c   NameContext *pNC,     /* The name context of the SELECT statement */
NameContext      70457 third_party/sqlite/amalgamation/sqlite3.c   NameContext *pOuterNC;  /* Context that contains this SELECT */
NameContext      70458 third_party/sqlite/amalgamation/sqlite3.c   NameContext sNC;        /* Name context of this SELECT */
NameContext      70672 third_party/sqlite/amalgamation/sqlite3.c   NameContext *pNC,       /* Namespace to resolve expressions in. */
NameContext      70725 third_party/sqlite/amalgamation/sqlite3.c   NameContext *pOuterNC  /* Name context for parent SELECT statement */
NameContext      74271 third_party/sqlite/amalgamation/sqlite3.c   NameContext *pNC = pWalker->u.pNC;
NameContext      74393 third_party/sqlite/amalgamation/sqlite3.c   NameContext *pNC = pWalker->u.pNC;
NameContext      74412 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ExprAnalyzeAggregates(NameContext *pNC, Expr *pExpr){
NameContext      74427 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3ExprAnalyzeAggList(NameContext *pNC, ExprList *pList){
NameContext      76078 third_party/sqlite/amalgamation/sqlite3.c static int resolveAttachExpr(NameContext *pName, Expr *pExpr)
NameContext      76341 third_party/sqlite/amalgamation/sqlite3.c   NameContext sName;
NameContext      76346 third_party/sqlite/amalgamation/sqlite3.c   memset(&sName, 0, sizeof(NameContext));
NameContext      78321 third_party/sqlite/amalgamation/sqlite3.c     NameContext sNC;                /* Name context for pParse->pNewTable */
NameContext      81295 third_party/sqlite/amalgamation/sqlite3.c   NameContext sNC;       /* Name context to resolve expressions in */
NameContext      83762 third_party/sqlite/amalgamation/sqlite3.c   NameContext sNameContext;       /* Context used to resolve WHERE clause */
NameContext      83834 third_party/sqlite/amalgamation/sqlite3.c   memset(&sNameContext, 0, sizeof(NameContext));
NameContext      85151 third_party/sqlite/amalgamation/sqlite3.c     NameContext sNC;
NameContext      90899 third_party/sqlite/amalgamation/sqlite3.c   NameContext *pNC, 
NameContext      90967 third_party/sqlite/amalgamation/sqlite3.c           NameContext sNC;
NameContext      91000 third_party/sqlite/amalgamation/sqlite3.c       NameContext sNC;
NameContext      91034 third_party/sqlite/amalgamation/sqlite3.c   NameContext sNC;
NameContext      91240 third_party/sqlite/amalgamation/sqlite3.c   NameContext sNC;
NameContext      93410 third_party/sqlite/amalgamation/sqlite3.c   NameContext *pOuterNC  /* Name context for container */
NameContext      93868 third_party/sqlite/amalgamation/sqlite3.c     NameContext sNC;    /* Name context for processing aggregate information */
NameContext      95399 third_party/sqlite/amalgamation/sqlite3.c   NameContext sNC;            /* Name context for sub-vdbe */
NameContext      95811 third_party/sqlite/amalgamation/sqlite3.c   NameContext sNC;       /* The name-context to resolve expressions in */
NameContext        35 third_party/sqlite/src/src/attach.c static int resolveAttachExpr(NameContext *pName, Expr *pExpr)
NameContext       298 third_party/sqlite/src/src/attach.c   NameContext sName;
NameContext       303 third_party/sqlite/src/src/attach.c   memset(&sName, 0, sizeof(NameContext));
NameContext      1482 third_party/sqlite/src/src/build.c     NameContext sNC;                /* Name context for pParse->pNewTable */
NameContext       238 third_party/sqlite/src/src/delete.c   NameContext sNC;       /* Name context to resolve expressions in */
NameContext      3534 third_party/sqlite/src/src/expr.c   NameContext *pNC = pWalker->u.pNC;
NameContext      3656 third_party/sqlite/src/src/expr.c   NameContext *pNC = pWalker->u.pNC;
NameContext      3675 third_party/sqlite/src/src/expr.c void sqlite3ExprAnalyzeAggregates(NameContext *pNC, Expr *pExpr){
NameContext      3690 third_party/sqlite/src/src/expr.c void sqlite3ExprAnalyzeAggList(NameContext *pNC, ExprList *pList){
NameContext       470 third_party/sqlite/src/src/fkey.c   NameContext sNameContext;       /* Context used to resolve WHERE clause */
NameContext       542 third_party/sqlite/src/src/fkey.c   memset(&sNameContext, 0, sizeof(NameContext));
NameContext       668 third_party/sqlite/src/src/insert.c     NameContext sNC;
NameContext       133 third_party/sqlite/src/src/resolve.c   NameContext *pNC,    /* The name context used to resolve the name */
NameContext       142 third_party/sqlite/src/src/resolve.c   NameContext *pTopNC = pNC;        /* First namecontext in the list */
NameContext       440 third_party/sqlite/src/src/resolve.c   NameContext *pNC;
NameContext       669 third_party/sqlite/src/src/resolve.c   NameContext nc;    /* Name context for resolving pE */
NameContext       876 third_party/sqlite/src/src/resolve.c   NameContext *pNC,     /* The name context of the SELECT statement */
NameContext       926 third_party/sqlite/src/src/resolve.c   NameContext *pOuterNC;  /* Context that contains this SELECT */
NameContext       927 third_party/sqlite/src/src/resolve.c   NameContext sNC;        /* Name context of this SELECT */
NameContext      1141 third_party/sqlite/src/src/resolve.c   NameContext *pNC,       /* Namespace to resolve expressions in. */
NameContext      1194 third_party/sqlite/src/src/resolve.c   NameContext *pOuterNC  /* Name context for parent SELECT statement */
NameContext       977 third_party/sqlite/src/src/select.c   NameContext *pNC, 
NameContext      1045 third_party/sqlite/src/src/select.c           NameContext sNC;
NameContext      1078 third_party/sqlite/src/src/select.c       NameContext sNC;
NameContext      1112 third_party/sqlite/src/src/select.c   NameContext sNC;
NameContext      1318 third_party/sqlite/src/src/select.c   NameContext sNC;
NameContext      3488 third_party/sqlite/src/src/select.c   NameContext *pOuterNC  /* Name context for container */
NameContext      3946 third_party/sqlite/src/src/select.c     NameContext sNC;    /* Name context for processing aggregate information */
NameContext       620 third_party/sqlite/src/src/sqliteInt.h typedef struct NameContext NameContext;
NameContext      2007 third_party/sqlite/src/src/sqliteInt.h   NameContext *pNext;  /* Next outer name context.  NULL for outermost */
NameContext      2461 third_party/sqlite/src/src/sqliteInt.h     NameContext *pNC;                          /* Naming context */
NameContext      2773 third_party/sqlite/src/src/sqliteInt.h void sqlite3ExprAnalyzeAggregates(NameContext*, Expr*);
NameContext      2774 third_party/sqlite/src/src/sqliteInt.h void sqlite3ExprAnalyzeAggList(NameContext*,ExprList*);
NameContext      2979 third_party/sqlite/src/src/sqliteInt.h void sqlite3SelectPrep(Parse*, Select*, NameContext*);
NameContext      2980 third_party/sqlite/src/src/sqliteInt.h int sqlite3ResolveExprNames(NameContext*, Expr*);
NameContext      2981 third_party/sqlite/src/src/sqliteInt.h void sqlite3ResolveSelectNames(Parse*, Select*, NameContext*);
NameContext       813 third_party/sqlite/src/src/trigger.c   NameContext sNC;            /* Name context for sub-vdbe */
NameContext       112 third_party/sqlite/src/src/update.c   NameContext sNC;       /* The name-context to resolve expressions in */