Home
last modified time | relevance | path

Searched defs:pList (Results 1 – 11 of 11) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dexpr.c74 Expr *sqliteExprFunction(ExprList *pList, Token *pToken){ in sqliteExprFunction()
248 ExprList *sqliteExprListAppend(ExprList *pList, Expr *pExpr, Token *pName){ in sqliteExprListAppend()
282 void sqliteExprListDelete(ExprList *pList){ in sqliteExprListDelete()
768 ExprList *pList = pExpr->pList; in sqliteExprResolveIds() local
990 ExprList *pList = p->pList; in sqliteExprType() local
1150 ExprList *pList = pExpr->pList; in sqliteExprCode() local
1272 ExprList *pList, /* The expression list to be coded */ in sqliteExprCodeExprList()
H A Dattach.c220 SrcList *pList /* The Source list to check and modify */ in sqliteFixSrcList()
283 ExprList *pList /* The expression to be fixed to one database */ in sqliteFixExprList()
H A Dbuild.c680 void sqliteAddPrimaryKey(Parse *pParse, IdList *pList, int onError){ in sqliteAddPrimaryKey()
1476 IdList *pList, /* A list of columns to be indexed */ in sqliteCreateIndex()
1840 IdList *sqliteIdListAppend(IdList *pList, Token *pToken){ in sqliteIdListAppend()
1896 SrcList *sqliteSrcListAppend(SrcList *pList, Token *pTable, Token *pDatabase){ in sqliteSrcListAppend()
1950 void sqliteSrcListAssignCursors(Parse *pParse, SrcList *pList){ in sqliteSrcListAssignCursors()
1962 void sqliteSrcListAddAlias(SrcList *pList, Token *pToken){ in sqliteSrcListAddAlias()
1973 void sqliteIdListDelete(IdList *pList){ in sqliteIdListDelete()
1987 int sqliteIdListIndex(IdList *pList, const char *zName){ in sqliteIdListIndex()
1999 void sqliteSrcListDelete(SrcList *pList){ in sqliteSrcListDelete()
H A Dparse.c2580 ExprList *pList = sqliteExprListAppend(0, yymsp[0].minor.yy242, 0); in yy_reduce() local
2591 ExprList *pList = sqliteExprListAppend(0, yymsp[0].minor.yy242, 0); in yy_reduce() local
2724 ExprList *pList = sqliteExprListAppend(0, yymsp[-2].minor.yy242, 0); in yy_reduce() local
2735 ExprList *pList = sqliteExprListAppend(0, yymsp[-2].minor.yy242, 0); in yy_reduce() local
H A Dselect.c266 IdList *pList; in sqliteProcessJoin() local
1558 substExprList(ExprList *pList, int iTable, ExprList *pEList){ in substExprList()
1645 ExprList *pList; /* The result set of the outer query */ in flattenSubquery() local
1855 ExprList *pEList, *pList, eList; in simpleMinMaxQuery() local
H A Dinsert.c89 ExprList *pList, /* List of values to be inserted */ in sqliteInsert()
H A Dpager.c1251 static int pager_write_pagelist(PgHdr *pList){ in pager_write_pagelist()
1277 PgHdr *p, *pList; in pager_get_all_dirty_pages() local
H A DvdbeInt.h263 Keylist *pList; /* A list of ROWIDs */ member
H A Dbtree_rb.c1317 static void execute_rollback_list(Rbtree *pRbtree, BtRollbackOp *pList) in execute_rollback_list()
H A DsqliteInt.h687 ExprList *pList; /* A list of expressions used as function arguments member
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c10267 ExprList *pList; /* Function arguments or in "<expr> IN (<expr-list)" */ member

Completed in 310 milliseconds