HomeSort by relevance Sort by last modified time
    Searched refs:dbfile (Results 1 - 13 of 13) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 32 dbfile = os.path.join(tmpdir, "foo.db")
33 anydbm.open(dbfile, "c").close()
34 ftype = whichdb.whichdb(dbfile)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb185.py 32 dbfile = os.path.join(tmpdir, "foo.db")
33 anydbm.open(dbfile, "c").close()
34 ftype = whichdb.whichdb(dbfile)
  /external/chromium_org/third_party/openssl/openssl/apps/
apps.c     [all...]
srp.c 291 char *dbfile=NULL; local
337 dbfile= *(++argv);
389 if (dbfile && configfile)
391 BIO_printf(bio_err,"-dbfile and -configfile cannot be specified together.\n");
433 if (!dbfile)
500 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
512 VERBOSE BIO_printf(bio_err,"Trying to read SRP verifier file \"%s\"\n",dbfile);
514 db = load_index(dbfile, &db_attr);
727 if (!save_index(dbfile, "new", db)) goto err;
730 if (!rotate_index(dbfile, "new", "old")) goto err
    [all...]
apps.h 301 CA_DB *load_index(char *dbfile, DB_ATTR *dbattr);
303 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
304 int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suffix);
ca.c 305 char *dbfile=NULL; local
727 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
732 db = load_index(dbfile,&db_attr);
890 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
895 db = load_index(dbfile, &db_attr);
966 dbfile);
981 if (!save_index(dbfile,"new",db)) goto err;
983 if (!rotate_index(dbfile,"new","old")) goto err;
    [all...]
  /external/openssl/apps/
apps.c     [all...]
srp.c 291 char *dbfile=NULL; local
337 dbfile= *(++argv);
389 if (dbfile && configfile)
391 BIO_printf(bio_err,"-dbfile and -configfile cannot be specified together.\n");
433 if (!dbfile)
500 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
512 VERBOSE BIO_printf(bio_err,"Trying to read SRP verifier file \"%s\"\n",dbfile);
514 db = load_index(dbfile, &db_attr);
727 if (!save_index(dbfile, "new", db)) goto err;
730 if (!rotate_index(dbfile, "new", "old")) goto err
    [all...]
apps.h 301 CA_DB *load_index(char *dbfile, DB_ATTR *dbattr);
303 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
304 int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suffix);
ca.c 305 char *dbfile=NULL; local
727 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
732 db = load_index(dbfile,&db_attr);
890 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
895 db = load_index(dbfile, &db_attr);
966 dbfile);
981 if (!save_index(dbfile,"new",db)) goto err;
983 if (!rotate_index(dbfile,"new","old")) goto err;
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 53 private String dbfile = null; field in class:JDBCConnection
112 dbx.open(dbfile, readonly ? SQLite.Constants.SQLITE_OPEN_READONLY :
148 dbfile = url.substring(8);
150 dbfile = url.substring(13);
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 1053 File dbfile = new File(mDatabase.getPath()); local
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl     [all...]

Completed in 630 milliseconds