Searched refs:http_endpoint (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.h161 * @param http_endpoint: HTTP endpoint to service queries on
175 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit,
H A Dlisten_dnsport.c1247 char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit,
1296 http_max_streams, http_endpoint,
2652 size_t el = strlen(h2_session->c->http_endpoint);
2655 if(valuelen < el || memcmp(h2_session->c->http_endpoint,
1244 listen_create(struct comm_base* base, struct listen_port* ports, size_t bufsize, int tcp_accept_count, int tcp_idle_timeout, int harden_large_queries, uint32_t http_max_streams, char* http_endpoint, int http_notls, struct tcl_list* tcp_conn_limit, void* sslctx, struct dt_env* dtenv, comm_point_callback_type* cb, void *cb_arg) argument
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.h228 char* http_endpoint; member in struct:comm_point
533 * @param http_endpoint: HTTP endpoint to service queries on
549 uint32_t http_max_streams, char* http_endpoint,
H A Dnetevent.c3402 uint32_t http_max_streams, char* http_endpoint,
3463 if(!(c->http_endpoint = strdup(http_endpoint))) {
3464 log_err("could not strdup http_endpoint");
3475 free(c->http_endpoint);
3485 free(c->http_endpoint);
3518 uint32_t http_max_streams, char* http_endpoint,
3596 http_max_streams, http_endpoint,
3920 if(c->type == comm_http && c->http_endpoint) {
3921 free(c->http_endpoint);
3400 comm_point_create_http_handler(struct comm_base *base, struct comm_point* parent, size_t bufsize, int harden_large_queries, uint32_t http_max_streams, char* http_endpoint, comm_point_callback_type* callback, void* callback_arg) argument
3516 comm_point_create_tcp(struct comm_base *base, int fd, int num, int idle_timeout, int harden_large_queries, uint32_t http_max_streams, char* http_endpoint, struct tcl_list* tcp_conn_limit, size_t bufsize, struct sldns_buffer* spoolbuf, enum listen_type port_type, comm_point_callback_type* callback, void* callback_arg) argument
[all...]
H A Dconfigparser.y997 free(cfg_parser->cfg->http_endpoint);
999 cfg_parser->cfg->http_endpoint = malloc(strlen($2)+2);
1000 if(!cfg_parser->cfg->http_endpoint)
1002 cfg_parser->cfg->http_endpoint[0] = '/';
1003 memmove(cfg_parser->cfg->http_endpoint+1, $2,
1007 cfg_parser->cfg->http_endpoint = $2;
H A Dconfig_file.h137 char* http_endpoint; member in struct:config_file
H A Dconfig_file.c123 if(!(cfg->http_endpoint = strdup("/dns-query"))) goto error_exit;
536 else S_STR("http-endpoint:", http_endpoint)
1023 else O_STR(opt, "http-endpoint", http_endpoint)
1500 free(cfg->http_endpoint);
/freebsd-11-stable/testcode/
H A Dfake_event.c874 char* ATTR_UNUSED(http_endpoint),
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.c1800 cfg->http_endpoint, cfg->http_notls_downstream,

Completed in 107 milliseconds