Home
last modified time | relevance | path

Searched refs:save_index (Results 1 – 3 of 3) sorted by relevance

/external/openssl/apps/
Dapps.h303 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
Dca.c967 if (!save_index(dbfile,"new",db)) goto err; in MAIN()
1283 if (!save_index(dbfile, "new", db)) goto err; in MAIN()
1513 if (!save_index(dbfile, "new", db)) goto err; in MAIN()
Dapps.c1890 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index() function