Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dloadext.c495 sqlite3_vtab_in_next,
H A Dtest_bestindex.c306 rc=sqlite3_vtab_in_next(argv[ii], &pMem) in tclFilter()
H A Dsqlite3ext.h679 #define sqlite3_vtab_in_next sqlite3_api->vtab_in_next macro
H A Dvdbeapi.c941 int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut){ in sqlite3_vtab_in_next() function
H A Dsqlite.h.in9764 ** [sqlite3_vtab_in_next()] to find all values on the right-hand side
9778 ** sqlite3_vtab_in_next(X,P) must be one of the parameters to the
9793 **   rc=sqlite3_vtab_in_next(pList, &pVal)
9802 ** ^On success, the sqlite3_vtab_in_first(X,P) and sqlite3_vtab_in_next(X,P)
9816 int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut);
/sqlite-3.40.0/test/
H A Dvt02.c399 rc = sqlite3_vtab_in_next(pIn, &pVal) in vt02Filter()