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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile216 sqlite3_vtab_in.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h684 #define sqlite3_vtab_in sqlite3_api->vtab_in macro
H A Dsqlite3.h9983 ** once. The sqlite3_vtab_in() interfaces facilitates this in two ways:
9987 ** ^A call to sqlite3_vtab_in(P,N,-1) will return true (non-zero)
9990 ** sqlite3_vtab_in() with -1 in the third argument is a mechanism
9995 ** ^A call to sqlite3_vtab_in(P,N,F) with F==1 or F==0 indicates
10003 ** ^The sqlite3_vtab_in(P,N,F) interface can be invoked multiple times
10005 ** the return value from sqlite3_vtab_in(P,N,F) will always be the same
10020 ** <li><p> The last call to sqlite3_vtab_in(P,N,F) for which F was
10032 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info*, int iCons, int bHandle);
10046 ** processing use the [sqlite3_vtab_in()] interface in the
H A Dsqlite3.c10296 ** once. The sqlite3_vtab_in() interfaces facilitates this in two ways:
10300 ** ^A call to sqlite3_vtab_in(P,N,-1) will return true (non-zero)
10303 ** sqlite3_vtab_in() with -1 in the third argument is a mechanism
10308 ** ^A call to sqlite3_vtab_in(P,N,F) with F==1 or F==0 indicates
10316 ** ^The sqlite3_vtab_in(P,N,F) interface can be invoked multiple times
10318 ** the return value from sqlite3_vtab_in(P,N,F) will always be the same
10333 ** <li><p> The last call to sqlite3_vtab_in(P,N,F) for which F was
10345 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info*, int iCons, int bHandle);
10359 ** processing use the [sqlite3_vtab_in()] interface in the
136156 #define sqlite3_vtab_in macro
165046 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info *pIdxInfo, int iCons, int bHandle){ function
[all...]

Completed in 528 milliseconds