Home
last modified time | relevance | path

Searched refs:http_user_agent (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h386 char* http_user_agent; member
H A Dconfig_file.c266 cfg->http_user_agent = NULL; in config_create()
714 else S_STR("http-user-agent:", http_user_agent) in config_set_option()
1231 else O_STR(opt, "http-user-agent", http_user_agent) in config_get_option()
1797 free(cfg->http_user_agent); in config_delete()
H A Dconfigparser.y1568 free(cfg_parser->cfg->http_user_agent);
1569 cfg_parser->cfg->http_user_agent = $2;
H A Dconfigparser.c4597 free(cfg_parser->cfg->http_user_agent); in yyparse()
4598 cfg_parser->cfg->http_user_agent = (yyvsp[0].str); in yyparse()
/freebsd/contrib/unbound/services/
H A Doutside_network.c3892 if(cfg->http_user_agent==NULL || cfg->http_user_agent[0] == 0) {
3896 sldns_buffer_printf(buf, "User-Agent: %s\r\n", cfg->http_user_agent);
/freebsd/contrib/unbound/daemon/
H A Dremote.c5432 m += getmem_str(cfg->http_user_agent); in config_file_getmem()
6390 COPY_VAR_ptr(http_user_agent); in fr_atomic_copy_cfg()