curl/lib/vquic
Daniel Stenberg 522c89a134
lib: remove Curl_ prefix from static functions
'Curl_' is a prefix used for library global functions (cross-files).
Static functions should thus not use it.

Closes #15419
2024-10-27 10:57:21 +01:00
..
.checksrc lib: enable strerror and strncpy checksrc warnings in subdirs 2024-09-09 16:51:21 +02:00
curl_msh3.c lib: use bool/TRUE/FALSE properly 2024-10-03 09:31:56 +02:00
curl_msh3.h quic: rename vquic implementations, fix for quiche build. 2023-01-05 23:39:49 +01:00
curl_ngtcp2.c quic: use the session cache with wolfSSL as well 2024-10-24 14:55:23 +02:00
curl_ngtcp2.h ngtcp2: adjust config and code checks for ngtcp2 without nghttp3 2023-03-23 15:39:13 +01:00
curl_osslq.c openssl quic: populate x509 store before handshake 2024-10-03 14:43:47 +02:00
curl_osslq.h http3: initial support for OpenSSL 3.2 QUIC stack 2024-01-22 16:15:45 +01:00
curl_quiche.c lib: use bool/TRUE/FALSE properly 2024-10-03 09:31:56 +02:00
curl_quiche.h quic: rename vquic implementations, fix for quiche build. 2023-01-05 23:39:49 +01:00
vquic_int.h lib: merge ENABLE_QUIC C macro into USE_HTTP3 2024-04-13 08:33:27 +00:00
vquic-tls.c lib: remove Curl_ prefix from static functions 2024-10-27 10:57:21 +01:00
vquic-tls.h source: avoid use of 'very' in comments 2024-10-17 13:36:33 +02:00
vquic.c vquic: fix compiler warning with gcc + MUSL 2024-10-16 12:09:02 +02:00
vquic.h lib: merge ENABLE_QUIC C macro into USE_HTTP3 2024-04-13 08:33:27 +00:00