Home
last modified time | relevance | path

Searched refs:http_endpoint (Results 1 – 10 of 10) 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.y1181 free(cfg_parser->cfg->http_endpoint);
1183 cfg_parser->cfg->http_endpoint = malloc(strlen($2)+2);
1184 if(cfg_parser->cfg->http_endpoint) {
1185 cfg_parser->cfg->http_endpoint[0] = '/';
1186 memmove(cfg_parser->cfg->http_endpoint+1, $2,
1193 cfg_parser->cfg->http_endpoint = $2;
H A Dconfig_file.h157 char* http_endpoint; member
H A Dnetevent.c6084 uint32_t http_max_streams, char* http_endpoint, argument
6150 if(!(c->http_endpoint = strdup(http_endpoint))) {
6162 free(c->http_endpoint);
6172 free(c->http_endpoint);
6206 uint32_t http_max_streams, char* http_endpoint, argument
6289 http_max_streams, http_endpoint,
6632 if(c->type == comm_http && c->http_endpoint) {
6633 free(c->http_endpoint);
6634 c->http_endpoint = NULL;
H A Dconfig_file.c137 if(!(cfg->http_endpoint = strdup("/dns-query"))) goto error_exit; in config_create()
644 else S_STR("http-endpoint:", http_endpoint) in config_set_option()
1199 else O_STR(opt, "http-endpoint", http_endpoint) in config_get_option()
1770 free(cfg->http_endpoint); in config_delete()
H A Dconfigparser.c4069 free(cfg_parser->cfg->http_endpoint); in yyparse()
4071 cfg_parser->cfg->http_endpoint = malloc(strlen((yyvsp[0].str))+2); in yyparse()
4072 if(cfg_parser->cfg->http_endpoint) { in yyparse()
4073 cfg_parser->cfg->http_endpoint[0] = '/'; in yyparse()
4074 memmove(cfg_parser->cfg->http_endpoint+1, (yyvsp[0].str), in yyparse()
4081 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()
3085 size_t el = strlen(h2_session->c->http_endpoint); in http2_req_header_cb()
3088 if(valuelen < el || memcmp(h2_session->c->http_endpoint, in http2_req_header_cb()
/freebsd/contrib/unbound/daemon/
H A Dworker.c2335 cfg->http_endpoint, cfg->http_notls_downstream, in worker_init()
H A Dremote.c4975 FR_CHECK_CHANGED_CFG_STR("http-endpoint", http_endpoint, changed_str); in fr_check_compat_cfg()
5234 m += getmem_str(cfg->http_endpoint); in config_file_getmem()
6068 COPY_VAR_ptr(http_endpoint); in fr_atomic_copy_cfg()