Home
last modified time | relevance | path

Searched refs:target_nc_typeid (Results 1 – 4 of 4) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/libsrc4/
H A Dnc4internal.c383 nc4_rec_find_nc_type(NC_GRP_INFO_T *start_grp, nc_type target_nc_typeid) in nc4_rec_find_nc_type() argument
392 if (type->nc_typeid == target_nc_typeid) in nc4_rec_find_nc_type()
398 if ((res = nc4_rec_find_nc_type(g, target_nc_typeid))) in nc4_rec_find_nc_type()
H A Dnc4internal.h370 NC_TYPE_INFO_T *nc4_rec_find_nc_type(NC_GRP_INFO_T *start_grp, hid_t target_nc_typeid);
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libsrc4/
H A Dnc4internal.c454 nc4_rec_find_nc_type(const NC_GRP_INFO_T *start_grp, nc_type target_nc_typeid) in nc4_rec_find_nc_type() argument
462 if (type->nc_typeid == target_nc_typeid) in nc4_rec_find_nc_type()
474 if ((res = nc4_rec_find_nc_type(g, target_nc_typeid))) in nc4_rec_find_nc_type()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dnc4internal.h372 NC_TYPE_INFO_T *nc4_rec_find_nc_type(const NC_GRP_INFO_T *start_grp, nc_type target_nc_typeid);