Home
last modified time | relevance | path

Searched defs:pUpdate (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/test/
H A Dwordcount.c281 sqlite3_stmt *pUpdate = 0; /* The UPDATE statement */ in main() local
/sqlite-3.40.0/ext/fts1/
H A Dfts1.c623 static void docListUpdate(DocList *d, DocList *pUpdate){ in docListUpdate()
637 static void docListAccumulate(DocList *pAcc, DocList *pUpdate){ in docListAccumulate()
H A Dfulltext.c292 static int docListUpdate(DocList *d, sqlite_int64 iDocid, DocList *pUpdate){ in docListUpdate()
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c233 sqlite3_stmt *pUpdate; /* Last update statement (or NULL) */ member
3450 sqlite3_stmt *pUpdate = 0; in rbuStep() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c4542 sqlite3_stmt *pUpdate = 0; /* Update statement to modify idx values */ in fts3RepackSegdirLevel() local