HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_open_v2 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
dict_sqlite.c 73 #define sqlite3_open_v2(fname,ppDB,flags,zVfs) sqlite_open(fname,ppDB) macro
370 if (sqlite3_open_v2(dict_sqlite->dbpath, &dict_sqlite->db,
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 549 #define sqlite3_open_v2 sqlite3_api->open_v2 macro
sqlite3.c 589 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
673 ** [sqlite3_open_v2()], and not previously closed.
908 ** 3rd parameter to the [sqlite3_open_v2()] interface and
911 ** Only those flags marked as "Ok for sqlite3_open_v2()" may be
912 ** used as the third argument to the [sqlite3_open_v2()] interface.
913 ** The other flags have historically been ignored by sqlite3_open_v2(),
915 ** raised if any of the disallowed bits are passed into sqlite3_open_v2().
919 ** [sqlite3_open_v2()] does *not* cause the underlying database file
921 ** [sqlite3_open_v2()] has historically been a no-op and might become an
924 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
142769 #define sqlite3_open_v2 macro
190795 SQLITE_API int sqlite3_open_v2( function
    [all...]

Completed in 47 milliseconds