Lines Matching refs:sqlite3_vtab_in
10100 ** once. The sqlite3_vtab_in() interfaces facilitates this in two ways:
10104 ** ^A call to sqlite3_vtab_in(P,N,-1) will return true (non-zero)
10107 ** sqlite3_vtab_in() with -1 in the third argument is a mechanism
10112 ** ^A call to sqlite3_vtab_in(P,N,F) with F==1 or F==0 indicates
10120 ** ^The sqlite3_vtab_in(P,N,F) interface can be invoked multiple times
10122 ** the return value from sqlite3_vtab_in(P,N,F) will always be the same
10137 ** <li><p> The last call to sqlite3_vtab_in(P,N,F) for which F was
10149 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info*, int iCons, int bHandle);
10163 ** processing use the [sqlite3_vtab_in()] interface in the
132606 #define sqlite3_vtab_in sqlite3_api->vtab_in
133120 sqlite3_vtab_in,
160434 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info *pIdxInfo, int iCons, int bHandle){