Searched refs:sqlite3_vtab_in_first (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile217 sqlite3_vtab_in_first.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h685 #define sqlite3_vtab_in_first sqlite3_api->vtab_in_first macro
H A Dsqlite3.h10028 ** but which can be passed to [sqlite3_vtab_in_first()] and
10042 ** The X parameter in a call to sqlite3_vtab_in_first(X,P) or
10055 **   for(rc=sqlite3_vtab_in_first(pList, &pVal);
10066 ** ^On success, the sqlite3_vtab_in_first(X,P) and sqlite3_vtab_in_next(X,P)
10079 SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut);
H A Dsqlite3.c10341 ** but which can be passed to [sqlite3_vtab_in_first()] and
10355 ** The X parameter in a call to sqlite3_vtab_in_first(X,P) or
10368 **   for(rc=sqlite3_vtab_in_first(pList, &pVal);
10379 ** ^On success, the sqlite3_vtab_in_first(X,P) and sqlite3_vtab_in_next(X,P)
10392 SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut);
90942 SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut){ function
136157 #define sqlite3_vtab_in_first macro
[all...]

Completed in 648 milliseconds