]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename cs_conn() to sc_conn()
authorWilly Tarreau <w@1wt.eu>
Wed, 18 May 2022 14:23:22 +0000 (16:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commitfd9417ba3fe77c75bea184ee21ba6ddfec9e2800
tree8f3949f380d88de032d3a918b39288f12a9f8bae
parentea27f48c5aa5273a1c67ef533e3a52b84705e41e
CLEANUP: stconn: rename cs_conn() to sc_conn()

It's mostly used from upper layers. Both the checked and unchecked
functions were updated, or ~150 entries.
16 files changed:
include/haproxy/conn_stream.h
include/haproxy/cs_utils.h
src/backend.c
src/check.c
src/cli.c
src/conn_stream.c
src/connection.c
src/frontend.c
src/hlua.c
src/http_ana.c
src/log.c
src/mux_pt.c
src/ssl_sample.c
src/stream.c
src/tcp_sample.c
src/tcpcheck.c