HomeSort by: relevance | last modified time | path
    Searched refs:zVfs (Results 1 - 5 of 5) 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)
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 4269 const char *zVfs = 0;
4316 zVfs = Tcl_GetString(objv[i]);
4385 rc = sqlite3_open_v2(zFile, &p->db, flags, zVfs);
  /src/external/public-domain/sqlite/dist/
sqlite3.h 4002 const char *zVfs /* Name of VFS module to use */
shell.c 32505 const char *zVfs = 0;
32512 zVfs = "apndvfs";
32537 SQLITE_OPEN_READWRITE|SQLITE_OPEN_CREATE, zVfs);
    [all...]
sqlite3.c 4323 const char *zVfs /* Name of VFS module to use */
    [all...]

Completed in 133 milliseconds