mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-13 04:59:13 +02:00
A number of offset computation functions use struct buffer* arguments and return integers without modifying the input. Using consts helps simplifying some operations in callers.