cxx_extra_state 68 ompi/mpi/cxx/comm.cc keyval_intercept_data_t *cxx_extra_state; cxx_extra_state 90 ompi/mpi/cxx/comm.cc cxx_extra_state = (keyval_intercept_data_t*) cxx_extra_state 92 ompi/mpi/cxx/comm.cc if (NULL == cxx_extra_state) { cxx_extra_state 96 ompi/mpi/cxx/comm.cc cxx_extra_state->c_copy_fn = c_copy_fn; cxx_extra_state 97 ompi/mpi/cxx/comm.cc cxx_extra_state->cxx_copy_fn = cxx_copy_fn; cxx_extra_state 98 ompi/mpi/cxx/comm.cc cxx_extra_state->c_delete_fn = c_delete_fn; cxx_extra_state 99 ompi/mpi/cxx/comm.cc cxx_extra_state->cxx_delete_fn = cxx_delete_fn; cxx_extra_state 100 ompi/mpi/cxx/comm.cc cxx_extra_state->extra_state = extra_state; cxx_extra_state 116 ompi/mpi/cxx/comm.cc free(cxx_extra_state); cxx_extra_state 127 ompi/mpi/cxx/comm.cc &keyval, cxx_extra_state, 0, cxx_extra_state); cxx_extra_state 34 ompi/mpi/cxx/datatype.cc keyval_intercept_data_t *cxx_extra_state; cxx_extra_state 54 ompi/mpi/cxx/datatype.cc cxx_extra_state = (keyval_intercept_data_t *) malloc(sizeof(*cxx_extra_state)); cxx_extra_state 55 ompi/mpi/cxx/datatype.cc if (NULL == cxx_extra_state) { cxx_extra_state 60 ompi/mpi/cxx/datatype.cc cxx_extra_state->c_copy_fn = c_copy_fn; cxx_extra_state 61 ompi/mpi/cxx/datatype.cc cxx_extra_state->cxx_copy_fn = cxx_copy_fn; cxx_extra_state 62 ompi/mpi/cxx/datatype.cc cxx_extra_state->c_delete_fn = c_delete_fn; cxx_extra_state 63 ompi/mpi/cxx/datatype.cc cxx_extra_state->cxx_delete_fn = cxx_delete_fn; cxx_extra_state 64 ompi/mpi/cxx/datatype.cc cxx_extra_state->extra_state = extra_state; cxx_extra_state 80 ompi/mpi/cxx/datatype.cc free(cxx_extra_state); cxx_extra_state 96 ompi/mpi/cxx/datatype.cc cxx_extra_state, 0, NULL); cxx_extra_state 43 ompi/mpi/cxx/win.cc keyval_intercept_data_t *cxx_extra_state; cxx_extra_state 63 ompi/mpi/cxx/win.cc cxx_extra_state = (keyval_intercept_data_t*) cxx_extra_state 65 ompi/mpi/cxx/win.cc if (NULL == cxx_extra_state) { cxx_extra_state 69 ompi/mpi/cxx/win.cc cxx_extra_state->c_copy_fn = c_copy_fn; cxx_extra_state 70 ompi/mpi/cxx/win.cc cxx_extra_state->cxx_copy_fn = cxx_copy_fn; cxx_extra_state 71 ompi/mpi/cxx/win.cc cxx_extra_state->c_delete_fn = c_delete_fn; cxx_extra_state 72 ompi/mpi/cxx/win.cc cxx_extra_state->cxx_delete_fn = cxx_delete_fn; cxx_extra_state 73 ompi/mpi/cxx/win.cc cxx_extra_state->extra_state = extra_state; cxx_extra_state 89 ompi/mpi/cxx/win.cc free(cxx_extra_state); cxx_extra_state 106 ompi/mpi/cxx/win.cc cxx_extra_state, 0, NULL);