node_pool          27 orte/test/system/regex.c     opal_pointer_array_t *node_pool;
node_pool          60 orte/test/system/regex.c     node_pool = OBJ_NEW(opal_pointer_array_t);
node_pool          72 orte/test/system/regex.c         nptr->index = opal_pointer_array_add(node_pool, nptr);
node_pool          77 orte/test/system/regex.c     if (ORTE_SUCCESS != (rc = orte_regx.nidmap_create(node_pool, &regex))) {
node_pool         112 orte/test/system/regex.c     for (i=0; (nptr = opal_pointer_array_get_item(node_pool, i)) != NULL; i++) {
node_pool         116 orte/test/system/regex.c     OBJ_RELEASE(node_pool);