Home
last modified time | relevance | path

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

/external/openssl/apps/
Dca.c888 if ((pp[DB_type][0] != DB_TYPE_REV) && in MAIN()
894 if ((pp[DB_type][0] == DB_TYPE_REV) && in MAIN()
1423 if (pp[DB_type][0] == DB_TYPE_REV) in MAIN()
1966 if (rrow[DB_type][0] == 'E') in do_body()
1968 else if (rrow[DB_type][0] == 'R') in do_body()
1970 else if (rrow[DB_type][0] == 'V') in do_body()
1975 if (rrow[DB_type][0] == 'R') in do_body()
2153 row[DB_type]=(char *)OPENSSL_malloc(2); in do_body()
2166 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_body()
2173 row[DB_type][0]='V'; in do_body()
[all …]
Dapps.h275 #define DB_type 0 macro
Docsp.c1116 else if (inf[DB_type][0] == DB_TYPE_VAL) in make_ocsp_response()
1121 else if (inf[DB_type][0] == DB_TYPE_REV) in make_ocsp_response()