MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew}
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Jun 2018 05:13:22 +0000 (07:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:40 +0000 (16:23 +0200)
commitbcbd39370f34d6df030341667cdfc615acfea540
treef3712b43186056a3d3afb38175c655a9281734ed
parentc0a51c51b18b05e998458011fd507dbbefcc1382
MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew}

These ones manipulate the output data count which will be specific to
the channel soon, so prepare the call points to use the channel only.
The b_* functions are now unused and were removed.
12 files changed:
doc/internals/filters.txt
include/common/buffer.h
include/proto/channel.h
src/backend.c
src/cache.c
src/channel.c
src/filters.c
src/flt_http_comp.c
src/flt_trace.c
src/hlua.c
src/proto_http.c
src/stream_interface.c