Searched refs:nExclude (Results 1 – 1 of 1) sorted by relevance
119937 i64 nExclude; /* Number of tables to exclude from the search */ member119955 j = p->nExclude;119956 p->nExclude += pSrc->nSrc;119957 piNew = sqlite3DbRealloc(p->db, p->aiExclude, p->nExclude*sizeof(int));119959 p->nExclude = 0;119972 if( p->nExclude ){119973 assert( p->nExclude>=pSrc->nSrc );119974 p->nExclude -= pSrc->nSrc;120000 for(i=0; i<p->nExclude && p->aiExclude[i]!=pExpr->iTable; i++){}120001 if( i>=p->nExclude ){