file: src/mpid/ch3/src/ch3u_handle_recv_pkt.c func: int MPIDI_CH3U_Receive_data_unexpected(MPID_Request * rreq, char *buf, MPIDI_msg_sz_t *buflen, int *complete) line: rreq->dev.tmpbuf = MPIU_Malloc(rreq->dev.recv_data_sz); file: src/mpid/ch3/src/ch3u_eager.c func: int MPIDI_CH3_PktHandler_EagerSend( MPIDI_VC_t *vc, MPIDI_CH3_Pkt_t *pkt, MPIDI_msg_sz_t *buflen, MPID_Request **rreqp ) line: mpi_errno = MPIDI_CH3U_Receive_data_unexpected( rreq, data_buf, &data_len, &complete ); file: src/mpid/ch3/channels/nemesis/src/ch3_progress.c func: int MPID_nem_handle_pkt(MPIDI_VC_t *vc, char *buf, MPIDI_msg_sz_t buflen) line: if (mpi_errno) MPIU_ERR_POP(mpi_errno); file: src/mpid/ch3/channels/nemesis/nemesis/netmod/tcp/socksm.c func: static int MPID_nem_tcp_recv_handler(sockconn_t *const sc) line: mpi_errno = MPID_nem_handle_pkt(sc_vc, recv_buf, bytes_recvd); file: src/mpid/ch3/channels/nemesis/nemesis/netmod/tcp/socksm.c func: int MPID_nem_tcp_connpoll(int in_blocking_poll) line: if (mpi_errno) MPIU_ERR_POP (mpi_errno); file: src/mpid/ch3/channels/nemesis/nemesis/include/mpid_nem_inline.h func: static inline int MPID_nem_mpich2_test_recv(MPID_nem_cell_ptr_t *cell, int *in_fbox, int in_blocking_progress) line: if (mpi_errno) MPIU_ERR_POP (mpi_errno); file: src/mpi/pt2pt/waitany.c func: int MPI_Waitany(int count, MPI_Request array_of_requests[], int *index, MPI_Status *status) line: if (mpi_errno != MPI_SUCCESS) goto fn_progress_end_fail;