Home
last modified time | relevance | path

Searched refs:ngx_buf_t (Results 1 – 25 of 67) sorted by relevance

123

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.h18 typedef struct ngx_buf_s ngx_buf_t; typedef
30 ngx_buf_t *shadow;
60 ngx_buf_t *buf;
79 ngx_buf_t *buf;
94 ssize_t (*aio_preload)(ngx_buf_t *file);
143 ngx_buf_t *ngx_create_temp_buf(ngx_pool_t *pool, size_t size);
147 #define ngx_alloc_buf(pool) ngx_palloc(pool, sizeof(ngx_buf_t))
148 #define ngx_calloc_buf(pool) ngx_pcalloc(pool, sizeof(ngx_buf_t))
H A Dngx_output_chain.c31 ngx_output_chain_as_is(ngx_output_chain_ctx_t *ctx, ngx_buf_t *buf);
248 ngx_output_chain_as_is(ngx_output_chain_ctx_t *ctx, ngx_buf_t *buf) in ngx_output_chain_as_is()
332 ngx_buf_t *b, *buf; in ngx_output_chain_add_copy()
363 ngx_memcpy(b, buf, sizeof(ngx_buf_t)); in ngx_output_chain_add_copy()
399 ngx_buf_t *in; in ngx_output_chain_align_file_buf()
449 ngx_buf_t *b, *in; in ngx_output_chain_get_buf()
526 ngx_buf_t *src, *dst; in ngx_output_chain_copy_buf()
H A Dngx_conf_file.h100 ngx_buf_t *buffer;
101 ngx_buf_t *dump;
108 ngx_buf_t *buffer;
H A Dngx_buf.c12 ngx_buf_t *
15 ngx_buf_t *b; in ngx_create_temp_buf()
73 ngx_buf_t *b; in ngx_create_chain_of_bufs()
H A Dngx_resolver.h50 ngx_buf_t *read_buf;
51 ngx_buf_t *write_buf;
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.h20 ngx_buf_t *buf);
91 ngx_buf_t *buf_to_file;
103 ngx_int_t ngx_event_pipe_copy_input_filter(ngx_event_pipe_t *p, ngx_buf_t *buf);
104 ngx_int_t ngx_event_pipe_add_free_buf(ngx_event_pipe_t *p, ngx_buf_t *b);
H A Dngx_event_pipe.c18 static ngx_inline void ngx_event_pipe_remove_shadow_links(ngx_buf_t *buf);
107 ngx_buf_t *b; in ngx_event_pipe_read_upstream()
737 ngx_buf_t *b; in ngx_event_pipe_write_chain_to_temp_file()
891 ngx_memzero(b, sizeof(ngx_buf_t)); in ngx_event_pipe_write_chain_to_temp_file()
950 ngx_event_pipe_copy_input_filter(ngx_event_pipe_t *p, ngx_buf_t *buf) in ngx_event_pipe_copy_input_filter()
952 ngx_buf_t *b; in ngx_event_pipe_copy_input_filter()
966 ngx_memcpy(b, buf, sizeof(ngx_buf_t)); in ngx_event_pipe_copy_input_filter()
993 ngx_event_pipe_remove_shadow_links(ngx_buf_t *buf) in ngx_event_pipe_remove_shadow_links()
995 ngx_buf_t *b, *next; in ngx_event_pipe_remove_shadow_links()
1024 ngx_event_pipe_add_free_buf(ngx_event_pipe_t *p, ngx_buf_t *b) in ngx_event_pipe_add_free_buf()
H A Dngx_event_udp.c18 ngx_buf_t *buffer;
35 ngx_buf_t buf; in ngx_event_recvmsg()
251 ngx_memzero(&buf, sizeof(ngx_buf_t)); in ngx_event_recvmsg()
447 ngx_buf_t *b; in ngx_udp_shared_recv()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c1066 ngx_buf_t *atom; in ngx_http_mp4_read_ftyp_atom()
1122 ngx_buf_t *atom; in ngx_http_mp4_read_moov_atom()
1200 ngx_buf_t *data; in ngx_http_mp4_read_mdat_atom()
1235 ngx_buf_t *atom; in ngx_http_mp4_update_mdat_atom()
1465 ngx_buf_t *atom; in ngx_http_mp4_update_trak_atom()
1648 ngx_buf_t *atom; in ngx_http_mp4_update_mdia_atom()
1841 ngx_buf_t *atom; in ngx_http_mp4_update_minf_atom()
1974 ngx_buf_t *atom; in ngx_http_mp4_update_stbl_atom()
2398 ngx_buf_t *data; in ngx_http_mp4_crop_stss_data()
3315 ngx_buf_t *data; in ngx_http_mp4_adjust_stco_atom()
[all …]
H A Dngx_http_autoindex_module.c16 ngx_buf_t *buf;
58 static ngx_buf_t *ngx_http_autoindex_html(ngx_http_request_t *r,
64 static ngx_buf_t *ngx_http_autoindex_xml(ngx_http_request_t *r,
158 ngx_buf_t *b; in ngx_http_autoindex_handler()
432 static ngx_buf_t *
439 ngx_buf_t *b; in ngx_http_autoindex_html()
702 static ngx_buf_t *
707 ngx_buf_t *b; in ngx_http_autoindex_json()
853 static ngx_buf_t *
858 ngx_buf_t *b; in ngx_http_autoindex_xml()
[all …]
H A Dngx_http_image_filter_module.c86 static ngx_buf_t *ngx_http_image_json(ngx_http_request_t *r,
88 static ngx_buf_t *ngx_http_image_asis(ngx_http_request_t *r,
94 static ngx_buf_t *ngx_http_image_resize(ngx_http_request_t *r,
475 ngx_buf_t *b; in ngx_http_image_read()
524 static ngx_buf_t *
578 static ngx_buf_t *
582 ngx_buf_t *b; in ngx_http_image_json()
631 static ngx_buf_t *
634 ngx_buf_t *b; in ngx_http_image_asis()
819 static ngx_buf_t *
[all …]
H A Dngx_http_sub_filter_module.c57 ngx_buf_t *buf;
288 ngx_buf_t *b; in ngx_http_sub_body_filter()
377 ngx_memzero(b, sizeof(ngx_buf_t)); in ngx_http_sub_body_filter()
403 ngx_memcpy(b, ctx->buf, sizeof(ngx_buf_t)); in ngx_http_sub_body_filter()
435 ngx_memzero(b, sizeof(ngx_buf_t)); in ngx_http_sub_body_filter()
487 ngx_memzero(b, sizeof(ngx_buf_t)); in ngx_http_sub_body_filter()
510 ngx_memzero(b, sizeof(ngx_buf_t)); in ngx_http_sub_body_filter()
541 ngx_buf_t *b; in ngx_http_sub_output()
H A Dngx_http_xslt_filter_module.c77 ngx_http_xslt_filter_ctx_t *ctx, ngx_buf_t *b);
79 ngx_http_xslt_filter_ctx_t *ctx, ngx_buf_t *b);
87 static ngx_buf_t *ngx_http_xslt_apply_stylesheet(ngx_http_request_t *r,
310 ngx_buf_t *b) in ngx_http_xslt_send()
370 ngx_buf_t *b) in ngx_http_xslt_add_chunk()
487 static ngx_buf_t *
493 ngx_buf_t *b; in ngx_http_xslt_apply_stylesheet()
H A Dngx_http_gunzip_filter_module.c29 ngx_buf_t *in_buf;
30 ngx_buf_t *out_buf;
419 ngx_buf_t *b; in ngx_http_gunzip_filter_inflate()
571 ngx_buf_t *b; in ngx_http_gunzip_filter_inflate_end()
H A Dngx_http_charset_filter_module.c99 static ngx_uint_t ngx_http_charset_recode(ngx_buf_t *b, u_char *table);
101 ngx_buf_t *buf, ngx_http_charset_ctx_t *ctx);
103 ngx_buf_t *buf, ngx_http_charset_ctx_t *ctx);
550 ngx_buf_t *b; in ngx_http_charset_body_filter()
652 ngx_http_charset_recode(ngx_buf_t *b, u_char *table) in ngx_http_charset_recode()
685 ngx_http_charset_recode_from_utf8(ngx_pool_t *pool, ngx_buf_t *buf, in ngx_http_charset_recode_from_utf8()
691 ngx_buf_t *b; in ngx_http_charset_recode_from_utf8()
966 ngx_http_charset_recode_to_utf8(ngx_pool_t *pool, ngx_buf_t *buf, in ngx_http_charset_recode_to_utf8()
971 ngx_buf_t *b; in ngx_http_charset_recode_to_utf8()
1130 ngx_buf_t *b; in ngx_http_charset_get_buffer()
H A Dngx_http_grpc_module.c585 ngx_buf_t *b; in ngx_http_grpc_create_request()
1106 ngx_buf_t *b; in ngx_http_grpc_body_output_filter()
1464 ngx_buf_t *b; in ngx_http_grpc_process_header()
1854 ngx_buf_t *b, *buf; in ngx_http_grpc_filter()
2316 ngx_buf_t *b) in ngx_http_grpc_parse_frame()
2411 ngx_buf_t *b) in ngx_http_grpc_parse_header()
2630 ngx_buf_t *b) in ngx_http_grpc_parse_fragment()
3231 ngx_buf_t *b) in ngx_http_grpc_parse_rst_stream()
3310 ngx_buf_t *b) in ngx_http_grpc_parse_goaway()
3533 ngx_buf_t *b) in ngx_http_grpc_parse_settings()
[all …]
H A Dngx_http_ssi_filter_module.h40 ngx_buf_t *buf;
H A Dngx_http_gzip_filter_module.c43 ngx_buf_t *in_buf;
44 ngx_buf_t *out_buf;
561 ngx_buf_t *b, *buf; in ngx_http_gzip_filter_buffer()
665 ngx_buf_t *b; in ngx_http_gzip_filter_gzheader()
808 ngx_buf_t *b; in ngx_http_gzip_filter_deflate()
936 ngx_buf_t *b; in ngx_http_gzip_filter_deflate_end()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_linux_sendfile_chain.c13 static ssize_t ngx_linux_sendfile(ngx_connection_t *c, ngx_buf_t *file,
23 static ssize_t ngx_linux_sendfile_thread(ngx_connection_t *c, ngx_buf_t *file,
54 ngx_buf_t *file; in ngx_linux_sendfile_chain()
230 ngx_linux_sendfile(ngx_connection_t *c, ngx_buf_t *file, size_t size) in ngx_linux_sendfile()
305 ngx_buf_t *file;
315 ngx_linux_sendfile_thread(ngx_connection_t *c, ngx_buf_t *file, size_t size) in ngx_linux_sendfile_thread()
410 ngx_buf_t *file; in ngx_linux_sendfile_thread_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h96 ngx_int_t ngx_http_parse_request_line(ngx_http_request_t *r, ngx_buf_t *b);
100 ngx_int_t ngx_http_parse_status_line(ngx_http_request_t *r, ngx_buf_t *b,
104 ngx_int_t ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b,
114 ngx_int_t ngx_http_parse_chunked(ngx_http_request_t *r, ngx_buf_t *b,
H A Dngx_http_request_body.c18 ngx_buf_t *b);
36 ngx_buf_t *b; in ngx_http_read_client_request_body()
661 ngx_buf_t b; in ngx_http_read_discarded_request_body()
667 ngx_memzero(&b, sizeof(ngx_buf_t)); in ngx_http_read_discarded_request_body()
865 ngx_buf_t *b; in ngx_http_request_body_length_filter()
894 ngx_memzero(b, sizeof(ngx_buf_t)); in ngx_http_request_body_length_filter()
935 ngx_buf_t *b; in ngx_http_request_body_chunked_filter()
1002 ngx_memzero(b, sizeof(ngx_buf_t)); in ngx_http_request_body_chunked_filter()
1046 ngx_memzero(b, sizeof(ngx_buf_t)); in ngx_http_request_body_chunked_filter()
1086 ngx_buf_t *b; in ngx_http_request_body_save_filter()
[all …]
H A Dngx_http_copy_filter_module.c23 static ssize_t ngx_http_copy_aio_sendfile_preload(ngx_buf_t *file);
214 ngx_http_copy_aio_sendfile_preload(ngx_buf_t *file) in ngx_http_copy_aio_sendfile_preload()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream.h120 ngx_buf_t downstream_buf;
121 ngx_buf_t upstream_buf;
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail.h180 ngx_buf_t *buffer;
190 ngx_buf_t *buffer;
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs67 ngx_http_perl_output(ngx_http_request_t *r, ngx_buf_t *b) in ngx_http_perl_output()
408 ngx_buf_t *buf;
578 ngx_buf_t *b;
673 ngx_buf_t *b;
759 ngx_buf_t *b;

123