Home
last modified time | relevance | path

Searched refs:att_beg (Results 1 – 20 of 20) sorted by relevance

/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dhttp.c671 char *equal, *att_end, *att_beg, *val_beg, *val_end; in http_extract_cookie_value() local
678 for (att_beg = hdr; att_beg + cookie_name_l + 1 < hdr_end; att_beg = next + 1) { in http_extract_cookie_value()
681 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_extract_cookie_value()
682 att_beg++; in http_extract_cookie_value()
687 equal = att_end = att_beg; in http_extract_cookie_value()
723 if (*att_beg == '$') in http_extract_cookie_value()
734 if (cookie_name_l == 0 || (att_end - att_beg == cookie_name_l && in http_extract_cookie_value()
735 memcmp(att_beg, cookie_name, cookie_name_l) == 0)) { in http_extract_cookie_value()
H A Dproto_htx.c4047 att_beg = prev; in htx_manage_client_side_cookies()
4049 att_beg++; in htx_manage_client_side_cookies()
4052 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in htx_manage_client_side_cookies()
4053 att_beg++; in htx_manage_client_side_cookies()
4173 (memcmp(att_beg, s->be->cookie_name, att_end - att_beg) == 0)) { in htx_manage_client_side_cookies()
4349 att_beg = next; in htx_manage_client_side_cookies()
4456 att_beg = prev; in htx_manage_server_side_cookies()
4458 att_beg++; in htx_manage_server_side_cookies()
4461 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in htx_manage_server_side_cookies()
4462 att_beg++; in htx_manage_server_side_cookies()
[all …]
H A Dproto_http.c6015 att_beg = prev + 1; in manage_client_side_cookies()
6016 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in manage_client_side_cookies()
6017 att_beg++; in manage_client_side_cookies()
6058 if (*att_beg == '$') in manage_client_side_cookies()
6142 (memcmp(att_beg, s->be->cookie_name, att_end - att_beg) == 0)) { in manage_client_side_cookies()
6304 att_beg += delta; in manage_client_side_cookies()
6320 att_beg = next; in manage_client_side_cookies()
6681 att_beg = prev + 1; in manage_server_side_cookies()
6682 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in manage_server_side_cookies()
6683 att_beg++; in manage_server_side_cookies()
[all …]
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dhttp.c623 char *equal, *att_end, *att_beg, *val_beg, *val_end; in http_extract_cookie_value() local
630 for (att_beg = hdr; att_beg + cookie_name_l + 1 < hdr_end; att_beg = next + 1) { in http_extract_cookie_value()
633 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_extract_cookie_value()
634 att_beg++; in http_extract_cookie_value()
639 equal = att_end = att_beg; in http_extract_cookie_value()
675 if (*att_beg == '$') in http_extract_cookie_value()
686 if (att_end - att_beg == cookie_name_l && in http_extract_cookie_value()
687 memcmp(att_beg, cookie_name, cookie_name_l) == 0) { in http_extract_cookie_value()
H A Dproto_htx.c4009 att_beg = prev; in htx_manage_client_side_cookies()
4011 att_beg++; in htx_manage_client_side_cookies()
4014 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in htx_manage_client_side_cookies()
4015 att_beg++; in htx_manage_client_side_cookies()
4135 (memcmp(att_beg, s->be->cookie_name, att_end - att_beg) == 0)) { in htx_manage_client_side_cookies()
4311 att_beg = next; in htx_manage_client_side_cookies()
4420 att_beg = prev; in htx_manage_server_side_cookies()
4422 att_beg++; in htx_manage_server_side_cookies()
4425 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in htx_manage_server_side_cookies()
4426 att_beg++; in htx_manage_server_side_cookies()
[all …]
H A Dproto_http.c6020 att_beg = prev + 1; in manage_client_side_cookies()
6021 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in manage_client_side_cookies()
6022 att_beg++; in manage_client_side_cookies()
6063 if (*att_beg == '$') in manage_client_side_cookies()
6147 (memcmp(att_beg, s->be->cookie_name, att_end - att_beg) == 0)) { in manage_client_side_cookies()
6309 att_beg += delta; in manage_client_side_cookies()
6325 att_beg = next; in manage_client_side_cookies()
6686 att_beg = prev + 1; in manage_server_side_cookies()
6687 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in manage_server_side_cookies()
6688 att_beg++; in manage_server_side_cookies()
[all …]
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dhttp.c688 char *equal, *att_end, *att_beg, *val_beg, *val_end; in http_extract_cookie_value() local
695 for (att_beg = hdr; att_beg + cookie_name_l + 1 < hdr_end; att_beg = next + 1) { in http_extract_cookie_value()
698 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_extract_cookie_value()
699 att_beg++; in http_extract_cookie_value()
704 equal = att_end = att_beg; in http_extract_cookie_value()
740 if (*att_beg == '$') in http_extract_cookie_value()
751 if (att_end - att_beg == cookie_name_l && in http_extract_cookie_value()
752 memcmp(att_beg, cookie_name, cookie_name_l) == 0) { in http_extract_cookie_value()
H A Dhttp_ana.c3630 att_beg = prev; in http_manage_client_side_cookies()
3632 att_beg++; in http_manage_client_side_cookies()
3635 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_manage_client_side_cookies()
3636 att_beg++; in http_manage_client_side_cookies()
3756 (memcmp(att_beg, s->be->cookie_name, att_end - att_beg) == 0)) { in http_manage_client_side_cookies()
3932 att_beg = next; in http_manage_client_side_cookies()
4039 att_beg = prev; in http_manage_server_side_cookies()
4041 att_beg++; in http_manage_server_side_cookies()
4044 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_manage_server_side_cookies()
4045 att_beg++; in http_manage_server_side_cookies()
[all …]
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dhttp.c692 char *equal, *att_end, *att_beg, *val_beg, *val_end; in http_extract_cookie_value() local
699 for (att_beg = hdr; att_beg + cookie_name_l + 1 < hdr_end; att_beg = next + 1) { in http_extract_cookie_value()
702 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_extract_cookie_value()
703 att_beg++; in http_extract_cookie_value()
708 equal = att_end = att_beg; in http_extract_cookie_value()
744 if (*att_beg == '$') in http_extract_cookie_value()
755 if (cookie_name_l == 0 || (att_end - att_beg == cookie_name_l && in http_extract_cookie_value()
756 memcmp(att_beg, cookie_name, cookie_name_l) == 0)) { in http_extract_cookie_value()
H A Dhttp_ana.c3202 att_beg = prev; in http_manage_client_side_cookies()
3204 att_beg++; in http_manage_client_side_cookies()
3207 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_manage_client_side_cookies()
3208 att_beg++; in http_manage_client_side_cookies()
3328 (memcmp(att_beg, s->be->cookie_name, att_end - att_beg) == 0)) { in http_manage_client_side_cookies()
3504 att_beg = next; in http_manage_client_side_cookies()
3611 att_beg = prev; in http_manage_server_side_cookies()
3613 att_beg++; in http_manage_server_side_cookies()
3616 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_manage_server_side_cookies()
3617 att_beg++; in http_manage_server_side_cookies()
[all …]
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dhttp.c722 char *equal, *att_end, *att_beg, *val_beg, *val_end; in http_extract_cookie_value() local
729 for (att_beg = hdr; att_beg + cookie_name_l + 1 < hdr_end; att_beg = next + 1) { in http_extract_cookie_value()
732 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_extract_cookie_value()
733 att_beg++; in http_extract_cookie_value()
738 equal = att_end = att_beg; in http_extract_cookie_value()
774 if (*att_beg == '$') in http_extract_cookie_value()
785 if (cookie_name_l == 0 || (att_end - att_beg == cookie_name_l && in http_extract_cookie_value()
786 memcmp(att_beg, cookie_name, cookie_name_l) == 0)) { in http_extract_cookie_value()
H A Dhttp_ana.c3635 att_beg = prev; in http_manage_client_side_cookies()
3637 att_beg++; in http_manage_client_side_cookies()
3640 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_manage_client_side_cookies()
3641 att_beg++; in http_manage_client_side_cookies()
3761 (memcmp(att_beg, s->be->cookie_name, att_end - att_beg) == 0)) { in http_manage_client_side_cookies()
3937 att_beg = next; in http_manage_client_side_cookies()
4044 att_beg = prev; in http_manage_server_side_cookies()
4046 att_beg++; in http_manage_server_side_cookies()
4049 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_manage_server_side_cookies()
4050 att_beg++; in http_manage_server_side_cookies()
[all …]
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dhttp.c692 char *equal, *att_end, *att_beg, *val_beg, *val_end; in http_extract_cookie_value() local
699 for (att_beg = hdr; att_beg + cookie_name_l + 1 < hdr_end; att_beg = next + 1) { in http_extract_cookie_value()
702 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_extract_cookie_value()
703 att_beg++; in http_extract_cookie_value()
708 equal = att_end = att_beg; in http_extract_cookie_value()
744 if (*att_beg == '$') in http_extract_cookie_value()
755 if (cookie_name_l == 0 || (att_end - att_beg == cookie_name_l && in http_extract_cookie_value()
756 memcmp(att_beg, cookie_name, cookie_name_l) == 0)) { in http_extract_cookie_value()
H A Dhttp_ana.c3203 att_beg = prev; in http_manage_client_side_cookies()
3205 att_beg++; in http_manage_client_side_cookies()
3208 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_manage_client_side_cookies()
3209 att_beg++; in http_manage_client_side_cookies()
3249 if (*att_beg == '$') in http_manage_client_side_cookies()
3329 (memcmp(att_beg, s->be->cookie_name, att_end - att_beg) == 0)) { in http_manage_client_side_cookies()
3610 att_beg = prev; in http_manage_server_side_cookies()
3612 att_beg++; in http_manage_server_side_cookies()
3615 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_manage_server_side_cookies()
3616 att_beg++; in http_manage_server_side_cookies()
[all …]
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dhttp.c752 char *equal, *att_end, *att_beg, *val_beg, *val_end; in http_extract_cookie_value() local
759 for (att_beg = hdr; att_beg + cookie_name_l + 1 < hdr_end; att_beg = next + 1) { in http_extract_cookie_value()
762 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_extract_cookie_value()
763 att_beg++; in http_extract_cookie_value()
768 equal = att_end = att_beg; in http_extract_cookie_value()
804 if (*att_beg == '$') in http_extract_cookie_value()
815 if (cookie_name_l == 0 || (att_end - att_beg == cookie_name_l && in http_extract_cookie_value()
816 memcmp(att_beg, cookie_name, cookie_name_l) == 0)) { in http_extract_cookie_value()
H A Dhttp_ana.c3093 att_beg = prev; in http_manage_client_side_cookies()
3095 att_beg++; in http_manage_client_side_cookies()
3098 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_manage_client_side_cookies()
3099 att_beg++; in http_manage_client_side_cookies()
3139 if (*att_beg == '$') in http_manage_client_side_cookies()
3219 (memcmp(att_beg, s->be->cookie_name, att_end - att_beg) == 0)) { in http_manage_client_side_cookies()
3500 att_beg = prev; in http_manage_server_side_cookies()
3502 att_beg++; in http_manage_server_side_cookies()
3505 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in http_manage_server_side_cookies()
3506 att_beg++; in http_manage_server_side_cookies()
[all …]
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dproto_http.c6927 att_beg = prev + 1; in manage_client_side_cookies()
6928 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in manage_client_side_cookies()
6929 att_beg++; in manage_client_side_cookies()
7054 (memcmp(att_beg, s->be->cookie_name, att_end - att_beg) == 0)) { in manage_client_side_cookies()
7232 att_beg = next; in manage_client_side_cookies()
7590 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in manage_server_side_cookies()
7591 att_beg++; in manage_server_side_cookies()
7701 (memcmp(att_beg, s->be->cookie_name, att_end - att_beg) == 0)) { in manage_server_side_cookies()
10655 for (att_beg = hdr; att_beg + cookie_name_l + 1 < hdr_end; att_beg = next + 1) { in extract_cookie_value()
10658 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in extract_cookie_value()
[all …]
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dproto_http.c7742 att_beg = prev + 1; in manage_client_side_cookies()
7743 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in manage_client_side_cookies()
7744 att_beg++; in manage_client_side_cookies()
7869 (memcmp(att_beg, s->be->cookie_name, att_end - att_beg) == 0)) { in manage_client_side_cookies()
8047 att_beg = next; in manage_client_side_cookies()
8405 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in manage_server_side_cookies()
8406 att_beg++; in manage_server_side_cookies()
8516 (memcmp(att_beg, s->be->cookie_name, att_end - att_beg) == 0)) { in manage_server_side_cookies()
11206 for (att_beg = hdr; att_beg + cookie_name_l + 1 < hdr_end; att_beg = next + 1) { in extract_cookie_value()
11209 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg)) in extract_cookie_value()
[all …]
/dports/net/haproxy23/haproxy-2.3.16/
H A DCHANGELOG714 - CLEANUP: http_ana: remove unused assignation of `att_beg`
/dports/net/haproxy/haproxy-2.4.10/
H A DCHANGELOG2130 - CLEANUP: http_ana: remove unused assignation of `att_beg`