Home
last modified time | relevance | path

Searched refs:VSQueryref (Results 1 – 17 of 17) sorted by relevance

/dports/science/hdf/hdf-4.2.15/mfhdf/hrepack/
H A Dhrepack_an.c105 if ((ref_in = VSQueryref(vdata_id))==FAIL){ in copy_vs_an()
113 if ((ref_out = VSQueryref(vdata_id_out))==FAIL){ in copy_vs_an()
H A Dhrepack_vs.c251 if ((vdata_ref=VSQueryref(vdata_out)) == 0) { in copy_vs()
H A Dhrepacktst.c2047 vdata_ref = VSQueryref (vdata_id); in add_vs()
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dvhi.c121 ref = VSQueryref(vs); in VHstoredatam()
H A Dvio.c1395 VSQueryref(int32 vkey /* IN: vdata key */) in VSQueryref() function
H A Dvgf.c358 return ((intf)VSQueryref((int32)*vkey)); in nvsqref()
H A Dhproto.h1890 HDFLIBAPI int32 VSQueryref
H A Dhchunks.c1670 chktbl_ref = (uint16)VSQueryref(info->aid); in HMCcreate()
/dports/science/hdf/hdf-4.2.15/java/src/jni/
H A DhdfvsqImp.c228 rval = VSQueryref((int32)vdata_id); in Java_hdf_hdflib_HDFLibrary_VSQueryref()
/dports/science/hdf/hdf-4.2.15/hdf/util/
H A Dvshow.c185 vsoref = VSQueryref(vs); in main()
292 vsoref = VSQueryref(vs); in main()
H A Dvmake.c313 ref = VSQueryref(vs); in vsadd()
/dports/science/hdf/hdf-4.2.15/hdf/test/
H A Dtdatainfo.c189 vs_ref = VSQueryref(vsid); in test_simple_vs()
348 vs1_ref = VSQueryref(apvsid); in test_append_vs()
427 vs1_ref = VSQueryref(apvsid); in test_append_vs()
H A Dtattdatainfo.c127 vdata_ref = VSQueryref(vdata_id); in test_vvsattrs()
H A Dtvset.c1365 v_ref = VSQueryref(vdata_id); in test_vsdelete()
2471 vdata_ref = VSQueryref(vdata_id); in test_getvdatas()
2852 vdata1_ref = VSQueryref(vdata1_id); in test_extfile()
/dports/science/hdf/hdf-4.2.15/mfhdf/hdiff/
H A Dhdiff_list.c928 if ((ref_in = VSQueryref(vdata_id))==FAIL) in insert_vs_an()
1372 if ((ref_vs = VSQueryref(vdata_id))==FAIL) in insert_vs()
/dports/science/hdf/hdf-4.2.15/java/src/hdf/hdflib/
H A DHDFLibrary.java2502 public static native int VSQueryref(long vdata_id) throws HDFException; in VSQueryref() method in HDFLibrary
/dports/science/hdf/hdf-4.2.15/mfhdf/libsrc/
H A Dcdf.c1240 ref = VSQueryref(vs_id);