Home
last modified time | relevance | path

Searched refs:cfg_keyword (Results 1 – 14 of 14) sorted by relevance

/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dglobal.h104 struct cfg_keyword;
105 int check_kw_experimental(struct cfg_keyword *kw, const char *file, int linenum,
H A Dcfgparse.h51 struct cfg_keyword { struct
72 struct cfg_keyword kw[VAR_ARRAY]; argument
/dports/net/haproxy17/haproxy-1.7.14/include/common/
H A Dcfgparse.h39 struct cfg_keyword { struct
59 struct cfg_keyword kw[VAR_ARRAY]; argument
/dports/net/haproxy18/haproxy-1.8.30/include/common/
H A Dcfgparse.h39 struct cfg_keyword { struct
59 struct cfg_keyword kw[VAR_ARRAY]; argument
/dports/net/vtun/vtun-3.0.4/
H A Dcfg_file.l88 int kw = find_keyword(cfg_keyword,yytext);
113 int kw = find_keyword(cfg_keyword,yytext);
H A Dcfg_kwords.h30 struct kword cfg_keyword[] = { variable
/dports/net/haproxy21/haproxy-2.1.12/include/common/
H A Dcfgparse.h47 struct cfg_keyword { struct
67 struct cfg_keyword kw[VAR_ARRAY]; argument
/dports/net/haproxy19/haproxy-1.9.16/include/common/
H A Dcfgparse.h47 struct cfg_keyword { struct
67 struct cfg_keyword kw[VAR_ARRAY]; argument
/dports/net/haproxy20/haproxy-2.0.26/include/common/
H A Dcfgparse.h47 struct cfg_keyword { struct
67 struct cfg_keyword kw[VAR_ARRAY]; argument
/dports/net/nuster/nuster-5.0.4.21/include/common/
H A Dcfgparse.h47 struct cfg_keyword { struct
67 struct cfg_keyword kw[VAR_ARRAY]; argument
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dcfgparse.h43 struct cfg_keyword { struct
63 struct cfg_keyword kw[VAR_ARRAY]; argument
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dcfgparse.h43 struct cfg_keyword { struct
63 struct cfg_keyword kw[VAR_ARRAY]; argument
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dhaproxy.c269 int check_kw_experimental(struct cfg_keyword *kw, const char *file, int linenum, in check_kw_experimental()
/dports/net/haproxy/haproxy-2.4.10/
H A DCHANGELOG481 - MINOR: cfgparse: add a new field flags in cfg_keyword
1046 - CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy
1052 - CLEANUP: config: also address the cfg_keyword API change in the compression code