Searched refs:pCols (Results 1 – 1 of 1) sorted by relevance
21451 ExprList *pCols; /* List of explicit column names, or NULL */ member34145 if( pCte->pCols && pCte->pCols->nExpr>0 ){ in sqlite3TreeViewWith()34148 for(j=0; j<pCte->pCols->nExpr; j++){ in sqlite3TreeViewWith()34149 sqlite3_str_appendf(&x, "%c%s", cSep, pCte->pCols->a[j].zEName); in sqlite3TreeViewWith()114412 pRet->a[i].pCols = sqlite3ExprListDup(db, p->a[i].pCols, 0);121205 sqlite3RenameExprlistUnmap(pParse, pWith->a[i].pCols);132045 pNew->pCols = pArglist;132058 sqlite3ExprListDelete(db, pCte->pCols);154592 if( pCte->pCols ){154593 if( pEList && pEList->nExpr!=pCte->pCols->nExpr ){[all …]