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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h686 #define sqlite3_vtab_in_next sqlite3_api->vtab_in_next macro
H A Dsqlite3.h10029 ** [sqlite3_vtab_in_next()] to find all values on the right-hand side
10043 ** sqlite3_vtab_in_next(X,P) should be one of the parameters to the
10057 **   rc=sqlite3_vtab_in_next(pList, &pVal)
10066 ** ^On success, the sqlite3_vtab_in_first(X,P) and sqlite3_vtab_in_next(X,P)
10080 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut);
H A Dsqlite3.c10342 ** [sqlite3_vtab_in_next()] to find all values on the right-hand side
10356 ** sqlite3_vtab_in_next(X,P) should be one of the parameters to the
10370 **   rc=sqlite3_vtab_in_next(pList, &pVal)
10379 ** ^On success, the sqlite3_vtab_in_first(X,P) and sqlite3_vtab_in_next(X,P)
10393 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut);
90950 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut){ function
136158 #define sqlite3_vtab_in_next macro
[all...]

Completed in 564 milliseconds