Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/apps/
Dapps.h331 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
Dca.c898 if (!save_index(dbfile, "new", db)) in MAIN()
1191 if (!save_index(dbfile, "new", db)) in MAIN()
1416 if (!save_index(dbfile, "new", db)) in MAIN()
Dapps.c1723 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index() function