OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotate_index
(Results
1 - 4
of
4
) sorted by null
/external/openssl/apps/
apps.h
304
int
rotate_index
(const char *dbfile, const char *new_suffix, const char *old_suffix);
srp.c
730
if (!
rotate_index
(dbfile, "new", "old")) goto err;
ca.c
983
if (!
rotate_index
(dbfile,"new","old")) goto err;
[
all
...]
apps.c
1966
int
rotate_index
(const char *dbfile, const char *new_suffix, const char *old_suffix)
function
[
all
...]
Completed in 132 milliseconds