Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Ddelete.c189 SrcList *pSelectSrc = NULL; /* SELECT rowid FROM x ... (dup of pSrc) */ in sqlite3LimitWhere() local
246 pSelectSrc = sqlite3SrcListDup(db, pSrc, 0); in sqlite3LimitWhere()
258 pSelect = sqlite3SelectNew(pParse, pEList, pSelectSrc, pWhere, 0 ,0, in sqlite3LimitWhere()