Home
last modified time | relevance | path

Searched refs:pNC (Results 1 – 2 of 2) sorted by relevance

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c11122 NameContext *pNC; /* Naming context */ member
71933 NameContext *pNC, /* The name context used to resolve the name */
71942 NameContext *pTopNC = pNC; /* First namecontext in the list */
71946 assert( pNC ); /* the name context cannot be NULL. */
71956 while( pNC && cnt==0 ){
71958 SrcList *pSrcList = pNC->pSrcList;
72100 if( cnt==0 && (pEList = pNC->pEList)!=0 && zTab==0 ){
72109 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){
72126 pNC = pNC->pNext;
72189 assert( pNC!=0 );
[all …]
/NextBSD/contrib/sqlite3/
HDsqlite3.c12942 NameContext *pNC; /* Naming context */ member
82860 NameContext *pNC, /* The name context used to resolve the name */
82870 NameContext *pTopNC = pNC; /* First namecontext in the list */
82876 assert( pNC ); /* the name context cannot be NULL. */
82890 testcase( pNC->ncFlags & NC_PartIdx );
82891 testcase( pNC->ncFlags & NC_IsCheck );
82892 if( (pNC->ncFlags & (NC_PartIdx|NC_IsCheck))!=0 ){
82910 while( pNC && cnt==0 ){
82912 SrcList *pSrcList = pNC->pSrcList;
83059 if( (pEList = pNC->pEList)!=0
[all …]