Lines Matching refs:conf
471 pool_conf_t *conf; in bind_to_pool() local
475 if ((conf = pool_conf_alloc()) == NULL) in bind_to_pool()
477 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY) < 0) { in bind_to_pool()
481 pool_conf_free(conf); in bind_to_pool()
484 if (pool_name != NULL && pool_get_pool(conf, pool_name) != NULL) { in bind_to_pool()
489 (void) pool_conf_close(conf); in bind_to_pool()
490 pool_conf_free(conf); in bind_to_pool()
504 pool_conf_close(conf); in bind_to_pool()
505 pool_conf_free(conf); in bind_to_pool()
508 if (!force && pool_get_property(conf, pool_conf_to_elem(conf), in bind_to_pool()
513 pool_conf_close(conf); in bind_to_pool()
514 pool_conf_free(conf); in bind_to_pool()
520 if ((pools = pool_query_pools(conf, &nelem, pvals)) == NULL) { in bind_to_pool()
525 pool_conf_close(conf); in bind_to_pool()
526 pool_conf_free(conf); in bind_to_pool()
531 pool_get_property(conf, pool_to_elem(conf, pools[0]), "pool.name", in bind_to_pool()
538 (void) pool_conf_close(conf); in bind_to_pool()
539 pool_conf_free(conf); in bind_to_pool()
543 (void) pool_conf_close(conf); in bind_to_pool()
544 pool_conf_free(conf); in bind_to_pool()