Lines Matching defs:sqlite3_vtab_in_next
10146 ** [sqlite3_vtab_in_next()] to find all values on the right-hand side
10160 ** sqlite3_vtab_in_next(X,P) must be one of the parameters to the
10175 ** rc=sqlite3_vtab_in_next(pList, &pVal)
10184 ** ^On success, the sqlite3_vtab_in_first(X,P) and sqlite3_vtab_in_next(X,P)
10198 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut);
88784 ** sqlite3_vtab_in_next() (if bNext!=0).
88842 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut){
98396 ** sqlite3_vtab_in_next() to extract all of the values stored in the P1
98398 ** sqlite3_vtab_in_first() and sqlite3_vtab_in_next().
132608 #define sqlite3_vtab_in_next sqlite3_api->vtab_in_next
133122 sqlite3_vtab_in_next,