Searched refs:ngx_list_init (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_list.h | 37 ngx_list_init(ngx_list_t *list, ngx_pool_t *pool, ngx_uint_t n, size_t size) in ngx_list_init() function
|
| H A D | ngx_list.c | 22 if (ngx_list_init(list, pool, n, size) != NGX_OK) { in ngx_list_create()
|
| H A D | ngx_cycle.c | 148 if (ngx_list_init(&cycle->open_files, pool, n, sizeof(ngx_open_file_t)) in ngx_init_cycle() 167 if (ngx_list_init(&cycle->shared_memory, pool, n, sizeof(ngx_shm_zone_t)) in ngx_init_cycle()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.c | 1058 if (ngx_list_init(&u->headers_in.headers, r->pool, 8, in ngx_http_upstream_cache_send() 1065 if (ngx_list_init(&u->headers_in.trailers, r->pool, 2, in ngx_http_upstream_cache_send() 1930 if (ngx_list_init(&u->headers_in.headers, r->pool, 8, in ngx_http_upstream_reinit() 1937 if (ngx_list_init(&u->headers_in.trailers, r->pool, 2, in ngx_http_upstream_reinit() 2325 if (ngx_list_init(&u->headers_in.headers, r->pool, 8, in ngx_http_upstream_process_header() 2334 if (ngx_list_init(&u->headers_in.trailers, r->pool, 2, in ngx_http_upstream_process_header()
|
| H A D | ngx_http_request.c | 575 if (ngx_list_init(&r->headers_out.headers, r->pool, 20, in ngx_http_alloc_request() 583 if (ngx_list_init(&r->headers_out.trailers, r->pool, 4, in ngx_http_alloc_request() 1140 if (ngx_list_init(&r->headers_in.headers, r->pool, 20, in ngx_http_process_request_line()
|
| H A D | ngx_http_core_module.c | 2277 if (ngx_list_init(&sr->headers_out.headers, r->pool, 20, in ngx_http_subrequest() 2284 if (ngx_list_init(&sr->headers_out.trailers, r->pool, 4, in ngx_http_subrequest()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 3098 if (ngx_list_init(&r->headers_in.headers, r->pool, 20, in ngx_http_v2_create_stream()
|