Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.h147 #define ngx_alloc_buf(pool) ngx_palloc(pool, sizeof(ngx_buf_t)) macro
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.c530 b = ngx_alloc_buf(r->pool); in ngx_http_ssi_body_filter()
2111 b = ngx_alloc_buf(r->pool); in ngx_http_ssi_include()
H A Dngx_http_scgi_module.c912 b = ngx_alloc_buf(r->pool); in ngx_http_scgi_create_request()
H A Dngx_http_uwsgi_module.c1122 b = ngx_alloc_buf(r->pool); in ngx_http_uwsgi_create_request()
H A Dngx_http_fastcgi_module.c1215 b = ngx_alloc_buf(r->pool); in ngx_http_fastcgi_create_request()
H A Dngx_http_grpc_module.c1042 b = ngx_alloc_buf(r->pool); in ngx_http_grpc_create_request()
H A Dngx_http_proxy_module.c1513 b = ngx_alloc_buf(r->pool); in ngx_http_proxy_create_request()