Searched refs:pExprList (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtrigger.c25 sqlite3ExprListDelete(db, pTmp->pExprList);
399 pTriggerStep->pExprList = sqlite3ExprListDup(db, pEList, EXPRDUP_REDUCE);
426 pTriggerStep->pExprList = sqlite3ExprListDup(db, pEList, EXPRDUP_REDUCE);
724 sqlite3ExprListDup(db, pStep->pExprList, 0),
733 sqlite3ExprListDup(db, pStep->pExprList, 0),
H A Dattach.c536 if( sqlite3FixExprList(pFix, pStep->pExprList) ){
H A Dfkey.c598 sqlite3ExprListDelete(dbMem, pStep->pExprList);
1079 pStep->pExprList = sqlite3ExprListDup(db, pList, EXPRDUP_REDUCE);
H A DsqliteInt.h2341 * pExprList -> If this is an INSERT INTO ... VALUES ... statement, then
2356 * pExprList -> A list of the columns to update and the expressions to update
2368 ExprList *pExprList; /* SET clause for UPDATE. VALUES clause for INSERT */ member in struct:TriggerStep
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10686 * pExprList -> If this is an INSERT INTO ... VALUES ... statement, then
10701 * pExprList -> A list of the columns to update and the expressions to update
10713 ExprList *pExprList; /* SET clause for UPDATE. VALUES clause for INSERT */ member in struct:TriggerStep
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12099 * pExprList -> If this is an INSERT INTO ... VALUES ... statement, then
12114 * pExprList -> A list of the columns to update and the expressions to update
12126 ExprList *pExprList; /* SET clause for UPDATE. */ member in struct:TriggerStep
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12099 * pExprList -> If this is an INSERT INTO ... VALUES ... statement, then
12114 * pExprList -> A list of the columns to update and the expressions to update
12126 ExprList *pExprList; /* SET clause for UPDATE. */ member in struct:TriggerStep
[all...]

Completed in 484 milliseconds