Home
last modified time | relevance | path

Searched refs:mtcp_write (Results 1 – 9 of 9) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dnetwork_mtcp_writev.c292 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 Dmtcp_api.h401 mtcp_write(mctx_t mctx, int sock, const char *buf, size_t len);
/mOS-networking-stack/core/include/
H A Dmtcp_api.h401 mtcp_write(mctx_t mctx, int sock, const char *buf, size_t len);
/mOS-networking-stack/samples/epserver/
H A Depserver-mp.c137 ret = mtcp_write(ctx->mctx, sockid, in SendUntilAvailable()
249 sent = mtcp_write(ctx->mctx, sockid, response, len); in HandleReadEvent()
H A Depserver.c138 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 Dring_buffer.c229 wr = mtcp_write(mctx, fid, GetDataPoint(r_buff), to_send); in MtcpWriteFromBuffer()
/mOS-networking-stack/samples/epwget/
H A Depwget.c259 wr = mtcp_write(ctx->mctx, sockid, request, len); in SendHTTPRequest()
H A Depwget-mp.c258 wr = mtcp_write(ctx->mctx, sockid, request, len); in SendHTTPRequest()
/mOS-networking-stack/core/src/
H A Dapi.c1770 mtcp_write(mctx_t mctx, int sockid, const char *buf, size_t len) in mtcp_write() function