Home
last modified time | relevance | path

Searched refs:quiche_enable_debug_logging (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/rust/crates/quiche/examples/
Dclient.c237 quiche_enable_debug_logging(debug_log, NULL); in main()
Dhttp3-client.c365 quiche_enable_debug_logging(debug_log, NULL); in main()
Dserver.c459 quiche_enable_debug_logging(debug_log, NULL); in main()
Dhttp3-server.c537 quiche_enable_debug_logging(debug_log, NULL); in main()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/examples/
Dclient.c237 quiche_enable_debug_logging(debug_log, NULL); in main()
Dhttp3-client.c365 quiche_enable_debug_logging(debug_log, NULL); in main()
Dserver.c459 quiche_enable_debug_logging(debug_log, NULL); in main()
Dhttp3-server.c537 quiche_enable_debug_logging(debug_log, NULL); in main()
/aosp_15_r20/external/rust/crates/quiche/include/
Dquiche.h133 int quiche_enable_debug_logging(void (*cb)(const char *line, void *argp),
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/include/
Dquiche.h133 int quiche_enable_debug_logging(void (*cb)(const char *line, void *argp),
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dffi.rs128 pub extern fn quiche_enable_debug_logging( in quiche_enable_debug_logging() function
/aosp_15_r20/external/rust/crates/quiche/src/
Dffi.rs128 pub extern fn quiche_enable_debug_logging( in quiche_enable_debug_logging() function
/aosp_15_r20/external/curl/lib/vquic/
H A Dcurl_quiche.c125 quiche_enable_debug_logging(quiche_debug_log, NULL); in cf_quiche_ctx_init()