]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c}
authorWilly Tarreau <w@1wt.eu>
Wed, 18 May 2022 13:55:18 +0000 (15:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commit40a9c32e3a4f2f9a85df9e335dbac8b3e12f80fa
tree916f7bbdf303c4028c4cabfb08ca0db0b2f520e6
parentd0a06d52f48e06c77f6c279c0932d8093feec692
CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c}

We're starting to propagate the stream connector's new name through the
API. Most call places of these functions that retrieve the channel or its
buffer are in applets. The local variable names are not changed in order
to keep the changes small and reviewable. There were ~92 uses of cs_ic(),
~96 of cs_oc() (due to co_get*() being less factorizable than ci_put*),
and ~5 accesses to the buffer itself.
27 files changed:
addons/promex/service-prometheus.c
include/haproxy/applet.h
include/haproxy/cs_utils.h
src/activity.c
src/applet.c
src/backend.c
src/cache.c
src/cli.c
src/conn_stream.c
src/debug.c
src/dns.c
src/flt_spoe.c
src/hlua.c
src/http_client.c
src/log.c
src/map.c
src/mworker.c
src/peers.c
src/proxy.c
src/resolvers.c
src/ring.c
src/sink.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/stats.c
src/stick_table.c
src/stream.c