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)
committerSalvatore Bonaccorso <carnil@debian.org>
Sat, 23 Dec 2023 10:02:19 +0000 (11:02 +0100)
commit54a5b273aa636f32e4cd5960410afaa4c71bf88c
tree04141f70f683f30405c340b3e6a2d08436f537bf
parent55185542aae8abd7e17cb5b9dad9091117002402
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