MINOR: ist: Add istend() function to return a pointer to the end of the string
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 22 Oct 2020 12:37:12 +0000 (14:37 +0200)
committerAdrian Bunk <bunk@debian.org>
Wed, 23 Apr 2025 17:55:00 +0000 (20:55 +0300)
commit7173fdabf543cf2c85adaa73604a5b23aa27d641
tree5b9069920a3e65175691639d1a46345add6301fb
parentfcc884a7c2598ffb74ee6522bbe518f71d1ffc05
MINOR: ist: Add istend() function to return a pointer to the end of the string

Origin: https://git.haproxy.org/?p=haproxy-2.2.git;a=commit;h=b12ab9c04a896a90383dbaf5c808a6d9a26cde98

istend() is a shortcut to istptr() + istlen().

(cherry picked from commit cf26623780bdd66f4fff4154d0e5081082aff89b)
[wt: needed for next fix]
Signed-off-by: Willy Tarreau <w@1wt.eu>
Gbp-Pq: Name MINOR-ist-Add-istend-function-to-return-a-pointer-to.patch
include/import/ist.h