Home
last modified time | relevance | path

Searched refs:WRITE_PROXY_LINE_V2 (Results 1 – 5 of 5) sorted by relevance

/dports/security/hitch/hitch-1.7.0/src/
H A Dconfiguration.h95 int WRITE_PROXY_LINE_V2; member
H A Dconfiguration.c196 r->WRITE_PROXY_LINE_V2 = 0; in config_new()
992 r = config_param_val_bool(v, &cfg->WRITE_PROXY_LINE_V2); in config_param_validate()
996 r = config_param_val_bool(v, &cfg->WRITE_PROXY_LINE_V2); in config_param_validate()
1390 config_disp_bool(cfg->WRITE_PROXY_LINE_V2)); in config_print_usage_fd()
1693 !!cfg->WRITE_PROXY_LINE_V1 + !!cfg->WRITE_PROXY_LINE_V2) >= 2) { in config_parse_cli()
1748 if (multi_proto && !cfg->WRITE_PROXY_LINE_V2) { in config_parse_cli()
H A Dcfg_parser.y507 WRITE_PROXY_REC: TOK_WRITE_PROXY '=' BOOL { cfg->WRITE_PROXY_LINE_V2 = $3; };
514 cfg->WRITE_PROXY_LINE_V2 = $3;
H A Dcfg_parser.c2221 { cfg->WRITE_PROXY_LINE_V2 = (yyvsp[0].i); } in yyparse()
2236 cfg->WRITE_PROXY_LINE_V2 = (yyvsp[0].i); in yyparse()
H A Dhitch.c2334 CONFIG->WRITE_PROXY_LINE_V2) { in end_handshake()