haproxy/include
Christopher Faulet 251f4917c3 MINOR: buf: Add function to insert a string at an absolute offset in a buffer
The b_insert_blk() function may now be used to insert a string, given a pointer
and the string length, at an absolute offset in a buffer, moving data between
this offset and the buffer's tail just after the end of the inserted string. The
buffer's length is automatically updated. This function supports wrapping. All
the string is copied or nothing. So it returns 0 if there are not enough space
to perform the copy. Otherwise, the number of bytes copied is returned.
2020-03-06 14:12:59 +01:00
..
common MINOR: buf: Add function to insert a string at an absolute offset in a buffer 2020-03-06 14:12:59 +01:00
import
proto OPTIM: startup: fast unique_id allocation for acl. 2020-03-06 08:11:58 +01:00
types MEDIUM: stream: Make the `unique_id` member of `struct stream` a `struct ist` 2020-03-05 20:21:58 +01:00