Searched refs:sqlite3SrcListDup (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | upsert.c | 304 pSrc = sqlite3SrcListDup(db, pTop->pUpsertSrc, 0); in sqlite3UpsertDoUpdate()
|
| H A D | trigger.c | 556 pTriggerStep->pFrom = sqlite3SrcListDup(db, pFrom, EXPRDUP_REDUCE); in sqlite3TriggerUpdateStep() 869 SrcList *pDup = sqlite3SrcListDup(db, pStep->pFrom, 0); in sqlite3TriggerStepSrc()
|
| H A D | delete.c | 246 pSelectSrc = sqlite3SrcListDup(db, pSrc, 0); in sqlite3LimitWhere()
|
| H A D | fkey.c | 759 sqlite3DeleteFrom(pParse, sqlite3SrcListDup(db, pName, 0), 0, 0, 0); in sqlite3FkDropTable()
|
| H A D | update.c | 222 pSrc = sqlite3SrcListDup(db, pTabList, 0); in updateFromSelect()
|
| H A D | expr.c | 1653 SrcList *sqlite3SrcListDup(sqlite3 *db, const SrcList *p, int flags){ in sqlite3SrcListDup() function 1730 pNew->pSrc = sqlite3SrcListDup(db, p->pSrc, flags); in sqlite3SelectDup()
|
| H A D | sqliteInt.h | 4846 SrcList *sqlite3SrcListDup(sqlite3*,const SrcList*,int);
|