Lines Matching refs:ExprList
255 ExprList *pEL = pParse->pConstExpr; in sqlite3FinishCoding()
703 ExprList *pList; in sqlite3ColumnSetExpr()
1446 void sqlite3AddReturning(Parse *pParse, ExprList *pList){ in sqlite3AddReturning()
1833 ExprList *pList, /* List of field names to be indexed */ in sqlite3AddPrimaryKey()
2370 ExprList *pList; in convertToWithoutRowidTable()
2580 static void markExprListImmutable(ExprList *pList){ in markExprListImmutable()
2962 ExprList *pCNames, /* Optional list of view column names */ in sqlite3CreateView()
3580 ExprList *pFromCol, /* Columns in this table that point to other table */ in sqlite3CreateForeignKey()
3582 ExprList *pToCol, /* Columns in the other table */ in sqlite3CreateForeignKey()
3872 int sqlite3HasExplicitNulls(Parse *pParse, ExprList *pList){ in sqlite3HasExplicitNulls()
3905 ExprList *pList, /* A list of columns to be indexed */ in sqlite3CreateIndex()
5050 void sqlite3SrcListFuncArgs(Parse *pParse, SrcList *p, ExprList *pList){ in sqlite3SrcListFuncArgs()
5575 ExprList *pArglist, /* Optional column name list for the table */ in sqlite3CteNew()