eh_comm_fn         98 ompi/errhandler/errhandler.c   ompi_mpi_errhandler_null.eh.eh_comm_fn = NULL;
eh_comm_fn        110 ompi/errhandler/errhandler.c   ompi_mpi_errors_are_fatal.eh.eh_comm_fn = ompi_mpi_errors_are_fatal_comm_handler;
eh_comm_fn        123 ompi/errhandler/errhandler.c   ompi_mpi_errors_return.eh.eh_comm_fn = ompi_mpi_errors_return_comm_handler;
eh_comm_fn        139 ompi/errhandler/errhandler.c   ompi_mpi_errors_throw_exceptions.eh.eh_comm_fn =
eh_comm_fn        204 ompi/errhandler/errhandler.c 	      new_errhandler->eh_comm_fn = (MPI_Comm_errhandler_function *)func;
eh_comm_fn        276 ompi/errhandler/errhandler.c   new_errhandler->eh_comm_fn      = NULL;
eh_comm_fn        119 ompi/errhandler/errhandler.h     MPI_Comm_errhandler_function *eh_comm_fn;
eh_comm_fn         58 ompi/errhandler/errhandler_invoke.c             errhandler->eh_comm_fn(&comm, &err_code, message, NULL);
eh_comm_fn         63 ompi/errhandler/errhandler_invoke.c                                            (ompi_errhandler_generic_handler_fn_t *)errhandler->eh_comm_fn);
eh_comm_fn        146 ompi/mpi/cxx/cxx_glue.c void ompi_cxx_errhandler_set_callbacks (struct ompi_errhandler_t *errhandler, MPI_Comm_errhandler_function *eh_comm_fn,
eh_comm_fn        149 ompi/mpi/cxx/cxx_glue.c     errhandler->eh_comm_fn = eh_comm_fn;
eh_comm_fn         81 ompi/mpi/cxx/cxx_glue.h void ompi_cxx_errhandler_set_callbacks (struct ompi_errhandler_t *errhandler, MPI_Comm_errhandler_function *eh_comm_fn,