Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dca.c1806 p = rrow[DB_file]; in do_body()
1866 row[DB_file] = OPENSSL_strdup("unknown"); in do_body()
1867 if ((row[DB_type] == NULL) || (row[DB_file] == NULL) in do_body()
2099 row[DB_file] = OPENSSL_strdup("unknown"); in do_revoke()
2101 if (row[DB_type] == NULL || row[DB_file] == NULL) { in do_revoke()
H A Dapps.h507 # define DB_file 4 macro
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dca.c1886 p = rrow[DB_file]; in do_body()
1946 row[DB_file] = OPENSSL_strdup("unknown"); in do_body()
1947 if ((row[DB_type] == NULL) || (row[DB_file] == NULL) in do_body()
2175 row[DB_file] = OPENSSL_strdup("unknown"); in do_revoke()
2177 if (row[DB_type] == NULL || row[DB_file] == NULL) { in do_revoke()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Dapps.h199 # define DB_file 4 macro