Searched refs:sqlite3_open_v2 (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp105 int rc = ::sqlite3_open_v2(path, &mDb, flags, NULL);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp105 int rc = ::sqlite3_open_v2(path, &mDb, flags, NULL);
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dauthdb.c996 int32_t rc = sqlite3_open_v2(db->db_path, &handle, SQLITE_OPEN_READWRITE, NULL);
1003 rc = sqlite3_open_v2(db->db_path, &handle, SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE, NULL);
/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Dhdb-sqlite.c206 ret = sqlite3_open_v2(hsdb->db_file, &hsdb->db,
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h377 #define sqlite3_open_v2 sqlite3_api->open_v2 macro
H A Dsqlite3.h221 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
286 ** [sqlite3_open_v2()], and not previously closed.
469 ** 3rd parameter to the [sqlite3_open_v2()] interface and
472 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
473 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */
474 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */
478 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */
486 #define SQLITE_OPEN_NOMUTEX 0x00008000 /* Ok for sqlite3_open_v2() */
487 #define SQLITE_OPEN_FULLMUTEX 0x00010000 /* Ok for sqlite3_open_v2() */
488 #define SQLITE_OPEN_SHAREDCACHE 0x00020000 /* Ok for sqlite3_open_v2() */
[all...]
H A Dsqlite3.c774 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
839 ** [sqlite3_open_v2()], and not previously closed.
1022 ** 3rd parameter to the [sqlite3_open_v2()] interface and
1025 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
1026 #define SQLITE_OPEN_READWRITE 0x00000002 /* Ok for sqlite3_open_v2() */
1027 #define SQLITE_OPEN_CREATE 0x00000004 /* Ok for sqlite3_open_v2() */
1031 #define SQLITE_OPEN_URI 0x00000040 /* Ok for sqlite3_open_v2() */
1039 #define SQLITE_OPEN_NOMUTEX 0x00008000 /* Ok for sqlite3_open_v2() */
1040 #define SQLITE_OPEN_FULLMUTEX 0x00010000 /* Ok for sqlite3_open_v2() */
1041 #define SQLITE_OPEN_SHAREDCACHE 0x00020000 /* Ok for sqlite3_open_v2() */
89269 #define sqlite3_open_v2 macro
112449 SQLITE_API int sqlite3_open_v2( function
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dscache.c237 ret = sqlite3_open_v2(name, db, SQLITE_OPEN_READWRITE, NULL);
344 ret = sqlite3_open_v2(s->file, &s->db, SQLITE_OPEN_READWRITE|flags, NULL);
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c609 int s3e = sqlite3_open_v2(path, &handle, flags, NULL);
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c609 int s3e = sqlite3_open_v2(path, &handle, flags, NULL);

Completed in 506 milliseconds