shpool             37 event/ngx_event_openssl.c     ngx_slab_pool_t *shpool, ngx_uint_t n);
shpool           1502 event/ngx_event_openssl.c     ngx_slab_pool_t          *shpool;
shpool           1515 event/ngx_event_openssl.c     shpool = (ngx_slab_pool_t *) shm_zone->shm.addr;
shpool           1517 event/ngx_event_openssl.c     cache = ngx_slab_alloc(shpool, sizeof(ngx_ssl_session_cache_t));
shpool           1522 event/ngx_event_openssl.c     shpool->data = cache;
shpool           1532 event/ngx_event_openssl.c     shpool->log_ctx = ngx_slab_alloc(shpool, len);
shpool           1533 event/ngx_event_openssl.c     if (shpool->log_ctx == NULL) {
shpool           1537 event/ngx_event_openssl.c     ngx_sprintf(shpool->log_ctx, " in SSL session shared cache \"%V\"%Z",
shpool           1570 event/ngx_event_openssl.c     ngx_slab_pool_t          *shpool;
shpool           1592 event/ngx_event_openssl.c     shpool = (ngx_slab_pool_t *) shm_zone->shm.addr;
shpool           1594 event/ngx_event_openssl.c     ngx_shmtx_lock(&shpool->mutex);
shpool           1597 event/ngx_event_openssl.c     ngx_ssl_expire_sessions(cache, shpool, 1);
shpool           1599 event/ngx_event_openssl.c     cached_sess = ngx_slab_alloc_locked(shpool, len);
shpool           1605 event/ngx_event_openssl.c         ngx_ssl_expire_sessions(cache, shpool, 0);
shpool           1607 event/ngx_event_openssl.c         cached_sess = ngx_slab_alloc_locked(shpool, len);
shpool           1615 event/ngx_event_openssl.c     sess_id = ngx_slab_alloc_locked(shpool, sizeof(ngx_ssl_sess_id_t));
shpool           1626 event/ngx_event_openssl.c     id = ngx_slab_alloc_locked(shpool, sess->session_id_length);
shpool           1655 event/ngx_event_openssl.c     ngx_shmtx_unlock(&shpool->mutex);
shpool           1662 event/ngx_event_openssl.c         ngx_slab_free_locked(shpool, cached_sess);
shpool           1666 event/ngx_event_openssl.c         ngx_slab_free_locked(shpool, sess_id);
shpool           1669 event/ngx_event_openssl.c     ngx_shmtx_unlock(&shpool->mutex);
shpool           1689 event/ngx_event_openssl.c     ngx_slab_pool_t          *shpool;
shpool           1712 event/ngx_event_openssl.c     shpool = (ngx_slab_pool_t *) shm_zone->shm.addr;
shpool           1714 event/ngx_event_openssl.c     ngx_shmtx_lock(&shpool->mutex);
shpool           1743 event/ngx_event_openssl.c                     ngx_shmtx_unlock(&shpool->mutex);
shpool           1755 event/ngx_event_openssl.c                 ngx_slab_free_locked(shpool, sess_id->session);
shpool           1757 event/ngx_event_openssl.c                 ngx_slab_free_locked(shpool, sess_id->id);
shpool           1759 event/ngx_event_openssl.c                 ngx_slab_free_locked(shpool, sess_id);
shpool           1775 event/ngx_event_openssl.c     ngx_shmtx_unlock(&shpool->mutex);
shpool           1798 event/ngx_event_openssl.c     ngx_slab_pool_t          *shpool;
shpool           1819 event/ngx_event_openssl.c     shpool = (ngx_slab_pool_t *) shm_zone->shm.addr;
shpool           1821 event/ngx_event_openssl.c     ngx_shmtx_lock(&shpool->mutex);
shpool           1851 event/ngx_event_openssl.c                 ngx_slab_free_locked(shpool, sess_id->session);
shpool           1853 event/ngx_event_openssl.c                 ngx_slab_free_locked(shpool, sess_id->id);
shpool           1855 event/ngx_event_openssl.c                 ngx_slab_free_locked(shpool, sess_id);
shpool           1869 event/ngx_event_openssl.c     ngx_shmtx_unlock(&shpool->mutex);
shpool           1875 event/ngx_event_openssl.c     ngx_slab_pool_t *shpool, ngx_uint_t n)
shpool           1904 event/ngx_event_openssl.c         ngx_slab_free_locked(shpool, sess_id->session);
shpool           1906 event/ngx_event_openssl.c         ngx_slab_free_locked(shpool, sess_id->id);
shpool           1908 event/ngx_event_openssl.c         ngx_slab_free_locked(shpool, sess_id);
shpool             33 http/modules/ngx_http_limit_req_module.c     ngx_slab_pool_t             *shpool;
shpool            185 http/modules/ngx_http_limit_req_module.c     ngx_shmtx_lock(&ctx->shpool->mutex);
shpool            200 http/modules/ngx_http_limit_req_module.c         node = ngx_slab_alloc_locked(ctx->shpool, n);
shpool            205 http/modules/ngx_http_limit_req_module.c             node = ngx_slab_alloc_locked(ctx->shpool, n);
shpool            207 http/modules/ngx_http_limit_req_module.c                 ngx_shmtx_unlock(&ctx->shpool->mutex);
shpool            227 http/modules/ngx_http_limit_req_module.c         ngx_shmtx_unlock(&ctx->shpool->mutex);
shpool            232 http/modules/ngx_http_limit_req_module.c     ngx_shmtx_unlock(&ctx->shpool->mutex);
shpool            477 http/modules/ngx_http_limit_req_module.c         ngx_slab_free_locked(ctx->shpool, node);
shpool            502 http/modules/ngx_http_limit_req_module.c         ctx->shpool = octx->shpool;
shpool            507 http/modules/ngx_http_limit_req_module.c     ctx->shpool = (ngx_slab_pool_t *) shm_zone->shm.addr;
shpool            510 http/modules/ngx_http_limit_req_module.c         ctx->sh = ctx->shpool->data;
shpool            515 http/modules/ngx_http_limit_req_module.c     ctx->sh = ngx_slab_alloc(ctx->shpool, sizeof(ngx_http_limit_req_shctx_t));
shpool            520 http/modules/ngx_http_limit_req_module.c     ctx->shpool->data = ctx->sh;
shpool            529 http/modules/ngx_http_limit_req_module.c     ctx->shpool->log_ctx = ngx_slab_alloc(ctx->shpool, len);
shpool            530 http/modules/ngx_http_limit_req_module.c     if (ctx->shpool->log_ctx == NULL) {
shpool            534 http/modules/ngx_http_limit_req_module.c     ngx_sprintf(ctx->shpool->log_ctx, " in limit_req zone \"%V\"%Z",
shpool            125 http/modules/ngx_http_limit_zone_module.c     ngx_slab_pool_t                *shpool;
shpool            175 http/modules/ngx_http_limit_zone_module.c     shpool = (ngx_slab_pool_t *) lzcf->shm_zone->shm.addr;
shpool            177 http/modules/ngx_http_limit_zone_module.c     ngx_shmtx_lock(&shpool->mutex);
shpool            207 http/modules/ngx_http_limit_zone_module.c                 ngx_shmtx_unlock(&shpool->mutex);
shpool            227 http/modules/ngx_http_limit_zone_module.c     node = ngx_slab_alloc_locked(shpool, n);
shpool            229 http/modules/ngx_http_limit_zone_module.c         ngx_shmtx_unlock(&shpool->mutex);
shpool            247 http/modules/ngx_http_limit_zone_module.c     ngx_shmtx_unlock(&shpool->mutex);
shpool            305 http/modules/ngx_http_limit_zone_module.c     ngx_slab_pool_t             *shpool;
shpool            311 http/modules/ngx_http_limit_zone_module.c     shpool = (ngx_slab_pool_t *) lzcln->shm_zone->shm.addr;
shpool            315 http/modules/ngx_http_limit_zone_module.c     ngx_shmtx_lock(&shpool->mutex);
shpool            324 http/modules/ngx_http_limit_zone_module.c         ngx_slab_free_locked(shpool, node);
shpool            327 http/modules/ngx_http_limit_zone_module.c     ngx_shmtx_unlock(&shpool->mutex);
shpool            337 http/modules/ngx_http_limit_zone_module.c     ngx_slab_pool_t            *shpool;
shpool            357 http/modules/ngx_http_limit_zone_module.c     shpool = (ngx_slab_pool_t *) shm_zone->shm.addr;
shpool            360 http/modules/ngx_http_limit_zone_module.c         ctx->rbtree = shpool->data;
shpool            365 http/modules/ngx_http_limit_zone_module.c     ctx->rbtree = ngx_slab_alloc(shpool, sizeof(ngx_rbtree_t));
shpool            370 http/modules/ngx_http_limit_zone_module.c     shpool->data = ctx->rbtree;
shpool            372 http/modules/ngx_http_limit_zone_module.c     sentinel = ngx_slab_alloc(shpool, sizeof(ngx_rbtree_node_t));
shpool            382 http/modules/ngx_http_limit_zone_module.c     shpool->log_ctx = ngx_slab_alloc(shpool, len);
shpool            383 http/modules/ngx_http_limit_zone_module.c     if (shpool->log_ctx == NULL) {
shpool            387 http/modules/ngx_http_limit_zone_module.c     ngx_sprintf(shpool->log_ctx, " in limit_zone \"%V\"%Z",
shpool            111 http/ngx_http_cache.h     ngx_slab_pool_t                 *shpool;
shpool             93 http/ngx_http_file_cache.c         cache->shpool = ocache->shpool;
shpool            105 http/ngx_http_file_cache.c     cache->shpool = (ngx_slab_pool_t *) shm_zone->shm.addr;
shpool            108 http/ngx_http_file_cache.c         cache->sh = cache->shpool->data;
shpool            114 http/ngx_http_file_cache.c     cache->sh = ngx_slab_alloc(cache->shpool, sizeof(ngx_http_file_cache_sh_t));
shpool            119 http/ngx_http_file_cache.c     cache->shpool->data = cache->sh;
shpool            136 http/ngx_http_file_cache.c     cache->shpool->log_ctx = ngx_slab_alloc(cache->shpool, len);
shpool            137 http/ngx_http_file_cache.c     if (cache->shpool->log_ctx == NULL) {
shpool            141 http/ngx_http_file_cache.c     ngx_sprintf(cache->shpool->log_ctx, " in cache keys zone \"%V\"%Z",
shpool            406 http/ngx_http_file_cache.c         ngx_shmtx_lock(&cache->shpool->mutex);
shpool            417 http/ngx_http_file_cache.c         ngx_shmtx_unlock(&cache->shpool->mutex);
shpool            424 http/ngx_http_file_cache.c         ngx_shmtx_lock(&cache->shpool->mutex);
shpool            435 http/ngx_http_file_cache.c         ngx_shmtx_unlock(&cache->shpool->mutex);
shpool            513 http/ngx_http_file_cache.c     ngx_shmtx_lock(&cache->shpool->mutex);
shpool            558 http/ngx_http_file_cache.c     fcn = ngx_slab_alloc_locked(cache->shpool,
shpool            561 http/ngx_http_file_cache.c         ngx_shmtx_unlock(&cache->shpool->mutex);
shpool            565 http/ngx_http_file_cache.c         ngx_shmtx_lock(&cache->shpool->mutex);
shpool            567 http/ngx_http_file_cache.c         fcn = ngx_slab_alloc_locked(cache->shpool,
shpool            611 http/ngx_http_file_cache.c     ngx_shmtx_unlock(&cache->shpool->mutex);
shpool            834 http/ngx_http_file_cache.c     ngx_shmtx_lock(&cache->shpool->mutex);
shpool            852 http/ngx_http_file_cache.c     ngx_shmtx_unlock(&cache->shpool->mutex);
shpool            922 http/ngx_http_file_cache.c     ngx_shmtx_lock(&cache->shpool->mutex);
shpool            942 http/ngx_http_file_cache.c         ngx_slab_free_locked(cache->shpool, fcn);
shpool            946 http/ngx_http_file_cache.c     ngx_shmtx_unlock(&cache->shpool->mutex);
shpool           1015 http/ngx_http_file_cache.c     ngx_shmtx_lock(&cache->shpool->mutex);
shpool           1043 http/ngx_http_file_cache.c     ngx_shmtx_unlock(&cache->shpool->mutex);
shpool           1077 http/ngx_http_file_cache.c     ngx_shmtx_lock(&cache->shpool->mutex);
shpool           1131 http/ngx_http_file_cache.c     ngx_shmtx_unlock(&cache->shpool->mutex);
shpool           1163 http/ngx_http_file_cache.c         ngx_shmtx_unlock(&cache->shpool->mutex);
shpool           1176 http/ngx_http_file_cache.c         ngx_shmtx_lock(&cache->shpool->mutex);
shpool           1184 http/ngx_http_file_cache.c         ngx_slab_free_locked(cache->shpool, fcn);
shpool           1203 http/ngx_http_file_cache.c         ngx_shmtx_lock(&cache->shpool->mutex);
shpool           1207 http/ngx_http_file_cache.c         ngx_shmtx_unlock(&cache->shpool->mutex);
shpool           1420 http/ngx_http_file_cache.c     ngx_shmtx_lock(&cache->shpool->mutex);
shpool           1426 http/ngx_http_file_cache.c         fcn = ngx_slab_alloc_locked(cache->shpool,
shpool           1429 http/ngx_http_file_cache.c             ngx_shmtx_unlock(&cache->shpool->mutex);
shpool           1462 http/ngx_http_file_cache.c     ngx_shmtx_unlock(&cache->shpool->mutex);