Home
last modified time | relevance | path

Searched defs:ngx_buf_s (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.h20 struct ngx_buf_s { struct
21 u_char *pos;
22 u_char *last;
23 off_t file_pos;
24 off_t file_last;
28 ngx_buf_tag_t tag;
29 ngx_file_t *file;
30 ngx_buf_t *shadow;
43 unsigned mmap:1;
48 unsigned sync:1;
[all …]