Searched refs:sqlite3_vtab_config (Results 1 - 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
H A D | sqlite3ext.h | 580 #define sqlite3_vtab_config sqlite3_api->vtab_config macro
|
H A D | sqlite3.h | 9526 ** In the call sqlite3_vtab_config(D,C,...) the D parameter is the 9529 ** method that is invoking sqlite3_vtab_config(). The C parameter is one 9534 SQLITE_API int sqlite3_vtab_config(sqlite3*, int op, ...); 9542 ** [sqlite3_vtab_config()] interface that [virtual table] implementations 9549 ** [sqlite3_vtab_config](db,SQLITE_VTAB_CONSTRAINT_SUPPORT,X) are supported, 9551 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not 9580 ** [sqlite3_vtab_config](db,SQLITE_VTAB_DIRECTONLY) from within the 9588 ** [sqlite3_vtab_config](db,SQLITE_VTAB_INNOCUOUS) from within the
|
/third_party/sqlite/src/ |
H A D | shell.c | 3416 sqlite3_vtab_config(db, SQLITE_VTAB_INNOCUOUS); in seriesConnect() 5241 sqlite3_vtab_config(db, SQLITE_VTAB_DIRECTONLY); in fsdirConnect() 5783 sqlite3_vtab_config(db, SQLITE_VTAB_INNOCUOUS); in completionConnect() 7232 sqlite3_vtab_config(db, SQLITE_VTAB_DIRECTONLY); in zipfileConnect()
|
H A D | sqlite3.c | 9835 ** In the call sqlite3_vtab_config(D,C,...) the D parameter is the 9838 ** method that is invoking sqlite3_vtab_config(). The C parameter is one 9843 SQLITE_API int sqlite3_vtab_config(sqlite3*, int op, ...); 9851 ** [sqlite3_vtab_config()] interface that [virtual table] implementations 9858 ** [sqlite3_vtab_config](db,SQLITE_VTAB_CONSTRAINT_SUPPORT,X) are supported, 9860 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not 9889 ** [sqlite3_vtab_config](db,SQLITE_VTAB_DIRECTONLY) from within the 9897 ** [sqlite3_vtab_config](db,SQLITE_VTAB_INNOCUOUS) from within the 132503 #define sqlite3_vtab_config global() macro 132707 # define sqlite3_vtab_config global() macro 151240 SQLITE_API int sqlite3_vtab_config(sqlite3 *db, int op, ...){ global() function [all...] |
Completed in 174 milliseconds