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 D | ngx_files.h | 385 ssize_t ngx_thread_read(ngx_file_t *file, u_char *buf, size_t size,
|
| H A D | ngx_files.c | 95 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 D | ngx_output_chain.c | 605 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 D | ngx_http_file_cache.c | 706 n = ngx_thread_read(&c->file, c->buf->pos, c->body_start, 0, r->pool); in ngx_http_file_cache_aio_read()
|