Home
last modified time | relevance | path

Searched refs:sqlite3_db_readonly (Results 1 - 4 of 4) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h585 #define sqlite3_db_readonly sqlite3_api->db_readonly macro
H A Dsqlite3.h6435 ** ^The sqlite3_db_readonly(D,N) interface returns 1 if the database N
6439 SQLITE_API int sqlite3_db_readonly(sqlite3 *db, const char *zDbName);
/third_party/sqlite/src/
H A Dshell.c22307 int bRdonly = sqlite3_db_readonly(p->db, azName[i*2]); in do_meta_command()
H A Dsqlite3.c6744 ** ^The sqlite3_db_readonly(D,N) interface returns 1 if the database N
6748 SQLITE_API int sqlite3_db_readonly(sqlite3 *db, const char *zDbName);
132508 #define sqlite3_db_readonly global() macro
178169 SQLITE_API int sqlite3_db_readonly(sqlite3 *db, const char *zDbName){ global() function
[all...]

Completed in 177 milliseconds