HomeSort by: relevance | last modified time | path
    Searched defs:CA_DB (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/include/
apps.h 225 } CA_DB;
227 extern int do_updatedb(CA_DB *db, time_t *now);
241 CA_DB *load_index(const char *dbfile, DB_ATTR *dbattr);
242 int index_index(CA_DB *db);
243 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
246 void free_index(CA_DB *db);
  /src/crypto/external/bsd/openssl/dist/apps/include/
apps.h 219 } CA_DB;
233 CA_DB *load_index(const char *dbfile, DB_ATTR *dbattr);
234 int index_index(CA_DB *db);
235 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
238 void free_index(CA_DB *db);
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.h 527 } CA_DB;
539 CA_DB *load_index(const char *dbfile, DB_ATTR *dbattr);
540 int index_index(CA_DB *db);
541 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
544 void free_index(CA_DB *db);

Completed in 23 milliseconds