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.h382 char* http_user_agent; member
H A Dconfig_file.c260 cfg->http_user_agent = NULL; in config_create()
699 else S_STR("http-user-agent:", http_user_agent) in config_set_option()
1212 else O_STR(opt, "http-user-agent", http_user_agent) in config_get_option()
1772 free(cfg->http_user_agent); in config_delete()
H A Dconfigparser.y1537 free(cfg_parser->cfg->http_user_agent);
1538 cfg_parser->cfg->http_user_agent = $2;
H A Dconfigparser.c4536 free(cfg_parser->cfg->http_user_agent); in yyparse()
4537 cfg_parser->cfg->http_user_agent = (yyvsp[0].str); in yyparse()
/freebsd/contrib/unbound/services/
H A Doutside_network.c3776 if(cfg->http_user_agent==NULL || cfg->http_user_agent[0] == 0) {
3780 sldns_buffer_printf(buf, "User-Agent: %s\r\n", cfg->http_user_agent);
/freebsd/contrib/unbound/daemon/
H A Dremote.c5207 m += getmem_str(cfg->http_user_agent); in config_file_getmem()
5976 COPY_VAR_ptr(http_user_agent); in fr_atomic_copy_cfg()