Searched defs:fsize (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/arch/win32/
H A Dmod_isapi.c1054 apr_off_t fsize; local
1074 fsize = tf->BytesToWrite;
1082 fsize = fi.size - tf->Offset;
1123 sent += (apr_uint32_t)fsize;
1124 apr_brigade_insert_file(bb, fd, tf->Offset, fsize, r->pool);
/httpd/modules/proxy/
H A Dmod_proxy_http.c538 apr_off_t bytes, bytes_spooled = 0, fsize = 0; local
619 fsize += bytes_written;
665 apr_brigade_insert_file(header_brigade, tmpfile, 0, fsize, p);

Completed in 15 milliseconds