CLEANUP: mux-quic: rename internal functions
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 30 May 2023 13:04:46 +0000 (15:04 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 30 May 2023 13:45:55 +0000 (15:45 +0200)
commitd68f8b5a4af7bfc44cced622634e1f2b6e910af8
tree8ce88599540c618ebc839aa320a30c9d84b50355
parent0f61e4f6d34c86f16c7154f2c5f3b54b2ca395f8
CLEANUP: mux-quic: rename internal functions

This patch is similar to the previous one but for QUIC mux functions
used inside the mux code itself or application layer. Replace all
occurences of qc_* prefix by qcc_* or qcs_*. This should help to better
differentiate code between quic_conn and MUX.

This should be backported up to 2.7.
include/haproxy/mux_quic.h
src/h3.c
src/hq_interop.c
src/mux_quic.c