REORG: channel: finally rename the last bi_* / bo_* functions
authorWilly Tarreau <w@1wt.eu>
Thu, 19 Oct 2017 12:32:15 +0000 (14:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Oct 2017 13:01:08 +0000 (15:01 +0200)
commit06d80a9a9c49b3b17f343a7131b4cf12ef7c6636
tree37988b1abe5b25102381e9eca8dd41a1aa754580
parent5b9834f12a72f6c2ee7be8cc3da13e83ae3d92b9
REORG: channel: finally rename the last bi_* / bo_* functions

For HTTP/2 we'll need some buffer-only equivalent functions to some of
the ones applying to channels and still squatting the bi_* / bo_*
namespace. Since these names have kept being misleading for quite some
time now and are really getting annoying, it's time to rename them. This
commit will use "ci/co" as the prefix (for "channel in", "channel out")
instead of "bi/bo". The following ones were renamed :

  bi_getblk_nc, bi_getline_nc, bi_putblk, bi_putchr,
  bo_getblk, bo_getblk_nc, bo_getline, bo_getline_nc, bo_inject,
  bi_putchk, bi_putstr, bo_getchr, bo_skip, bi_swpbuf
17 files changed:
include/proto/channel.h
src/channel.c
src/cli.c
src/dns.c
src/flt_spoe.c
src/hlua.c
src/map.c
src/memory.c
src/peers.c
src/proto_http.c
src/proxy.c
src/server.c
src/ssl_sock.c
src/stats.c
src/stick_table.c
src/stream.c
src/stream_interface.c