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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.h290 #define DB_name 5 /* index - unique when active and not disabled */ macro
H A Dca.c1918 rrow=TXT_DB_get_by_index(db->db,DB_name,row);
1923 row[DB_name]);
1961 p=rrow[DB_name]; if (p == NULL) p="undef";
2148 row[DB_name]=X509_NAME_oneline(X509_get_subject_name(ret),NULL,0);
2151 (row[DB_file] == NULL) || (row[DB_name] == NULL))
2416 row[DB_name]=X509_NAME_oneline(X509_get_subject_name(x509),NULL,0);
2423 if ((row[DB_name] == NULL) || (row[DB_serial] == NULL))
2434 BIO_printf(bio_err,"Adding Entry with serial number %s to DB for %s\n", row[DB_serial], row[DB_name]);
2449 /* row[DB_name] done already */
2490 row[DB_name]);
[all...]
H A Dapps.c1450 { return(lh_strhash(a[DB_name])); }
1453 { return(strcmp(a[DB_name],
1454 b[DB_name])); }
1776 && !TXT_DB_create_index(db->db, DB_name, index_name_qual,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dca.c1885 rrow = TXT_DB_get_by_index(db->db, DB_name, crow);
1889 row[DB_name]);
1932 p = rrow[DB_name];
2117 row[DB_name] = X509_NAME_oneline(X509_get_subject_name(ret), NULL, 0);
2120 (row[DB_file] == NULL) || (row[DB_name] == NULL)) {
2350 row[DB_name] = X509_NAME_oneline(X509_get_subject_name(x509), NULL, 0);
2359 if ((row[DB_name] == NULL) || (row[DB_serial] == NULL)) {
2371 row[DB_serial], row[DB_name]);
2386 /* row[DB_name] done already */
2425 BIO_printf(bio_err, "ERROR:name does not match %s\n", row[DB_name]);
[all...]
H A Dapps.h286 # define DB_name 5 /* index - unique when active and not macro
H A Dapps.c1638 return (lh_strhash(a[DB_name]));
1643 return (strcmp(a[DB_name], b[DB_name]));
1927 && !TXT_DB_create_index(db->db, DB_name, index_name_qual,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dca.c1885 rrow = TXT_DB_get_by_index(db->db, DB_name, crow);
1889 row[DB_name]);
1932 p = rrow[DB_name];
2117 row[DB_name] = X509_NAME_oneline(X509_get_subject_name(ret), NULL, 0);
2120 (row[DB_file] == NULL) || (row[DB_name] == NULL)) {
2350 row[DB_name] = X509_NAME_oneline(X509_get_subject_name(x509), NULL, 0);
2359 if ((row[DB_name] == NULL) || (row[DB_serial] == NULL)) {
2371 row[DB_serial], row[DB_name]);
2386 /* row[DB_name] done already */
2425 BIO_printf(bio_err, "ERROR:name does not match %s\n", row[DB_name]);
[all...]
H A Dapps.h286 # define DB_name 5 /* index - unique when active and not macro
H A Dapps.c1638 return (lh_strhash(a[DB_name]));
1643 return (strcmp(a[DB_name], b[DB_name]));
1927 && !TXT_DB_create_index(db->db, DB_name, index_name_qual,

Completed in 154 milliseconds