Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.h269 char* http_endpoint; member
648 uint32_t http_max_streams, char* http_endpoint,
H A Dconfigparser.y1169 free(cfg_parser->cfg->http_endpoint);
1171 cfg_parser->cfg->http_endpoint = malloc(strlen($2)+2);
1172 if(cfg_parser->cfg->http_endpoint) {
1173 cfg_parser->cfg->http_endpoint[0] = '/';
1174 memmove(cfg_parser->cfg->http_endpoint+1, $2,
1181 cfg_parser->cfg->http_endpoint = $2;
H A Dconfig_file.h155 char* http_endpoint; member
H A Dnetevent.c6066 uint32_t http_max_streams, char* http_endpoint, argument
6132 if(!(c->http_endpoint = strdup(http_endpoint))) {
6144 free(c->http_endpoint);
6154 free(c->http_endpoint);
6188 uint32_t http_max_streams, char* http_endpoint, argument
6271 http_max_streams, http_endpoint,
6614 if(c->type == comm_http && c->http_endpoint) {
6615 free(c->http_endpoint);
6616 c->http_endpoint = NULL;
H A Dconfig_file.c133 if(!(cfg->http_endpoint = strdup("/dns-query"))) goto error_exit; in config_create()
633 else S_STR("http-endpoint:", http_endpoint) in config_set_option()
1185 else O_STR(opt, "http-endpoint", http_endpoint) in config_get_option()
1753 free(cfg->http_endpoint); in config_delete()
H A Dconfigparser.c4040 free(cfg_parser->cfg->http_endpoint); in yyparse()
4042 cfg_parser->cfg->http_endpoint = malloc(strlen((yyvsp[0].str))+2); in yyparse()
4043 if(cfg_parser->cfg->http_endpoint) { in yyparse()
4044 cfg_parser->cfg->http_endpoint[0] = '/'; in yyparse()
4045 memmove(cfg_parser->cfg->http_endpoint+1, (yyvsp[0].str), in yyparse()
4052 cfg_parser->cfg->http_endpoint = (yyvsp[0].str); in yyparse()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.h216 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit,
H A Dlisten_dnsport.c1538 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit, in listen_create() argument
1589 http_max_streams, http_endpoint, in listen_create()
3099 size_t el = strlen(h2_session->c->http_endpoint); in http2_req_header_cb()
3102 if(valuelen < el || memcmp(h2_session->c->http_endpoint, in http2_req_header_cb()
/freebsd/contrib/unbound/testcode/
H A Dfake_event.c954 char* ATTR_UNUSED(http_endpoint), in listen_create() argument
/freebsd/contrib/unbound/daemon/
H A Dremote.c4931 FR_CHECK_CHANGED_CFG_STR("http-endpoint", http_endpoint, changed_str); in fr_check_compat_cfg()
5178 m += getmem_str(cfg->http_endpoint); in config_file_getmem()
5874 COPY_VAR_ptr(http_endpoint); in fr_atomic_copy_cfg()
H A Dworker.c2257 cfg->http_endpoint, cfg->http_notls_downstream, in worker_init()