/dports/net/haproxy20/haproxy-2.0.26/src/ |
H A D | http.c | 671 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 D | proto_htx.c | 4047 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 D | proto_http.c | 6015 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 D | http.c | 623 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 D | proto_htx.c | 4009 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 D | proto_http.c | 6020 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 D | http.c | 688 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 D | http_ana.c | 3630 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 D | http.c | 692 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 D | http_ana.c | 3202 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 D | http.c | 722 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 D | http_ana.c | 3635 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 D | http.c | 692 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 D | http_ana.c | 3203 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 D | http.c | 752 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 D | http_ana.c | 3093 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 D | proto_http.c | 6927 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 D | proto_http.c | 7742 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 D | CHANGELOG | 714 - CLEANUP: http_ana: remove unused assignation of `att_beg`
|
/dports/net/haproxy/haproxy-2.4.10/ |
H A D | CHANGELOG | 2130 - CLEANUP: http_ana: remove unused assignation of `att_beg`
|