Lines Matching refs:resources
611 * of all resources of this type
679 * of all resources of this type
1259 pool_resource_t **resources = NULL;
1287 resources = pool_query_resources(conf, &nelem, props);
1289 if (resources != NULL) {
1290 retval = resources[0];
1291 free(resources);
1641 * Check that there are available resources on this
1643 * each resource type and then find all resources of
1645 * resources and ensure >= total min.
1775 * log_free() reclaims the resources associated with a transaction log.
1786 * users responsibility to ensure that any resources associated with
1905 * log_item_free() reclaims the resources associated with a log_item_t.