endpoint_frags     82 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     OBJ_CONSTRUCT(&endpoint->endpoint_frags, opal_list_t);
endpoint_frags     95 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     OBJ_DESTRUCT(&endpoint->endpoint_frags);
endpoint_frags    224 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     for(item =  opal_list_get_first(&btl_endpoint->endpoint_frags);
endpoint_frags    225 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c         item != opal_list_get_end(&btl_endpoint->endpoint_frags);
endpoint_frags    275 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c         opal_list_append(&btl_endpoint->endpoint_frags, (opal_list_item_t*)frag);
endpoint_frags    298 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c             opal_list_append(&btl_endpoint->endpoint_frags, (opal_list_item_t*)frag);
endpoint_frags    452 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c     if(opal_list_get_size(&btl_endpoint->endpoint_frags) > 0) {
endpoint_frags    455 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c                 opal_list_remove_first(&btl_endpoint->endpoint_frags);
endpoint_frags    812 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c                 opal_list_remove_first(&btl_endpoint->endpoint_frags);
endpoint_frags     65 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.h     opal_list_t                     endpoint_frags;        /**< list of pending frags to send */
endpoint_frags     95 opal/mca/btl/tcp/btl_tcp_endpoint.c     OBJ_CONSTRUCT(&endpoint->endpoint_frags, opal_list_t);
endpoint_frags    108 opal/mca/btl/tcp/btl_tcp_endpoint.c     OBJ_DESTRUCT(&endpoint->endpoint_frags);
endpoint_frags    281 opal/mca/btl/tcp/btl_tcp_endpoint.c     OPAL_LIST_FOREACH(item, &btl_endpoint->endpoint_frags, mca_btl_tcp_frag_t) {
endpoint_frags    340 opal/mca/btl/tcp/btl_tcp_endpoint.c         opal_list_append(&btl_endpoint->endpoint_frags, (opal_list_item_t*)frag);
endpoint_frags    372 opal/mca/btl/tcp/btl_tcp_endpoint.c             opal_list_append(&btl_endpoint->endpoint_frags, (opal_list_item_t*)frag);
endpoint_frags    547 opal/mca/btl/tcp/btl_tcp_endpoint.c             frag = (mca_btl_tcp_frag_t*)opal_list_remove_first(&btl_endpoint->endpoint_frags);
endpoint_frags    551 opal/mca/btl/tcp/btl_tcp_endpoint.c             frag = (mca_btl_tcp_frag_t*)opal_list_remove_first(&btl_endpoint->endpoint_frags);
endpoint_frags    571 opal/mca/btl/tcp/btl_tcp_endpoint.c     if(opal_list_get_size(&btl_endpoint->endpoint_frags) > 0) {
endpoint_frags    574 opal/mca/btl/tcp/btl_tcp_endpoint.c                 opal_list_remove_first(&btl_endpoint->endpoint_frags);
endpoint_frags   1045 opal/mca/btl/tcp/btl_tcp_endpoint.c                 opal_list_remove_first(&btl_endpoint->endpoint_frags);
endpoint_frags     65 opal/mca/btl/tcp/btl_tcp_endpoint.h     opal_list_t                     endpoint_frags;        /**< list of pending frags to send */