Lines Matching refs:DB_type

694         if ((pp[DB_type][0] != DB_TYPE_REV) && (pp[DB_rev_date][0] != '\0')) {  in ca_main()
700 if ((pp[DB_type][0] == DB_TYPE_REV) && in ca_main()
1187 if (pp[DB_type][0] == DB_TYPE_REV) { in ca_main()
1829 if (rrow[DB_type][0] == DB_TYPE_EXP) in do_body()
1831 else if (rrow[DB_type][0] == DB_TYPE_REV) in do_body()
1833 else if (rrow[DB_type][0] == DB_TYPE_VAL) in do_body()
1838 if (rrow[DB_type][0] == DB_TYPE_REV) { in do_body()
1906 row[DB_type] = OPENSSL_strdup("V"); in do_body()
1913 if ((row[DB_type] == NULL) || (row[DB_file] == NULL) in do_body()
2135 row[DB_type] = OPENSSL_strdup("V"); in do_revoke()
2143 if (row[DB_type] == NULL || row[DB_file] == NULL) { in do_revoke()
2179 } else if (rrow[DB_type][0] == DB_TYPE_REV) { in do_revoke()
2190 rrow[DB_type][0] = DB_TYPE_REV; in do_revoke()
2191 rrow[DB_type][1] = '\0'; in do_revoke()
2240 } else if (rrow[DB_type][0] == DB_TYPE_VAL) { in get_certificate_status()
2242 row[DB_serial], rrow[DB_type][0]); in get_certificate_status()
2244 } else if (rrow[DB_type][0] == DB_TYPE_REV) { in get_certificate_status()
2246 row[DB_serial], rrow[DB_type][0]); in get_certificate_status()
2248 } else if (rrow[DB_type][0] == DB_TYPE_EXP) { in get_certificate_status()
2250 row[DB_serial], rrow[DB_type][0]); in get_certificate_status()
2252 } else if (rrow[DB_type][0] == DB_TYPE_SUSP) { in get_certificate_status()
2254 row[DB_serial], rrow[DB_type][0]); in get_certificate_status()
2258 row[DB_serial], rrow[DB_type][0]); in get_certificate_status()
2287 if (rrow[DB_type][0] == DB_TYPE_VAL) { in do_updatedb()
2304 rrow[DB_type][0] = DB_TYPE_EXP; in do_updatedb()
2305 rrow[DB_type][1] = '\0'; in do_updatedb()