Home
last modified time | relevance | path

Searched refs:sqlite3SrcListDup (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A Dupsert.c304 pSrc = sqlite3SrcListDup(db, pTop->pUpsertSrc, 0); in sqlite3UpsertDoUpdate()
H A Dtrigger.c556 pTriggerStep->pFrom = sqlite3SrcListDup(db, pFrom, EXPRDUP_REDUCE); in sqlite3TriggerUpdateStep()
869 SrcList *pDup = sqlite3SrcListDup(db, pStep->pFrom, 0); in sqlite3TriggerStepSrc()
H A Ddelete.c246 pSelectSrc = sqlite3SrcListDup(db, pSrc, 0); in sqlite3LimitWhere()
H A Dfkey.c759 sqlite3DeleteFrom(pParse, sqlite3SrcListDup(db, pName, 0), 0, 0, 0); in sqlite3FkDropTable()
H A Dupdate.c222 pSrc = sqlite3SrcListDup(db, pTabList, 0); in updateFromSelect()
H A Dexpr.c1653 SrcList *sqlite3SrcListDup(sqlite3 *db, const SrcList *p, int flags){ in sqlite3SrcListDup() function
1730 pNew->pSrc = sqlite3SrcListDup(db, p->pSrc, flags); in sqlite3SelectDup()
H A DsqliteInt.h4846 SrcList *sqlite3SrcListDup(sqlite3*,const SrcList*,int);