Searched refs:http_endpoint (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | netevent.h | 242 char* http_endpoint; member 583 uint32_t http_max_streams, char* http_endpoint,
|
H A D | netevent.c | 4168 uint32_t http_max_streams, char* http_endpoint, argument 4233 if(!(c->http_endpoint = strdup(http_endpoint))) { 4245 free(c->http_endpoint); 4255 free(c->http_endpoint); 4288 uint32_t http_max_streams, char* http_endpoint, argument 4370 http_max_streams, http_endpoint, 4709 if(c->type == comm_http && c->http_endpoint) { 4710 free(c->http_endpoint); 4711 c->http_endpoint = NULL;
|
H A D | configparser.y | 1123 free(cfg_parser->cfg->http_endpoint); 1125 cfg_parser->cfg->http_endpoint = malloc(strlen($2)+2); 1126 if(!cfg_parser->cfg->http_endpoint) 1128 cfg_parser->cfg->http_endpoint[0] = '/'; 1129 memmove(cfg_parser->cfg->http_endpoint+1, $2, 1133 cfg_parser->cfg->http_endpoint = $2;
|
H A D | config_file.h | 152 char* http_endpoint; member
|
H A D | config_file.c | 132 if(!(cfg->http_endpoint = strdup("/dns-query"))) goto error_exit; in config_create() 581 else S_STR("http-endpoint:", http_endpoint) in config_set_option() 1113 else O_STR(opt, "http-endpoint", http_endpoint) in config_get_option() 1616 free(cfg->http_endpoint); in config_delete()
|
H A D | configparser.c | 3891 free(cfg_parser->cfg->http_endpoint); in yyparse() 3893 cfg_parser->cfg->http_endpoint = malloc(strlen((yyvsp[0].str))+2); in yyparse() 3894 if(!cfg_parser->cfg->http_endpoint) in yyparse() 3896 cfg_parser->cfg->http_endpoint[0] = '/'; in yyparse() 3897 memmove(cfg_parser->cfg->http_endpoint+1, (yyvsp[0].str), in yyparse() 3901 cfg_parser->cfg->http_endpoint = (yyvsp[0].str); in yyparse()
|
/netbsd-src/external/bsd/unbound/dist/services/ |
H A D | listen_dnsport.h | 198 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit,
|
H A D | listen_dnsport.c | 1436 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit, in listen_create() argument 1475 http_max_streams, http_endpoint, in listen_create() 2972 size_t el = strlen(h2_session->c->http_endpoint); in http2_req_header_cb() 2975 if(valuelen < el || memcmp(h2_session->c->http_endpoint, in http2_req_header_cb()
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | fake_event.c | 866 char* ATTR_UNUSED(http_endpoint), in listen_create() argument
|
/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | worker.c | 2173 cfg->http_endpoint, cfg->http_notls_downstream, in worker_init()
|