Searched defs:log_id (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/ssl/ |
H A D | ssl_ct_log_config.h | 24 const char *log_id; /* binary form */ member in struct:ct_log_config 46 const char *log_id,
|
H A D | ssl_ct_log_config.c | 185 const char *log_id, 217 if (log_id) { 218 rv = apr_unescape_hex(NULL, log_id, strlen(log_id), 0, &len); 221 APLOGNO(02757) "Log id \"%s\" not valid", log_id); 223 apr_unescape_hex(log_id_bin, log_id, strlen(log_id), 0, NULL); 290 newconf->log_id = log_id_bin ? log_id_bin : computed_log_id; 368 const char *log_id = apr_dbd_get_entry(driver, row, cur++); local 378 log_id 183 save_log_config_entry(apr_array_header_t *log_config, apr_pool_t *p, const char *log_id, const char *pubkey_fname, const char *distrusted_str, const char *min_time_str, const char *max_time_str, const char *url) argument [all...] |
H A D | mod_ssl_ct.c | 2879 const char *log_id, *public_key, *distrusted, *min_valid_time, local 2894 log_id = argv[cur_arg++]; 2895 if (!strcmp(log_id, "-")) { 2896 log_id = NULL; 2932 log_id, public_key, distrusted,
|
/httpd/include/ |
H A D | httpd.h | 1003 const char *log_id; member in struct:request_rec 1167 const char *log_id; member in struct:conn_rec
|
Completed in 32 milliseconds