Searched refs:nExclude (Results 1 – 1 of 1) sorted by relevance
119741 i64 nExclude; /* Number of tables to exclude from the search */ member119759 j = p->nExclude;119760 p->nExclude += pSrc->nSrc;119761 piNew = sqlite3DbRealloc(p->db, p->aiExclude, p->nExclude*sizeof(int));119763 p->nExclude = 0;119776 if( p->nExclude ){119777 assert( p->nExclude>=pSrc->nSrc );119778 p->nExclude -= pSrc->nSrc;119804 for(i=0; i<p->nExclude && p->aiExclude[i]!=pExpr->iTable; i++){}119805 if( i>=p->nExclude ){