Searched refs:DB_type (Results 1 – 3 of 3) sorted by relevance
739 if ((pp[DB_type][0] != DB_TYPE_REV) && (pp[DB_rev_date][0] != '\0')) { in ca_main()745 if ((pp[DB_type][0] == DB_TYPE_REV) && !make_revoked(NULL, pp[DB_rev_date])) { in ca_main()1227 if (pp[DB_type][0] == DB_TYPE_REV) { in ca_main()1869 if (rrow[DB_type][0] == DB_TYPE_EXP) in do_body()1871 else if (rrow[DB_type][0] == DB_TYPE_REV) in do_body()1873 else if (rrow[DB_type][0] == DB_TYPE_VAL) in do_body()1878 if (rrow[DB_type][0] == DB_TYPE_REV) { in do_body()1945 row[DB_type] = OPENSSL_strdup("V"); in do_body()1952 if ((row[DB_type] == NULL) || (row[DB_file] == NULL) in do_body()2174 row[DB_type] = OPENSSL_strdup("V"); in do_revoke()[all …]
1160 } else if (inf[DB_type][0] == DB_TYPE_VAL) { in make_ocsp_response()1164 } else if (inf[DB_type][0] == DB_TYPE_REV) { in make_ocsp_response()
202 #define DB_type 0 macro