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

/freebsd-11-stable/crypto/openssl/apps/
H A Dca.c1994 row[DB_name] = X509_NAME_oneline(X509_get_subject_name(ret), NULL, 0);
1995 if (row[DB_name] == NULL) {
2009 if (row[DB_name][0] == '\0') {
2015 OPENSSL_free(row[DB_name]);
2016 row[DB_name] = OPENSSL_strdup(row[DB_serial]);
2017 if (row[DB_name] == NULL) {
2026 rrow = TXT_DB_get_by_index(db->db, DB_name, crow);
2030 row[DB_name]);
2073 p = rrow[DB_name];
2364 row[DB_name]
[all...]
H A Dapps.h286 # define DB_name 5 /* index - unique when active and not macro
H A Dapps.c1655 return (lh_strhash(a[DB_name]));
1660 return (strcmp(a[DB_name], b[DB_name]));
1944 && !TXT_DB_create_index(db->db, DB_name, index_name_qual,

Completed in 77 milliseconds