Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c2251 static int whereLoopXfer(sqlite3 *db, WhereLoop *pTo, WhereLoop *pFrom){ in whereLoopXfer() function
2582 rc = whereLoopXfer(db, p, pTemplate); in whereLoopInsert()