Searched refs:sent (Results 1 - 3 of 3) sorted by relevance
| /httpd/modules/proxy/ |
| H A D | mod_proxy_wstunnel.c | 42 const char *name, int *sent); 274 const char *name, int *sent) 299 if (sent) { 300 *sent = 1; 271 proxy_wstunnel_transfer(request_rec *r, conn_rec *c_i, conn_rec *c_o, apr_bucket_brigade *bb, const char *name, int *sent) argument
|
| /httpd/modules/arch/win32/ |
| H A D | mod_isapi.c | 795 /* Any data left must be sent directly by the caller, all we 1049 apr_uint32_t sent = 0; local 1120 sent = tf->HeadLength; 1123 sent += (apr_uint32_t)fsize; 1127 sent += tf->TailLength; 1150 ERROR_SUCCESS, sent); 1154 ERROR_WRITE_FAULT, sent); 1160 sent, ERROR_SUCCESS); 1164 sent, ERROR_WRITE_FAULT);
|
| /httpd/modules/lua/ |
| H A D | lua_request.c | 228 lua_read_body(request_rec *r, const char **rbuf, apr_off_t *size): Reads any additional form data sent in POST/PUT 272 * lua_write_body: Reads any additional form data sent in POST/PUT requests 794 apr_size_t sent; local 801 ap_send_fd(file, r, 0, (apr_size_t)file_info.size, &sent); 803 lua_pushinteger(L, sent);
|
Completed in 26 milliseconds