Home
last modified time | relevance | path

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

/external/openssl/apps/
Dca.c1943 rrow=TXT_DB_get_by_index(db->db,DB_name,crow); in do_body()
1948 row[DB_name]); in do_body()
1986 p=rrow[DB_name]; if (p == NULL) p="undef"; in do_body()
2164 row[DB_name]=X509_NAME_oneline(X509_get_subject_name(ret),NULL,0); in do_body()
2167 (row[DB_file] == NULL) || (row[DB_name] == NULL)) in do_body()
2396 row[DB_name]=X509_NAME_oneline(X509_get_subject_name(x509),NULL,0); in do_revoke()
2405 if ((row[DB_name] == NULL) || (row[DB_serial] == NULL)) in do_revoke()
2416 …_printf(bio_err,"Adding Entry with serial number %s to DB for %s\n", row[DB_serial], row[DB_name]); in do_revoke()
2472 row[DB_name]); in do_revoke()
Dapps.h280 #define DB_name 5 /* index - unique when active and not disabled */ macro
Dapps.c1567 { return(lh_strhash(a[DB_name])); } in index_name_hash()
1570 { return(strcmp(a[DB_name], b[DB_name])); } in index_name_cmp()
1879 && !TXT_DB_create_index(db->db, DB_name, index_name_qual, in index_index()