Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_output_chain.c40 static ngx_int_t ngx_output_chain_get_buf(ngx_output_chain_ctx_t *ctx,
187 } else if (ngx_output_chain_get_buf(ctx, bsize) != NGX_OK) { in ngx_output_chain()
446 ngx_output_chain_get_buf(ngx_output_chain_ctx_t *ctx, off_t bsize) in ngx_output_chain_get_buf() function