HomeSort by relevance Sort by last modified time
    Searched defs:pNC (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
resolve.c 133 NameContext *pNC, /* The name context used to resolve the name */
142 NameContext *pTopNC = pNC; /* First namecontext in the list */
146 assert( pNC ); /* the name context cannot be NULL. */
156 while( pNC && cnt==0 ){
158 SrcList *pSrcList = pNC->pSrcList;
300 if( cnt==0 && (pEList = pNC->pEList)!=0 && zTab==0 ){
309 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){
326 pNC = pNC->pNext;
337 ** Because no reference was made to outer contexts, the pNC->nRe
    [all...]
expr.c     [all...]
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 113 milliseconds