Home
last modified time | relevance | path

Searched refs:Vinqtagref (Results 1 – 7 of 7) sorted by relevance

/dports/science/hdf/hdf-4.2.15/hdf/test/
H A Dtvset.c214 if (Vinqtagref(vg2, 1000, 12345) == FALSE) in write_vset_stuff()
221 if (Vinqtagref(vg2, 1000, 123456) != FALSE) in write_vset_stuff()
1695 if (Vinqtagref(vgroup_id, 1000, 12345) == FALSE) in test_vdeletetagref()
1700 if (Vinqtagref(vgroup_id, 2000, 12345) == FALSE) in test_vdeletetagref()
1705 if (Vinqtagref(vgroup_id, 3000, 12345) == FALSE) in test_vdeletetagref()
/dports/science/hdf/hdf-4.2.15/java/src/jni/
H A DhdfvgroupImp.c370 rval = Vinqtagref((int32)vgroup_id, (int32)tag, (int32)ref); in Java_hdf_hdflib_HDFLibrary_Vinqtagref()
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dvgf.c1154 return ((intf) Vinqtagref(*vkey, *tag, *ref)); in nvinqtrc()
H A Dhproto.h1748 HDFLIBAPI intn Vinqtagref
H A Dvgp.c1672 Vinqtagref(int32 vkey, /* IN: vgroup key */ in Vinqtagref() function
H A Dmfgr.c2227 if(Vinqtagref(GroupID,RI_TAG,(int32)img_ptr->ri_ref)==FALSE) in GRend()
/dports/science/hdf/hdf-4.2.15/java/src/hdf/hdflib/
H A DHDFLibrary.java2262 public static native boolean Vinqtagref(long vgroup_id, int tag, int ref) throws HDFException; in Vinqtagref() method in HDFLibrary