Home
last modified time | relevance | path

Searched refs:tcp_read (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtcp.c234 static int tcp_read(URLContext *h, uint8_t *buf, int size) in tcp_read() function
317 .url_read = tcp_read,
/third_party/grpc/src/core/lib/iomgr/
Dtcp_posix.cc906 static void tcp_read(grpc_endpoint* ep, grpc_slice_buffer* incoming_buffer, in tcp_read() function
1682 static const grpc_endpoint_vtable vtable = {tcp_read,