]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stconn: rename cs_{new,create,free,destroy}_* to sc_*
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 06:33:53 +0000 (08:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commita0b58b537de61e2c27154212da577ec88c4ec02c
tree0effe762402a38ed24c197bfb5ee6d49fc76f6bb
parent90e8b455b7df814fd2357bc11763852a4f1232a2
CLEANUP: stconn: rename cs_{new,create,free,destroy}_* to sc_*

This renames the following functions:

cs_new_from_endp()  -> sc_new_from_endp()
cs_new_from_strm()  -> sc_new_from_strm()
cs_new_from_check() -> sc_new_from_check()
cs_applet_create()  -> sc_applet_create()
cs_destroy()        -> sc_destroy()
cs_free()           -> sc_free()
12 files changed:
include/haproxy/conn_stream.h
include/haproxy/mux_quic.h
src/applet.c
src/backend.c
src/cache.c
src/check.c
src/conn_stream.c
src/http_ana.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/stream.c