Searched defs:ngx_buf_s (Results 1 – 1 of 1) sorted by relevance
20 struct ngx_buf_s { struct21 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 …]