Searched refs:sqlite3_vtab_in_first (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | vt02.c | 381 if( sqlite3_vtab_in_first(0, &pVal)!=SQLITE_MISUSE in vt02Filter() 382 || sqlite3_vtab_in_first(argv[iArg], &pVal)!=SQLITE_MISUSE in vt02Filter() 397 for( rc = sqlite3_vtab_in_first(pIn, &pVal); in vt02Filter()
|
| /sqlite-3.40.0/src/ |
| H A D | loadext.c | 494 sqlite3_vtab_in_first,
|
| H A D | test_bestindex.c | 304 for(rc=sqlite3_vtab_in_first(argv[ii], &pMem); in tclFilter()
|
| H A D | sqlite3ext.h | 678 #define sqlite3_vtab_in_first sqlite3_api->vtab_in_first macro
|
| H A D | vdbeapi.c | 933 int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut){ in sqlite3_vtab_in_first() function
|
| H A D | sqlite.h.in | 9763 ** but which can be passed to [sqlite3_vtab_in_first()] and 9777 ** The X parameter in a call to sqlite3_vtab_in_first(X,P) or 9791 ** for(rc=sqlite3_vtab_in_first(pList, &pVal); 9802 ** ^On success, the sqlite3_vtab_in_first(X,P) and sqlite3_vtab_in_next(X,P) 9815 int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut);
|