Home
last modified time | relevance | path

Searched refs:sqlite3_vtab_in_next (Results 1 - 3 of 3) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h685 #define sqlite3_vtab_in_next sqlite3_api->vtab_in_next macro
H A Dsqlite3.h9816 ** [sqlite3_vtab_in_next()] to find all values on the right-hand side
9830 ** sqlite3_vtab_in_next(X,P) must be one of the parameters to the
9845 **   rc=sqlite3_vtab_in_next(pList, &pVal)
9854 ** ^On success, the sqlite3_vtab_in_first(X,P) and sqlite3_vtab_in_next(X,P)
9868 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut);
/third_party/sqlite/src/
H A Dsqlite3.c10146 ** [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);
88842 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut){ global() function
132608 #define sqlite3_vtab_in_next global() macro
[all...]

Completed in 142 milliseconds