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

/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3ext.h557 #define sqlite3_db_readonly sqlite3_api->db_readonly macro
H A Dsqlite3.h6197 ** ^The sqlite3_db_readonly(D,N) interface returns 1 if the database N
6201 SQLITE_API int sqlite3_db_readonly(sqlite3 *db, const char *zDbName);
H A Dshell.c17794 int bRdonly = sqlite3_db_readonly(p->db, azName[i*2]);
H A Dsqlite3.c7260 ** ^The sqlite3_db_readonly(D,N) interface returns 1 if the database N
7264 SQLITE_API int sqlite3_db_readonly(sqlite3 *db, const char *zDbName);
125947 #define sqlite3_db_readonly macro
168534 SQLITE_API int sqlite3_db_readonly(sqlite3 *db, const char *zDbName){ function
[all...]

Completed in 704 milliseconds