Home
last modified time | relevance | path

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

/openssl-master/apps/
A Dca.c1799 if (row[DB_name] == NULL) { in do_body()
1813 if (row[DB_name][0] == '\0') { in do_body()
1819 OPENSSL_free(row[DB_name]); in do_body()
1820 row[DB_name] = OPENSSL_strdup(row[DB_serial]); in do_body()
1821 if (row[DB_name] == NULL) { in do_body()
1834 row[DB_name]); in do_body()
1877 p = rrow[DB_name]; in do_body()
1935 || (row[DB_name] == NULL)) { in do_body()
2136 if (row[DB_name] != NULL && row[DB_name][0] == '\0') { in do_revoke()
2138 OPENSSL_free(row[DB_name]); in do_revoke()
[all …]
/openssl-master/apps/include/
A Dapps.h199 # define DB_name 5 /* index - unique when active and not macro
/openssl-master/apps/lib/
A Dapps.c1434 return OPENSSL_LH_strhash(a[DB_name]); in index_name_hash()
1439 return strcmp(a[DB_name], b[DB_name]); in index_name_cmp()
1691 && !TXT_DB_create_index(db->db, DB_name, index_name_qual, in index_index()

Completed in 18 milliseconds