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

/freebsd-10-stable/crypto/openssl/apps/
H A Dapps.h282 # define DB_name 5 /* index - unique when active and not macro
H A Dca.c1878 rrow = TXT_DB_get_by_index(db->db, DB_name, crow);
1882 row[DB_name]);
1925 p = rrow[DB_name];
2106 row[DB_name] = X509_NAME_oneline(X509_get_subject_name(ret), NULL, 0);
2109 (row[DB_file] == NULL) || (row[DB_name] == NULL)) {
2339 row[DB_name] = X509_NAME_oneline(X509_get_subject_name(x509), NULL, 0);
2348 if ((row[DB_name] == NULL) || (row[DB_serial] == NULL)) {
2360 row[DB_serial], row[DB_name]);
2375 /* row[DB_name] done already */
2411 BIO_printf(bio_err, "ERROR:name does not match %s\n", row[DB_name]);
[all...]
H A Dapps.c1533 return (lh_strhash(a[DB_name]));
1538 return (strcmp(a[DB_name], b[DB_name]));
1822 && !TXT_DB_create_index(db->db, DB_name, index_name_qual,

Completed in 137 milliseconds