HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_vtab_in (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 223 sqlite3_vtab_in.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 694 #define sqlite3_vtab_in sqlite3_api->vtab_in macro
sqlite3.h 10468 ** once. The sqlite3_vtab_in() interfaces facilitates this in two ways:
10472 ** ^A call to sqlite3_vtab_in(P,N,-1) will return true (non-zero)
10475 ** sqlite3_vtab_in() with -1 in the third argument is a mechanism
10480 ** ^A call to sqlite3_vtab_in(P,N,F) with F==1 or F==0 indicates
10488 ** ^The sqlite3_vtab_in(P,N,F) interface can be invoked multiple times
10490 ** the return value from sqlite3_vtab_in(P,N,F) will always be the same
10505 ** <li><p> The last call to sqlite3_vtab_in(P,N,F) for which F was
10517 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info*, int iCons, int bHandle);
10531 ** processing using the [sqlite3_vtab_in()] interface in the
sqlite3.c 10789 ** once. The sqlite3_vtab_in() interfaces facilitates this in two ways:
10793 ** ^A call to sqlite3_vtab_in(P,N,-1) will return true (non-zero)
10796 ** sqlite3_vtab_in() with -1 in the third argument is a mechanism
10801 ** ^A call to sqlite3_vtab_in(P,N,F) with F==1 or F==0 indicates
10809 ** ^The sqlite3_vtab_in(P,N,F) interface can be invoked multiple times
10811 ** the return value from sqlite3_vtab_in(P,N,F) will always be the same
10826 ** <li><p> The last call to sqlite3_vtab_in(P,N,F) for which F was
10838 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info*, int iCons, int bHandle);
10852 ** processing using the [sqlite3_vtab_in()] interface in the
142914 #define sqlite3_vtab_in macro
173143 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info *pIdxInfo, int iCons, int bHandle){ function
    [all...]

Completed in 73 milliseconds