commit | bc59f359dcc3bc72d07bfc750e927748e70406a5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 15 13:45:17 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:41 2018 +0200 |
tree | 1533a971c2d5f26f6f058d68c85bcfdbfb0075fa | |
parent | 337ea57cfc9008e7d6c2e57ead8bea9bdb093d49 [diff] |
MINOR: buffer: get rid of b_ptr() and convert its last users Now the new API functions are being used everywhere, we can get rid of b_ptr(). A few last users like bi_istput() and bo_istput() appear to only differ by what part of the buffer they're increasing, but that should quickly be merged.