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

/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.h285 # define DB_file 4 macro
H A Dca.c2069 p = rrow[DB_file];
2128 row[DB_file] = OPENSSL_malloc(8);
2131 (row[DB_file] == NULL)) {
2139 strcpy(row[DB_file], "unknown");
2403 row[DB_file] = (char *)OPENSSL_malloc(8);
2408 (row[DB_file] == NULL)) {
2412 BUF_strlcpy(row[DB_file], "unknown", 8);

Completed in 66 milliseconds