Home
last modified time | relevance | path

Searched refs:DB_type (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/crypto/libressl/apps/openssl/
H A Dca.c940 if ((pp[DB_type][0] != DB_TYPE_REV) && in ca_main()
947 if ((pp[DB_type][0] == DB_TYPE_REV) && in ca_main()
1448 if (pp[DB_type][0] == DB_TYPE_REV) { in ca_main()
2154 if (rrow[DB_type][0] == DB_TYPE_EXP) in do_body()
2156 else if (rrow[DB_type][0] == DB_TYPE_REV) in do_body()
2158 else if (rrow[DB_type][0] == DB_TYPE_VAL) in do_body()
2163 if (rrow[DB_type][0] == DB_TYPE_REV) { in do_body()
2238 row[DB_type] = malloc(2); in do_body()
2243 if (row[DB_type] == NULL || row[DB_exp_date] == NULL) { in do_body()
2253 if ((row[DB_type] == NULL) || (row[DB_file] == NULL) || in do_body()
[all …]
H A Dapps.h205 #define DB_type 0 macro
H A Docsp.c1253 } else if (inf[DB_type][0] == DB_TYPE_VAL) { in make_ocsp_response()
1257 } else if (inf[DB_type][0] == DB_TYPE_REV) { in make_ocsp_response()