Lines Matching refs:pool
1383 vldt->tstr_state = nxt_tstr_state_new(vldt->pool, 1); in nxt_conf_validate()
1502 p = nxt_mp_nget(vldt->pool, size); in nxt_conf_vldt_error()
1541 nxt_mp_t *pool; member
1554 ctx.pool = nxt_mp_create(1024, 128, 256, 32); in nxt_conf_vldt_mtypes()
1555 if (nxt_slow_path(ctx.pool == NULL)) { in nxt_conf_vldt_mtypes()
1568 nxt_mp_destroy(ctx.pool); in nxt_conf_vldt_mtypes()
1589 ctx->type = nxt_mp_get(ctx->pool, sizeof(nxt_str_t)); in nxt_conf_vldt_mtypes_type()
1637 return nxt_http_static_mtypes_hash_add(ctx->pool, &ctx->hash, &exten, in nxt_conf_vldt_mtypes_extension()
1650 if (nxt_slow_path(nxt_str_dup(vldt->pool, &str, name) == NULL)) { in nxt_conf_vldt_listener()
1654 sa = nxt_sockaddr_parse(vldt->pool, &str); in nxt_conf_vldt_listener()
1729 ret = nxt_http_pass_segments(vldt->pool, &pass, segments, 3); in nxt_conf_vldt_pass()
1909 sa = nxt_sockaddr_parse(vldt->pool, &name); in nxt_conf_vldt_proxy()
2152 re = nxt_regex_compile(vldt->pool, &pattern, &err); in nxt_conf_vldt_match_pattern()
2223 p = nxt_mp_nget(vldt->pool, name->length); in nxt_conf_vldt_match_encoded_patterns_set_member()
2282 p = nxt_mp_nget(vldt->pool, pattern.length); in nxt_conf_vldt_match_encoded_pattern()
2316 switch (nxt_http_route_addr_pattern_parse(vldt->pool, &pattern, value)) { in nxt_conf_vldt_match_addr()
2815 ret = nxt_conf_map_object(vldt->pool, value, in nxt_conf_vldt_processes()
3093 ret = nxt_conf_map_object(vldt->pool, value, in nxt_conf_vldt_clone_procmap()
3307 sa = nxt_sockaddr_parse(vldt->pool, name); in nxt_conf_vldt_server()
3425 ret = nxt_conf_map_object(vldt->pool, value, in nxt_conf_vldt_access_log()