Searched refs:sqlite3WithDup (Results 1 – 3 of 3) sorted by relevance
1525 With *sqlite3WithDup(sqlite3 *db, With *p){ in sqlite3WithDup() function1544 # define sqlite3WithDup(x,y) 0 macro1745 pNew->pWith = sqlite3WithDup(db, p->pWith); in sqlite3SelectDup()
835 pCopy = sqlite3WithDup(pParse->db, pWith); in renameWalkWith()
4863 With *sqlite3WithDup(sqlite3 *db, With *p);