#include <nc4internal.h>#include <stdlib.h>#include <assert.h>#include "netcdf.h"Include dependency graph for error.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | nc_calloc calloc |
| #define | nc_malloc malloc |
| #define | nc_free free |
| #define | LOG(e) |
| #define | BAIL(e) |
| #define | BAIL_QUIET BAIL |
| #define | BAIL2(e) |
| #define | nc_set_log_level(e) |
Functions | |
| void * | nc_malloc (size_t size) |
| void * | nc_calloc (size_t nmemb, size_t size) |
| void | nc_free (void *ptr) |
|
|
Value: do { \ retval = e; \ goto exit; \ } while (0) Definition at line 73 of file error.h. Referenced by delete_hdf5_att(), find_var_shape_grp(), get_att_grp(), get_hdf_typeid(), get_locid(), nc4_create_file(), nc4_get_att(), nc4_open_file(), nc4_put_att(), nc_copy_var(), nc_def_var_full(), nc_del_att(), nc_rename_att(), nc_rename_var(), nc_sync(), pg_att_grpa(), pg_vara(), pg_varm(), read_dataset(), read_grp_atts(), read_type(), read_var(), rec_read_metadata(), rec_write_metadata(), test_pio(), test_pio_attr(), test_pio_hyper(), var_create_dataset(), and write_nc3_strict_att(). |
|
|
Value: do { \ goto exit; \ } while (0) Definition at line 78 of file error.h. Referenced by find_var_shape_grp(), get_att_grp(), get_hdf_typeid(), get_locid(), pg_att_grpa(), pg_vara(), read_dataset(), read_grp_atts(), read_var(), rec_read_metadata(), var_create_dataset(), and write_nc3_strict_att(). |
|
|
Definition at line 77 of file error.h. Referenced by nc_del_att(), and pg_vara(). |
|
|
|
Definition at line 68 of file error.h. Referenced by att_list_add(), dim_list_add(), field_list_add(), file_list_add(), file_list_add_netcdf4(), nc4_enum_member_add(), nc4_grp_list_add(), nc4_type_list_add(), nc4_var_list_add(), nc_def_var_full(), pg_att_grpa(), pg_varm(), read_type(), and read_var(). |
|
|
Definition at line 70 of file error.h. Referenced by att_list_del(), close_netcdf4_file(), dim_list_del(), field_list_del(), file_list_del(), find_var_shape_grp(), get_fill_value(), grp_list_del(), main(), nc4_get_att(), nc4_open_file(), nc4_put_att(), nc_copy_att(), nc_copy_var(), pg_vara(), pg_varm(), read_type(), type_list_del(), var_create_dataset(), and var_list_del(). |
|
|
Definition at line 69 of file error.h. Referenced by data_type_convert(), find_var_shape_grp(), get_fill_value(), nc4_get_att(), nc4_put_att(), nc_copy_att(), nc_copy_var(), pg_att_grpa(), pg_vara(), read_var(), and var_create_dataset(). |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.4.4