Home
last modified time | relevance | path

Searched refs:DFTAG_VERSION (Results 1 – 6 of 6) sorted by relevance

/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dhkit.h47 {DFTAG_VERSION, string(DFTAG_VERSION), "Version Descriptor"},
H A Dhtags.h32 #define DFTAG_VERSION 30 macro
H A Dhdf.inc300 integer DFTAG_LINKED, DFTAG_VERSION, DFTAG_COMPRESSED
304 parameter(DFTAG_VERSION = 30,DFTAG_COMPRESSED = 40)
H A Dhfile.c3386 if(Hputelement(file_id, (uint16) DFTAG_VERSION, (uint16) 1, lversion, in HIupdate_version()
3434 if (Hgetelement(file_id, (uint16) DFTAG_VERSION, (uint16) 1, fversion) == FAIL) in HIread_version()
/dports/science/hdf/hdf-4.2.15/java/src/hdf/hdflib/
H A DHDFConstants.java50 public static final int DFTAG_VERSION = 30; field in HDFConstants
/dports/science/hdf/hdf-4.2.15/hdf/util/
H A Dhdfpack.c280 if (((dlist[i].tag != DFTAG_NULL) && (dlist[i].tag != DFTAG_VERSION)) in main()