Home
last modified time | relevance | path

Searched refs:sqlite3_db_readonly (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/test/
H A Drdonly.test36 # EVIDENCE-OF: R-29639-16887 The sqlite3_db_readonly(D,N) interface
41 sqlite3_db_readonly db main
59 sqlite3_db_readonly db main
H A Dfts4unicode.test88 Added the sqlite3_db_readonly() interface.
H A Dpager1.test978 sqlite3_db_readonly db main
981 sqlite3_db_readonly db xyz
989 sqlite3_db_readonly db main
/sqlite-3.40.0/src/
H A Dloadext.c386 sqlite3_db_readonly,
H A Dsqlite3ext.h579 #define sqlite3_db_readonly sqlite3_api->db_readonly macro
H A Dmain.c4692 int sqlite3_db_readonly(sqlite3 *db, const char *zDbName){ in sqlite3_db_readonly() function
H A Dtest1.c5778 Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_db_readonly(db, zDbName))); in test_db_readonly()
H A Dsqlite.h.in6383 ** ^The sqlite3_db_readonly(D,N) interface returns 1 if the database N
6387 int sqlite3_db_readonly(sqlite3 *db, const char *zDbName);
H A Dshell.c.in7903 int bRdonly = sqlite3_db_readonly(p->db, azName[i*2]);
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5unicode2.test95 Added the sqlite3_db_readonly() interface.