Home
last modified time | relevance | path

Searched refs:ngx_thread_read (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h385 ssize_t ngx_thread_read(ngx_file_t *file, u_char *buf, size_t size,
H A Dngx_files.c95 ngx_thread_read(ngx_file_t *file, u_char *buf, size_t size, off_t offset, in ngx_thread_read() function
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_output_chain.c605 n = ngx_thread_read(src->file, dst->pos, (size_t) size, in ngx_output_chain_copy_buf()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c706 n = ngx_thread_read(&c->file, c->buf->pos, c->body_start, 0, r->pool); in ngx_http_file_cache_aio_read()