Home
last modified time | relevance | path

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

/external/openssl/apps/
Dapps.h304 int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suffix);
Dca.c969 if (!rotate_index(dbfile,"new","old")) goto err; in MAIN()
1347 if (!rotate_index(dbfile,"new","old")) goto err; in MAIN()
1515 if (!rotate_index(dbfile, "new", "old")) goto err; in MAIN()
Dapps.c1957 int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suffix) in rotate_index() function