Searched refs:pCols (Results 1 – 1 of 1) sorted by relevance
21473 ExprList *pCols; /* List of explicit column names, or NULL */ member34175 if( pCte->pCols && pCte->pCols->nExpr>0 ){ in sqlite3TreeViewWith()34178 for(j=0; j<pCte->pCols->nExpr; j++){ in sqlite3TreeViewWith()34179 sqlite3_str_appendf(&x, "%c%s", cSep, pCte->pCols->a[j].zEName); in sqlite3TreeViewWith()114588 pRet->a[i].pCols = sqlite3ExprListDup(db, p->a[i].pCols, 0);121401 sqlite3RenameExprlistUnmap(pParse, pWith->a[i].pCols);132253 pNew->pCols = pArglist;132266 sqlite3ExprListDelete(db, pCte->pCols);154822 if( pCte->pCols ){154823 if( pEList && pEList->nExpr!=pCte->pCols->nExpr ){[all …]