Searched refs:DB_name (Results 1 – 3 of 3) sorted by relevance
/external/openssl/apps/ |
D | ca.c | 1969 rrow=TXT_DB_get_by_index(db->db,DB_name,crow); in do_body() 1974 row[DB_name]); in do_body() 2012 p=rrow[DB_name]; if (p == NULL) p="undef"; in do_body() 2190 row[DB_name]=X509_NAME_oneline(X509_get_subject_name(ret),NULL,0); in do_body() 2193 (row[DB_file] == NULL) || (row[DB_name] == NULL)) in do_body() 2423 row[DB_name]=X509_NAME_oneline(X509_get_subject_name(x509),NULL,0); in do_revoke() 2432 if ((row[DB_name] == NULL) || (row[DB_serial] == NULL)) in do_revoke() 2443 …_printf(bio_err,"Adding Entry with serial number %s to DB for %s\n", row[DB_serial], row[DB_name]); in do_revoke() 2499 row[DB_name]); in do_revoke()
|
D | apps.h | 282 #define DB_name 5 /* index - unique when active and not disabled */ macro
|
D | apps.c | 1580 { return(lh_strhash(a[DB_name])); } in index_name_hash() 1583 { return(strcmp(a[DB_name], b[DB_name])); } in index_name_cmp() 1892 && !TXT_DB_create_index(db->db, DB_name, index_name_qual, in index_index()
|