Lines Matching defs:sqlite3_vtab_in_first
10145 ** but which can be passed to [sqlite3_vtab_in_first()] and
10159 ** The X parameter in a call to sqlite3_vtab_in_first(X,P) or
10173 ** for(rc=sqlite3_vtab_in_first(pList, &pVal);
10184 ** ^On success, the sqlite3_vtab_in_first(X,P) and sqlite3_vtab_in_next(X,P)
10197 SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut);
22944 ** and a subtype of 'p'. The sqlite3_vtab_in_first() and _next() interfaces
88783 ** Implementation of sqlite3_vtab_in_first() (if bNext==0) and
88834 SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut){
98395 ** can be used as the first argument to sqlite3_vtab_in_first() and
98398 ** sqlite3_vtab_in_first() and sqlite3_vtab_in_next().
132607 #define sqlite3_vtab_in_first sqlite3_api->vtab_in_first
133121 sqlite3_vtab_in_first,