Home
last modified time | relevance | path

Searched defs:smp (Results 1 – 25 of 1270) sorted by relevance

12345678910>>...51

/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dsample.c503 static int c_ip2int(struct sample *smp) in c_ip2int()
510 static int c_ip2str(struct sample *smp) in c_ip2str()
525 static int c_ip2ipv6(struct sample *smp) in c_ip2ipv6()
532 static int c_ipv62ip(struct sample *smp) in c_ipv62ip()
561 static int c_int2ip(struct sample *smp) in c_int2ip()
590 static int c_str2ip(struct sample *smp) in c_str2ip()
612 static int c_bin2str(struct sample *smp) in c_bin2str()
626 static int c_int2str(struct sample *smp) in c_int2str()
650 int smp_dup(struct sample *smp) in smp_dup()
702 int c_none(struct sample *smp) in c_none()
[all …]
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dsample.c498 static int c_ip2int(struct sample *smp) in c_ip2int()
505 static int c_ip2str(struct sample *smp) in c_ip2str()
520 static int c_ip2ipv6(struct sample *smp) in c_ip2ipv6()
527 static int c_ipv62ip(struct sample *smp) in c_ipv62ip()
556 static int c_int2ip(struct sample *smp) in c_int2ip()
585 static int c_str2ip(struct sample *smp) in c_str2ip()
607 static int c_bin2str(struct sample *smp) in c_bin2str()
620 static int c_int2str(struct sample *smp) in c_int2str()
644 int smp_dup(struct sample *smp) in smp_dup()
693 int c_none(struct sample *smp) in c_none()
[all …]
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dsample.c504 static int c_ip2int(struct sample *smp) in c_ip2int()
511 static int c_ip2str(struct sample *smp) in c_ip2str()
526 static int c_ip2ipv6(struct sample *smp) in c_ip2ipv6()
533 static int c_ipv62ip(struct sample *smp) in c_ipv62ip()
562 static int c_int2ip(struct sample *smp) in c_int2ip()
591 static int c_str2ip(struct sample *smp) in c_str2ip()
613 static int c_bin2str(struct sample *smp) in c_bin2str()
627 static int c_int2str(struct sample *smp) in c_int2str()
651 int smp_dup(struct sample *smp) in smp_dup()
703 int c_none(struct sample *smp) in c_none()
[all …]
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dsample.c505 static int c_ip2int(struct sample *smp) in c_ip2int()
512 static int c_ip2str(struct sample *smp) in c_ip2str()
527 static int c_ip2ipv6(struct sample *smp) in c_ip2ipv6()
534 static int c_ipv62ip(struct sample *smp) in c_ipv62ip()
563 static int c_int2ip(struct sample *smp) in c_int2ip()
592 static int c_str2ip(struct sample *smp) in c_str2ip()
614 static int c_bin2str(struct sample *smp) in c_bin2str()
628 static int c_int2str(struct sample *smp) in c_int2str()
652 int smp_dup(struct sample *smp) in smp_dup()
704 int c_none(struct sample *smp) in c_none()
[all …]
H A Dhttp_fetch.c54 #define SMP_REQ_CHN(smp) (smp->strm ? &smp->strm->req : NULL) argument
55 #define SMP_RES_CHN(smp) (smp->strm ? &smp->strm->res : NULL) argument
93 static int get_http_auth(struct sample *smp, struct htx *htx) in get_http_auth()
174 struct htx *smp_prefetch_htx(struct sample *smp, struct channel *chn, int vol) in smp_prefetch_htx()
308 static int smp_fetch_meth(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_meth()
343 static int smp_fetch_rqver(const struct arg *args, struct sample *smp, const char *kw, void *privat… in smp_fetch_rqver()
370 static int smp_fetch_stver(const struct arg *args, struct sample *smp, const char *kw, void *privat… in smp_fetch_stver()
445 static int smp_fetch_hdrs(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_hdrs()
557 static int smp_fetch_body(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_body()
655 static int smp_fetch_url(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_url()
[all …]
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dsample.c505 static int c_ip2int(struct sample *smp) in c_ip2int()
512 static int c_ip2str(struct sample *smp) in c_ip2str()
527 static int c_ip2ipv6(struct sample *smp) in c_ip2ipv6()
534 static int c_ipv62ip(struct sample *smp) in c_ipv62ip()
563 static int c_int2ip(struct sample *smp) in c_int2ip()
592 static int c_str2ip(struct sample *smp) in c_str2ip()
614 static int c_bin2str(struct sample *smp) in c_bin2str()
627 static int c_int2str(struct sample *smp) in c_int2str()
651 int smp_dup(struct sample *smp) in smp_dup()
703 int c_none(struct sample *smp) in c_none()
[all …]
H A Dhttp_fetch.c54 #define SMP_REQ_CHN(smp) (smp->strm ? &smp->strm->req : NULL) argument
55 #define SMP_RES_CHN(smp) (smp->strm ? &smp->strm->res : NULL) argument
93 static int get_http_auth(struct sample *smp, struct htx *htx) in get_http_auth()
172 struct htx *smp_prefetch_htx(struct sample *smp, struct channel *chn, int vol) in smp_prefetch_htx()
304 static int smp_fetch_meth(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_meth()
334 static int smp_fetch_rqver(const struct arg *args, struct sample *smp, const char *kw, void *privat… in smp_fetch_rqver()
361 static int smp_fetch_stver(const struct arg *args, struct sample *smp, const char *kw, void *privat… in smp_fetch_stver()
433 static int smp_fetch_hdrs(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_hdrs()
545 static int smp_fetch_body(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_body()
639 static int smp_fetch_url(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_url()
[all …]
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dsample.c501 static int c_ip2int(struct sample *smp) in c_ip2int()
508 static int c_ip2str(struct sample *smp) in c_ip2str()
523 static int c_ip2ipv6(struct sample *smp) in c_ip2ipv6()
530 static int c_ipv62ip(struct sample *smp) in c_ipv62ip()
559 static int c_int2ip(struct sample *smp) in c_int2ip()
588 static int c_str2ip(struct sample *smp) in c_str2ip()
610 static int c_bin2str(struct sample *smp) in c_bin2str()
624 static int c_int2str(struct sample *smp) in c_int2str()
648 int smp_dup(struct sample *smp) in smp_dup()
699 int c_none(struct sample *smp) in c_none()
[all …]
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dtcp_sample.c48 smp_fetch_src(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_src()
77 smp_fetch_sport(const struct arg *args, struct sample *smp, const char *k, void *private) in smp_fetch_sport()
97 smp_fetch_dst(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_dst()
166 smp_fetch_dport(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_dport()
242 static inline int get_tcp_info(const struct arg *args, struct sample *smp, in get_tcp_info()
296 smp_fetch_fc_rtt(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_fc_rtt()
310 smp_fetch_fc_rttvar(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_fc_rttvar()
326 smp_fetch_fc_unacked(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_fc_unacked()
335 smp_fetch_fc_sacked(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_fc_sacked()
344 smp_fetch_fc_lost(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_fc_lost()
[all …]
H A Dsample.c507 static int c_ip2int(struct sample *smp) in c_ip2int()
514 static int c_ip2str(struct sample *smp) in c_ip2str()
529 static int c_ip2ipv6(struct sample *smp) in c_ip2ipv6()
536 static int c_ipv62ip(struct sample *smp) in c_ipv62ip()
565 static int c_int2ip(struct sample *smp) in c_int2ip()
594 static int c_str2ip(struct sample *smp) in c_str2ip()
616 static int c_bin2str(struct sample *smp) in c_bin2str()
630 static int c_int2str(struct sample *smp) in c_int2str()
654 int smp_dup(struct sample *smp) in smp_dup()
706 int c_none(struct sample *smp) in c_none()
[all …]
H A Dhttp_fetch.c48 #define SMP_REQ_CHN(smp) (smp->strm ? &smp->strm->req : NULL) argument
49 #define SMP_RES_CHN(smp) (smp->strm ? &smp->strm->res : NULL) argument
89 static int get_http_auth(struct sample *smp, struct htx *htx) in get_http_auth()
176 struct htx *smp_prefetch_htx(struct sample *smp, struct channel *chn, struct check *check, int vol) in smp_prefetch_htx()
334 static int smp_fetch_meth(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_meth()
369 static int smp_fetch_rqver(const struct arg *args, struct sample *smp, const char *kw, void *privat… in smp_fetch_rqver()
396 static int smp_fetch_stver(const struct arg *args, struct sample *smp, const char *kw, void *privat… in smp_fetch_stver()
472 static int smp_fetch_hdrs(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_hdrs()
588 static int smp_fetch_body(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_body()
696 static int smp_fetch_url(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_url()
[all …]
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dtcp_sample.c48 smp_fetch_src(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_src()
85 smp_fetch_sport(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_sport()
113 smp_fetch_dst(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_dst()
190 smp_fetch_dport(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_dport()
272 static inline int get_tcp_info(const struct arg *args, struct sample *smp, in get_tcp_info()
326 smp_fetch_fc_rtt(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_fc_rtt()
340 smp_fetch_fc_rttvar(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_fc_rttvar()
356 smp_fetch_fc_unacked(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_fc_unacked()
365 smp_fetch_fc_sacked(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_fc_sacked()
374 smp_fetch_fc_lost(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_fc_lost()
[all …]
H A Dsample.c542 static int c_ip2int(struct sample *smp) in c_ip2int()
549 static int c_ip2str(struct sample *smp) in c_ip2str()
564 static int c_ip2ipv6(struct sample *smp) in c_ip2ipv6()
571 static int c_ipv62ip(struct sample *smp) in c_ipv62ip()
600 static int c_int2ip(struct sample *smp) in c_int2ip()
629 static int c_str2ip(struct sample *smp) in c_str2ip()
651 static int c_bin2str(struct sample *smp) in c_bin2str()
665 static int c_int2str(struct sample *smp) in c_int2str()
689 int smp_dup(struct sample *smp) in smp_dup()
741 int c_none(struct sample *smp) in c_none()
[all …]
H A Dhttp_fetch.c48 #define SMP_REQ_CHN(smp) (smp->strm ? &smp->strm->req : NULL) argument
49 #define SMP_RES_CHN(smp) (smp->strm ? &smp->strm->res : NULL) argument
88 static int get_http_auth(struct sample *smp, struct htx *htx) in get_http_auth()
175 struct htx *smp_prefetch_htx(struct sample *smp, struct channel *chn, struct check *check, int vol) in smp_prefetch_htx()
329 static int smp_fetch_meth(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_meth()
364 static int smp_fetch_rqver(const struct arg *args, struct sample *smp, const char *kw, void *privat… in smp_fetch_rqver()
391 static int smp_fetch_stver(const struct arg *args, struct sample *smp, const char *kw, void *privat… in smp_fetch_stver()
467 static int smp_fetch_hdrs(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_hdrs()
583 static int smp_fetch_body(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_body()
691 static int smp_fetch_url(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_url()
[all …]
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dsample.c507 static int c_ip2int(struct sample *smp) in c_ip2int()
514 static int c_ip2str(struct sample *smp) in c_ip2str()
529 static int c_ip2ipv6(struct sample *smp) in c_ip2ipv6()
536 static int c_ipv62ip(struct sample *smp) in c_ipv62ip()
565 static int c_int2ip(struct sample *smp) in c_int2ip()
594 static int c_str2ip(struct sample *smp) in c_str2ip()
616 static int c_bin2str(struct sample *smp) in c_bin2str()
630 static int c_int2str(struct sample *smp) in c_int2str()
654 int smp_dup(struct sample *smp) in smp_dup()
706 int c_none(struct sample *smp) in c_none()
[all …]
H A Dhttp_fetch.c48 #define SMP_REQ_CHN(smp) (smp->strm ? &smp->strm->req : NULL) argument
49 #define SMP_RES_CHN(smp) (smp->strm ? &smp->strm->res : NULL) argument
89 static int get_http_auth(struct sample *smp, struct htx *htx) in get_http_auth()
176 struct htx *smp_prefetch_htx(struct sample *smp, struct channel *chn, struct check *check, int vol) in smp_prefetch_htx()
334 static int smp_fetch_meth(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_meth()
369 static int smp_fetch_rqver(const struct arg *args, struct sample *smp, const char *kw, void *privat… in smp_fetch_rqver()
396 static int smp_fetch_stver(const struct arg *args, struct sample *smp, const char *kw, void *privat… in smp_fetch_stver()
472 static int smp_fetch_hdrs(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_hdrs()
588 static int smp_fetch_body(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_body()
696 static int smp_fetch_url(const struct arg *args, struct sample *smp, const char *kw, void *private) in smp_fetch_url()
[all …]
/dports/net/haproxy19/haproxy-1.9.16/include/proto/
H A Dsample.h68 struct sample *smp_set_owner(struct sample *smp, struct proxy *px, in smp_set_owner()
86 int smp_is_safe(struct sample *smp) in smp_is_safe()
120 int smp_make_safe(struct sample *smp) in smp_make_safe()
133 int smp_is_rw(struct sample *smp) in smp_is_rw()
167 int smp_make_rw(struct sample *smp) in smp_make_rw()
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dsample.h76 struct sample *smp_set_owner(struct sample *smp, struct proxy *px, in smp_set_owner()
94 int smp_is_safe(struct sample *smp) in smp_is_safe()
128 int smp_make_safe(struct sample *smp) in smp_make_safe()
141 int smp_is_rw(struct sample *smp) in smp_is_rw()
175 int smp_make_rw(struct sample *smp) in smp_make_rw()
/dports/net/haproxy17/haproxy-1.7.14/include/proto/
H A Dsample.h68 struct sample *smp_set_owner(struct sample *smp, struct proxy *px, in smp_set_owner()
86 int smp_is_safe(struct sample *smp) in smp_is_safe()
117 int smp_make_safe(struct sample *smp) in smp_make_safe()
130 int smp_is_rw(struct sample *smp) in smp_is_rw()
161 int smp_make_rw(struct sample *smp) in smp_make_rw()
/dports/net/haproxy20/haproxy-2.0.26/include/proto/
H A Dsample.h71 struct sample *smp_set_owner(struct sample *smp, struct proxy *px, in smp_set_owner()
89 int smp_is_safe(struct sample *smp) in smp_is_safe()
123 int smp_make_safe(struct sample *smp) in smp_make_safe()
136 int smp_is_rw(struct sample *smp) in smp_is_rw()
170 int smp_make_rw(struct sample *smp) in smp_make_rw()
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dsample.h76 struct sample *smp_set_owner(struct sample *smp, struct proxy *px, in smp_set_owner()
94 int smp_is_safe(struct sample *smp) in smp_is_safe()
128 int smp_make_safe(struct sample *smp) in smp_make_safe()
141 int smp_is_rw(struct sample *smp) in smp_is_rw()
175 int smp_make_rw(struct sample *smp) in smp_make_rw()
/dports/net/haproxy21/haproxy-2.1.12/include/proto/
H A Dsample.h69 struct sample *smp_set_owner(struct sample *smp, struct proxy *px, in smp_set_owner()
87 int smp_is_safe(struct sample *smp) in smp_is_safe()
121 int smp_make_safe(struct sample *smp) in smp_make_safe()
134 int smp_is_rw(struct sample *smp) in smp_is_rw()
168 int smp_make_rw(struct sample *smp) in smp_make_rw()
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dsample.h76 struct sample *smp_set_owner(struct sample *smp, struct proxy *px, in smp_set_owner()
94 int smp_is_safe(struct sample *smp) in smp_is_safe()
128 int smp_make_safe(struct sample *smp) in smp_make_safe()
141 int smp_is_rw(struct sample *smp) in smp_is_rw()
175 int smp_make_rw(struct sample *smp) in smp_make_rw()
/dports/net/haproxy18/haproxy-1.8.30/include/proto/
H A Dsample.h68 struct sample *smp_set_owner(struct sample *smp, struct proxy *px, in smp_set_owner()
86 int smp_is_safe(struct sample *smp) in smp_is_safe()
122 int smp_make_safe(struct sample *smp) in smp_make_safe()
135 int smp_is_rw(struct sample *smp) in smp_is_rw()
171 int smp_make_rw(struct sample *smp) in smp_make_rw()
/dports/net/nuster/nuster-5.0.4.21/include/proto/
H A Dsample.h69 struct sample *smp_set_owner(struct sample *smp, struct proxy *px, in smp_set_owner()
87 int smp_is_safe(struct sample *smp) in smp_is_safe()
121 int smp_make_safe(struct sample *smp) in smp_make_safe()
134 int smp_is_rw(struct sample *smp) in smp_is_rw()
168 int smp_make_rw(struct sample *smp) in smp_make_rw()

12345678910>>...51