Searched defs:sqlite3_vtab_config (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h471 #define sqlite3_vtab_config sqlite3_api->vtab_config macro
H A Dsqlite3.c7734 SQLITE_API int SQLITE_CDECL sqlite3_vtab_config(sqlite3*, int op, ...);
7740 ** [sqlite3_vtab_config()] interface that [virtual table] implementations
7746 ** [sqlite3_vtab_config](db,SQLITE_VTAB_CONSTRAINT_SUPPORT,X) are supported,
7748 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
102326 #define sqlite3_vtab_config macro
102441 # define sqlite3_vtab_config macro
115667 SQLITE_API int SQLITE_CDECL sqlite3_vtab_config(sqlite3 *db, int op, ...){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h471 #define sqlite3_vtab_config sqlite3_api->vtab_config macro
H A Dsqlite3.c7734 SQLITE_API int SQLITE_CDECL sqlite3_vtab_config(sqlite3*, int op, ...);
7740 ** [sqlite3_vtab_config()] interface that [virtual table] implementations
7746 ** [sqlite3_vtab_config](db,SQLITE_VTAB_CONSTRAINT_SUPPORT,X) are supported,
7748 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
102344 #define sqlite3_vtab_config macro
102459 # define sqlite3_vtab_config macro
115685 SQLITE_API int SQLITE_CDECL sqlite3_vtab_config(sqlite3 *db, int op, ...){ function
[all...]

Completed in 355 milliseconds