Searched refs:sqlite3_vtab_config (Results 1 - 6 of 6) sorted by relevance
/external/sqlite/dist/orig/ |
H A D | sqlite3ext.h | 454 #define sqlite3_vtab_config sqlite3_api->vtab_config macro
|
H A D | sqlite3.h | 7292 SQLITE_API int sqlite3_vtab_config(sqlite3*, int op, ...); 7298 ** [sqlite3_vtab_config()] interface that [virtual table] implementations 7304 ** [sqlite3_vtab_config](db,SQLITE_VTAB_CONSTRAINT_SUPPORT,X) are supported, 7306 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
|
H A D | sqlite3.c | 7407 SQLITE_API int sqlite3_vtab_config(sqlite3*, int op, ...); 7413 ** [sqlite3_vtab_config()] interface that [virtual table] implementations 7419 ** [sqlite3_vtab_config](db,SQLITE_VTAB_CONSTRAINT_SUPPORT,X) are supported, 7421 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not 97425 #define sqlite3_vtab_config macro 97528 # define sqlite3_vtab_config macro 110398 SQLITE_API int sqlite3_vtab_config(sqlite3 *db, int op, ...){ function [all...] |
/external/sqlite/dist/ |
H A D | sqlite3ext.h | 454 #define sqlite3_vtab_config sqlite3_api->vtab_config macro
|
H A D | sqlite3.h | 7292 SQLITE_API int sqlite3_vtab_config(sqlite3*, int op, ...); 7298 ** [sqlite3_vtab_config()] interface that [virtual table] implementations 7304 ** [sqlite3_vtab_config](db,SQLITE_VTAB_CONSTRAINT_SUPPORT,X) are supported, 7306 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
|
H A D | sqlite3.c | 7407 SQLITE_API int sqlite3_vtab_config(sqlite3*, int op, ...); 7413 ** [sqlite3_vtab_config()] interface that [virtual table] implementations 7419 ** [sqlite3_vtab_config](db,SQLITE_VTAB_CONSTRAINT_SUPPORT,X) are supported, 7421 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not 97445 #define sqlite3_vtab_config macro 97548 # define sqlite3_vtab_config macro 110418 SQLITE_API int sqlite3_vtab_config(sqlite3 *db, int op, ...){ function [all...] |
Completed in 747 milliseconds