Searched refs:sent (Results 1 – 11 of 11) sorted by relevance
| /mOS-networking-stack/samples/epserver/ |
| H A D | epserver-mp.c | 123 int sent; in SendUntilAvailable() local 130 sent = 0; in SendUntilAvailable() 147 sent += ret; in SendUntilAvailable() 169 return sent; in SendUntilAvailable() 186 int sent; in HandleReadEvent() local 249 sent = mtcp_write(ctx->mctx, sockid, response, len); in HandleReadEvent() 250 if (sent < len) { in HandleReadEvent() 252 "try: %d, sent: %d\n", sockid, len, sent); in HandleReadEvent() 256 sockid, len, sent); in HandleReadEvent() 257 assert(sent == len); in HandleReadEvent()
|
| H A D | epserver.c | 124 int sent; in SendUntilAvailable() local 131 sent = 0; in SendUntilAvailable() 148 sent += ret; in SendUntilAvailable() 170 return sent; in SendUntilAvailable() 187 int sent; in HandleReadEvent() local 250 sent = mtcp_write(ctx->mctx, sockid, response, len); in HandleReadEvent() 251 if (sent < len) { in HandleReadEvent() 253 "try: %d, sent: %d\n", sockid, len, sent); in HandleReadEvent() 257 sockid, len, sent); in HandleReadEvent() 258 assert(sent == len); in HandleReadEvent()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | state.txt | 67 the request is made it is sent to 'respstart' to prepare the 68 HTTP-response header. In the 'write' state the prepare content is sent out 69 to the network. When everything is sent 'respend' is entered to log the 110 to be sent back to the client.
|
| H A D | accesslog.txt | 65 %b bytes sent for the body 114 this prefix is assumed to be special for lighttpd and won't be sent out
|
| H A D | setenv.txt | 34 adds a header to the HTTP response sent to the client
|
| H A D | secdownload.txt | 96 status 403 'Forbidden' will be sent out. 99 sent. (This does not really conform to the standard, but should
|
| H A D | proxy.txt | 43 that the same request URI is sent to always the same host.
|
| H A D | extforward.txt | 10 Comman Kang <comman.kang at gmail.com> sent me: ::
|
| H A D | performance.txt | 234 system load if you have a lot of large files to be sent, but keep in mind that
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | config.h.in | 410 /* Define to the address where bug reports for this package should be sent. */
|
| H A D | NEWS | 696 * fixed check for permission before files in sent
|