Lines Matching defs:resources
612 * of all resources of this type
680 * of all resources of this type
1301 pool_resource_t **resources = NULL;
1329 resources = pool_query_resources(conf, &nelem, props);
1331 if (resources != NULL) {
1332 retval = resources[0];
1333 free(resources);
1683 * Check that there are available resources on this
1685 * each resource type and then find all resources of
1687 * resources and ensure >= total min.
1817 * log_free() reclaims the resources associated with a transaction log.
1828 * users responsibility to ensure that any resources associated with
1947 * log_item_free() reclaims the resources associated with a log_item_t.