Home
last modified time | relevance | path

Searched refs:http_endpoint (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/unbound/util/
H A Dnetevent.h231 char* http_endpoint; member
555 uint32_t http_max_streams, char* http_endpoint,
H A Dnetevent.c3497 uint32_t http_max_streams, char* http_endpoint, argument
3560 if(!(c->http_endpoint = strdup(http_endpoint))) {
3572 free(c->http_endpoint);
3582 free(c->http_endpoint);
3615 uint32_t http_max_streams, char* http_endpoint, argument
3694 http_max_streams, http_endpoint,
4020 if(c->type == comm_http && c->http_endpoint) {
4021 free(c->http_endpoint);
4022 c->http_endpoint = NULL;
H A Dconfigparser.y1059 free(cfg_parser->cfg->http_endpoint);
1061 cfg_parser->cfg->http_endpoint = malloc(strlen($2)+2);
1062 if(!cfg_parser->cfg->http_endpoint)
1064 cfg_parser->cfg->http_endpoint[0] = '/';
1065 memmove(cfg_parser->cfg->http_endpoint+1, $2,
1069 cfg_parser->cfg->http_endpoint = $2;
H A Dconfig_file.h143 char* http_endpoint; member
H A Dconfig_file.c126 if(!(cfg->http_endpoint = strdup("/dns-query"))) goto error_exit; in config_create()
555 else S_STR("http-endpoint:", http_endpoint) in config_set_option()
1061 else O_STR(opt, "http-endpoint", http_endpoint) in config_get_option()
1545 free(cfg->http_endpoint); in config_delete()
/freebsd-13.1/contrib/unbound/services/
H A Dlisten_dnsport.h192 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit,
H A Dlisten_dnsport.c1350 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit, in listen_create() argument
1387 http_max_streams, http_endpoint, in listen_create()
2805 size_t el = strlen(h2_session->c->http_endpoint); in http2_req_header_cb()
2808 if(valuelen < el || memcmp(h2_session->c->http_endpoint, in http2_req_header_cb()
/freebsd-13.1/contrib/unbound/daemon/
H A Dworker.c1760 cfg->http_endpoint, cfg->http_notls_downstream, in worker_init()