Searched refs:mtcp_write (Results 1 – 9 of 9) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | network_mtcp_writev.c | 292 if ((r = mtcp_write(srv->mctx, fd, start + (abs_offset - c->file.mmap.offset), toSend)) < 0) { 375 if ((r = mtcp_write(srv->mctx, fd, offset, toSend)) < 0) { in network_write_chunkqueue_mtcp_writev() 487 if ((r = mtcp_write(srv->mctx, fd, srv->tmp_buf->ptr, toSend)) < 0) { in network_write_chunkqueue_mtcp_writev()
|
| /mOS-networking-stack/core/src/include/ |
| H A D | mtcp_api.h | 401 mtcp_write(mctx_t mctx, int sock, const char *buf, size_t len);
|
| /mOS-networking-stack/core/include/ |
| H A D | mtcp_api.h | 401 mtcp_write(mctx_t mctx, int sock, const char *buf, size_t len);
|
| /mOS-networking-stack/samples/epserver/ |
| H A D | epserver-mp.c | 137 ret = mtcp_write(ctx->mctx, sockid, in SendUntilAvailable() 249 sent = mtcp_write(ctx->mctx, sockid, response, len); in HandleReadEvent()
|
| H A D | epserver.c | 138 ret = mtcp_write(ctx->mctx, sockid, in SendUntilAvailable() 250 sent = mtcp_write(ctx->mctx, sockid, response, len); in HandleReadEvent()
|
| /mOS-networking-stack/util/ |
| H A D | ring_buffer.c | 229 wr = mtcp_write(mctx, fid, GetDataPoint(r_buff), to_send); in MtcpWriteFromBuffer()
|
| /mOS-networking-stack/samples/epwget/ |
| H A D | epwget.c | 259 wr = mtcp_write(ctx->mctx, sockid, request, len); in SendHTTPRequest()
|
| H A D | epwget-mp.c | 258 wr = mtcp_write(ctx->mctx, sockid, request, len); in SendHTTPRequest()
|
| /mOS-networking-stack/core/src/ |
| H A D | api.c | 1770 mtcp_write(mctx_t mctx, int sockid, const char *buf, size_t len) in mtcp_write() function
|