Searched refs:quiche_enable_debug_logging (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/rust/crates/quiche/examples/ |
D | client.c | 237 quiche_enable_debug_logging(debug_log, NULL); in main()
|
D | http3-client.c | 365 quiche_enable_debug_logging(debug_log, NULL); in main()
|
D | server.c | 459 quiche_enable_debug_logging(debug_log, NULL); in main()
|
D | http3-server.c | 537 quiche_enable_debug_logging(debug_log, NULL); in main()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/examples/ |
D | client.c | 237 quiche_enable_debug_logging(debug_log, NULL); in main()
|
D | http3-client.c | 365 quiche_enable_debug_logging(debug_log, NULL); in main()
|
D | server.c | 459 quiche_enable_debug_logging(debug_log, NULL); in main()
|
D | http3-server.c | 537 quiche_enable_debug_logging(debug_log, NULL); in main()
|
/aosp_15_r20/external/rust/crates/quiche/include/ |
D | quiche.h | 133 int quiche_enable_debug_logging(void (*cb)(const char *line, void *argp),
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/include/ |
D | quiche.h | 133 int quiche_enable_debug_logging(void (*cb)(const char *line, void *argp),
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/ |
D | ffi.rs | 128 pub extern fn quiche_enable_debug_logging( in quiche_enable_debug_logging() function
|
/aosp_15_r20/external/rust/crates/quiche/src/ |
D | ffi.rs | 128 pub extern fn quiche_enable_debug_logging( in quiche_enable_debug_logging() function
|
/aosp_15_r20/external/curl/lib/vquic/ |
H A D | curl_quiche.c | 125 quiche_enable_debug_logging(quiche_debug_log, NULL); in cf_quiche_ctx_init()
|