Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h683 #define sqlite3_vtab_in sqlite3_api->vtab_in macro
H A Dsqlite3.h9770 ** once. The sqlite3_vtab_in() interfaces facilitates this in two ways:
9774 ** ^A call to sqlite3_vtab_in(P,N,-1) will return true (non-zero)
9777 ** sqlite3_vtab_in() with -1 in the third argument is a mechanism
9782 ** ^A call to sqlite3_vtab_in(P,N,F) with F==1 or F==0 indicates
9790 ** ^The sqlite3_vtab_in(P,N,F) interface can be invoked multiple times
9792 ** the return value from sqlite3_vtab_in(P,N,F) will always be the same
9807 ** <li><p> The last call to sqlite3_vtab_in(P,N,F) for which F was
9819 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info*, int iCons, int bHandle);
9833 ** processing use the [sqlite3_vtab_in()] interface in the
/third_party/sqlite/src/
H A Dsqlite3.c10100 ** 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 global() macro
160434 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info *pIdxInfo, int iCons, int bHandle){ global() function
[all...]

Completed in 153 milliseconds