Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h20 typedef struct ngx_http_log_ctx_s ngx_http_log_ctx_t; typedef
H A Dngx_http_request.h609 ((ngx_http_log_ctx_t *) log->data)->current_request = r
H A Dngx_http_request.c214 ngx_http_log_ctx_t *ctx; in ngx_http_init_connection()
306 ctx = ngx_palloc(c->pool, sizeof(ngx_http_log_ctx_t)); in ngx_http_init_connection()
508 ngx_http_log_ctx_t *ctx; in ngx_http_create_request()
3578 ngx_http_log_ctx_t *ctx; in ngx_http_free_request()
3717 ngx_http_log_ctx_t *ctx; in ngx_http_log_error()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c2996 ngx_http_log_ctx_t *ctx; in ngx_http_v2_create_stream()
3033 ctx = ngx_palloc(h2c->pool, sizeof(ngx_http_log_ctx_t)); in ngx_http_v2_create_stream()