Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream_zone_module.c269 dst = ngx_slab_calloc_locked(pool, sizeof(ngx_stream_upstream_rr_peer_t)); in ngx_stream_upstream_zone_copy_peer()
281 dst->sockaddr = ngx_slab_calloc_locked(pool, sizeof(ngx_sockaddr_t)); in ngx_stream_upstream_zone_copy_peer()
286 dst->name.data = ngx_slab_calloc_locked(pool, NGX_SOCKADDR_STRLEN); in ngx_stream_upstream_zone_copy_peer()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_zone_module.c272 dst = ngx_slab_calloc_locked(pool, sizeof(ngx_http_upstream_rr_peer_t)); in ngx_http_upstream_zone_copy_peer()
284 dst->sockaddr = ngx_slab_calloc_locked(pool, sizeof(ngx_sockaddr_t)); in ngx_http_upstream_zone_copy_peer()
289 dst->name.data = ngx_slab_calloc_locked(pool, NGX_SOCKADDR_STRLEN); in ngx_http_upstream_zone_copy_peer()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_slab.h67 void *ngx_slab_calloc_locked(ngx_slab_pool_t *pool, size_t size);
H A Dngx_slab.c427 p = ngx_slab_calloc_locked(pool, size); in ngx_slab_calloc()
436 ngx_slab_calloc_locked(ngx_slab_pool_t *pool, size_t size) in ngx_slab_calloc_locked() function
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c869 fcn = ngx_slab_calloc_locked(cache->shpool, in ngx_http_file_cache_exists()
880 fcn = ngx_slab_calloc_locked(cache->shpool, in ngx_http_file_cache_exists()
2207 fcn = ngx_slab_calloc_locked(cache->shpool, in ngx_http_file_cache_add()