template_endpoint   73 opal/mca/btl/template/btl_template.c         mca_btl_base_endpoint_t* template_endpoint;
template_endpoint   99 opal/mca/btl/template/btl_template.c         template_endpoint = OBJ_NEW(mca_btl_template_endpoint_t);
template_endpoint  100 opal/mca/btl/template/btl_template.c         if(NULL == template_endpoint) {
template_endpoint  105 opal/mca/btl/template/btl_template.c         template_endpoint->endpoint_btl = template_btl;
template_endpoint  106 opal/mca/btl/template/btl_template.c         rc = mca_btl_template_proc_insert(template_proc, template_endpoint);
template_endpoint  108 opal/mca/btl/template/btl_template.c             OBJ_RELEASE(template_endpoint);
template_endpoint  115 opal/mca/btl/template/btl_template.c         peers[i] = template_endpoint;