Home
last modified time | relevance | path

Searched refs:DB_file (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dca.c1892 p = rrow[DB_file]; in do_body()
1951 row[DB_file] = OPENSSL_strdup("unknown"); in do_body()
1952 if ((row[DB_type] == NULL) || (row[DB_file] == NULL) in do_body()
2180 row[DB_file] = OPENSSL_strdup("unknown"); in do_revoke()
2182 if (row[DB_type] == NULL || row[DB_file] == NULL) { in do_revoke()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h206 #define DB_file 4 macro