Home
last modified time | relevance | path

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

/external/openssl/apps/
Dapps.h328 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
Dca.c965 if (!save_index(dbfile,"new",db)) goto err; in MAIN()
1265 if (!save_index(dbfile, "new", db)) goto err; in MAIN()
1493 if (!save_index(dbfile, "new", db)) goto err; in MAIN()
Dapps.c1787 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index() function