Searched refs:sqlite3_vtab_in_next (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | loadext.c | 495 sqlite3_vtab_in_next,
|
| H A D | test_bestindex.c | 306 rc=sqlite3_vtab_in_next(argv[ii], &pMem) in tclFilter()
|
| H A D | sqlite3ext.h | 679 #define sqlite3_vtab_in_next sqlite3_api->vtab_in_next macro
|
| H A D | vdbeapi.c | 941 int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut){ in sqlite3_vtab_in_next() function
|
| H A D | sqlite.h.in | 9764 ** [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 D | vt02.c | 399 rc = sqlite3_vtab_in_next(pIn, &pVal) in vt02Filter()
|