Home
last modified time | relevance | path

Searched refs:vsinst (Results 1 – 3 of 3) sorted by relevance

/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dvgint.h275 HDFLIBAPI vsinstance_t *vsinst
H A Dvio.c291 vsinst(HFILEID f, /* IN: File handle */ in vsinst() function
341 return ((NULL==vsinst(f, vsid)) ? FAIL : TRUE); in vexistvs()
974 if (NULL == (w = vsinst(f, (uint16) vsid))) in VSattach()
H A Dvg.c1051 if((v = vsinst(f,(uint16)vsid)) == NULL) in VSfind()
1160 if((v = vsinst(f,(uint16)vsid)) == NULL) in VSfindclass()
1472 if((vs_inst = vsinst(id, (uint16)vs_ref)) == NULL) in vscheckclass()