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 D | ngx_stream_upstream_zone_module.c | 269 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 D | ngx_http_upstream_zone_module.c | 272 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 D | ngx_slab.h | 67 void *ngx_slab_calloc_locked(ngx_slab_pool_t *pool, size_t size);
|
| H A D | ngx_slab.c | 427 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 D | ngx_http_file_cache.c | 869 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()
|