/third_party/libuv/test/ |
H A D | test-watcher-cross-stop.c | 48 static void recv_cb(uv_udp_t* handle, in recv_cb() function
|
H A D | test-udp-mmsg.c | 71 static void recv_cb(uv_udp_t* handle, in recv_cb() function
|
H A D | test-udp-send-unreachable.c | 77 static void recv_cb(uv_udp_t* handle, in recv_cb() function
|
H A D | benchmark-udp-pummel.c | 109 static void recv_cb(uv_udp_t* handle, in recv_cb() function
|
H A D | test-udp-ipv6.c | 145 static void do_test(uv_udp_recv_cb recv_cb, int bind_flags) { in do_test() argument
|
H A D | test-udp-open.c | 99 static void recv_cb(uv_udp_t* handle, in recv_cb() function
|
H A D | test-ipc-send-recv.c | 88 static void recv_cb(uv_stream_t* handle, in recv_cb() function
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_test_common_source.c | 198 int recv_cb(void *ctx, unsigned char *buf, size_t len) in recv_cb() function
|
/third_party/curl/lib/vquic/ |
H A D | vquic.c | 333 recvmmsg_packets(struct Curl_cfilter *cf, struct Curl_easy *data, struct cf_quic_ctx *qctx, size_t max_pkts, vquic_recv_pkt_cb *recv_cb, void *userp) recvmmsg_packets() argument 409 recvmsg_packets(struct Curl_cfilter *cf, struct Curl_easy *data, struct cf_quic_ctx *qctx, size_t max_pkts, vquic_recv_pkt_cb *recv_cb, void *userp) recvmsg_packets() argument 475 recvfrom_packets(struct Curl_cfilter *cf, struct Curl_easy *data, struct cf_quic_ctx *qctx, size_t max_pkts, vquic_recv_pkt_cb *recv_cb, void *userp) recvfrom_packets() argument 535 vquic_recv_packets(struct Curl_cfilter *cf, struct Curl_easy *data, struct cf_quic_ctx *qctx, size_t max_pkts, vquic_recv_pkt_cb *recv_cb, void *userp) vquic_recv_packets() argument [all...] |
/third_party/libuv/src/win/ |
H A D | udp.c | 307 uv__udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, uv_udp_recv_cb recv_cb) uv__udp_recv_start() argument [all...] |
/third_party/node/deps/uv/src/win/ |
H A D | udp.c | 361 uv__udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, uv_udp_recv_cb recv_cb) uv__udp_recv_start() argument [all...] |
/third_party/libuv/src/unix/ |
H A D | udp.c | 1333 uv__udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, uv_udp_recv_cb recv_cb) uv__udp_recv_start() argument [all...] |
/third_party/node/deps/uv/src/unix/ |
H A D | udp.c | 1381 uv__udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, uv_udp_recv_cb recv_cb) uv__udp_recv_start() argument [all...] |
/third_party/libuv/src/ |
H A D | uv-common.c | 518 uv_udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, uv_udp_recv_cb recv_cb) uv_udp_recv_start() argument
|
/third_party/node/deps/uv/src/ |
H A D | uv-common.c | 484 uv_udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, uv_udp_recv_cb recv_cb) uv_udp_recv_start() argument
|