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 65 #define sqlite3_open_v2(fname,ppDB,flags,zVfs) sqlite_open(fname,ppDB) macro
328 if (sqlite3_open_v2(dict_sqlite->dbpath, &dict_sqlite->db,
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 539 #define sqlite3_open_v2 sqlite3_api->open_v2 macro
sqlite3.c 578 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
662 ** [sqlite3_open_v2()], and not previously closed.
890 ** 3rd parameter to the [sqlite3_open_v2()] interface and
893 ** Only those flags marked as "Ok for sqlite3_open_v2()" may be
894 ** used as the third argument to the [sqlite3_open_v2()] interface.
895 ** The other flags have historically been ignored by sqlite3_open_v2(),
897 ** raised if any of the disallowed bits are passed into sqlite3_open_v2().
901 ** [sqlite3_open_v2()] does *not* cause the underlying database file
903 ** [sqlite3_open_v2()] has historically be a no-op and might become an
906 #define SQLITE_OPEN_READONLY 0x00000001 /* Ok for sqlite3_open_v2() */
136011 #define sqlite3_open_v2 macro
181756 SQLITE_API int sqlite3_open_v2( function
    [all...]

Completed in 145 milliseconds