mca_btl_tcp2_interface_t   47 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c static mca_btl_tcp2_interface_t** local_interfaces = NULL;
mca_btl_tcp2_interface_t   50 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c static mca_btl_tcp2_interface_t** peer_interfaces = NULL;
mca_btl_tcp2_interface_t  224 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c static void mca_btl_tcp2_initialise_interface(mca_btl_tcp2_interface_t* interface,
mca_btl_tcp2_interface_t  235 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c static mca_btl_tcp2_interface_t** mca_btl_tcp2_retrieve_local_interfaces(void)
mca_btl_tcp2_interface_t  247 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c     local_interfaces = (mca_btl_tcp2_interface_t**)calloc( max_local_interfaces, sizeof(mca_btl_tcp2_interface_t*) );
mca_btl_tcp2_interface_t  320 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c                 local_interfaces = (mca_btl_tcp2_interface_t**)realloc( local_interfaces,
mca_btl_tcp2_interface_t  321 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c                                                                        max_local_interfaces * sizeof(mca_btl_tcp2_interface_t*) );
mca_btl_tcp2_interface_t  325 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             local_interfaces[index] = (mca_btl_tcp2_interface_t *) malloc(sizeof(mca_btl_tcp2_interface_t));
mca_btl_tcp2_interface_t  408 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c         peer_interfaces = (mca_btl_tcp2_interface_t**)malloc( max_peer_interfaces * sizeof(mca_btl_tcp2_interface_t*) );
mca_btl_tcp2_interface_t  412 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c     memset(peer_interfaces, 0, max_peer_interfaces * sizeof(mca_btl_tcp2_interface_t*));
mca_btl_tcp2_interface_t  434 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c                 peer_interfaces = (mca_btl_tcp2_interface_t**)realloc( peer_interfaces,
mca_btl_tcp2_interface_t  435 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c                                                                       max_peer_interfaces * sizeof(mca_btl_tcp2_interface_t*) );
mca_btl_tcp2_interface_t  439 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c             peer_interfaces[index] = (mca_btl_tcp2_interface_t *) malloc(sizeof(mca_btl_tcp2_interface_t));
mca_btl_tcp2_interface_t   94 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.h typedef struct mca_btl_tcp2_interface_t mca_btl_tcp2_interface_t;