Home
last modified time | relevance | path

Searched defs:tcp_write (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtcp.c250 static int tcp_write(URLContext *h, const uint8_t *buf, int size) in tcp_write() function
/third_party/lwip/src/core/
Dtcp_out.c390 tcp_write(struct tcp_pcb *pcb, const void *arg, u16_t len, u8_t apiflags) in tcp_write() function
/third_party/grpc/src/core/lib/iomgr/
Dtcp_posix.cc1561 static void tcp_write(grpc_endpoint* ep, grpc_slice_buffer* buf, in tcp_write() function