Home
last modified time | relevance | path

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

/dports/www/nginx-full/nginx-upload-module-aa42509/
H A Dngx_http_upload_module.c255 …ngx_int_t (*flush_output_buffer_f)(struct ngx_http_upload_ctx_s *upload_ctx, u_char *buf, size_t l… member
3671 if(upload_ctx->flush_output_buffer_f) in upload_flush_output_buffer()
3672 if(upload_ctx->flush_output_buffer_f(upload_ctx, (void*)upload_ctx->output_buffer, in upload_flush_output_buffer()
3692 upload_ctx->flush_output_buffer_f = ngx_http_upload_flush_output_buffer; in upload_init_ctx()
4211 if(upload_ctx->flush_output_buffer_f) in upload_process_raw_buf()
4212 if(upload_ctx->flush_output_buffer_f(upload_ctx, (void*)start, in upload_process_raw_buf()