ompi_mpi_errhandler_null   65 ompi/errhandler/errhandler.c ompi_predefined_errhandler_t ompi_mpi_errhandler_null = {{{0}}};
ompi_mpi_errhandler_null   67 ompi/errhandler/errhandler.c     &ompi_mpi_errhandler_null;
ompi_mpi_errhandler_null   93 ompi/errhandler/errhandler.c   OBJ_CONSTRUCT( &ompi_mpi_errhandler_null.eh, ompi_errhandler_t );
ompi_mpi_errhandler_null   94 ompi/errhandler/errhandler.c   if( ompi_mpi_errhandler_null.eh.eh_f_to_c_index != OMPI_ERRHANDLER_NULL_FORTRAN )
ompi_mpi_errhandler_null   96 ompi/errhandler/errhandler.c   ompi_mpi_errhandler_null.eh.eh_mpi_object_type = OMPI_ERRHANDLER_TYPE_PREDEFINED;
ompi_mpi_errhandler_null   97 ompi/errhandler/errhandler.c   ompi_mpi_errhandler_null.eh.eh_lang = OMPI_ERRHANDLER_LANG_C;
ompi_mpi_errhandler_null   98 ompi/errhandler/errhandler.c   ompi_mpi_errhandler_null.eh.eh_comm_fn = NULL;
ompi_mpi_errhandler_null   99 ompi/errhandler/errhandler.c   ompi_mpi_errhandler_null.eh.eh_file_fn = NULL;
ompi_mpi_errhandler_null  100 ompi/errhandler/errhandler.c   ompi_mpi_errhandler_null.eh.eh_win_fn  = NULL ;
ompi_mpi_errhandler_null  101 ompi/errhandler/errhandler.c   ompi_mpi_errhandler_null.eh.eh_fort_fn = NULL;
ompi_mpi_errhandler_null  102 ompi/errhandler/errhandler.c   opal_string_copy(ompi_mpi_errhandler_null.eh.eh_name, "MPI_ERRHANDLER_NULL",
ompi_mpi_errhandler_null  103 ompi/errhandler/errhandler.c                    sizeof(ompi_mpi_errhandler_null.eh.eh_name));
ompi_mpi_errhandler_null  161 ompi/errhandler/errhandler.c     OBJ_DESTRUCT(&ompi_mpi_errhandler_null.eh);
ompi_mpi_errhandler_null  155 ompi/errhandler/errhandler.h OMPI_DECLSPEC extern ompi_predefined_errhandler_t ompi_mpi_errhandler_null;