Home
last modified time | relevance | path

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

/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dmfan.c339 if (file_rec->an_num[type] == -1) in ANIaddentry()
347 file_rec->an_num[type] = 0; in ANIaddentry()
414 file_rec->an_num[type] += 1; in ANIaddentry()
481 if (file_rec->an_num[type] == -1) in ANIcreate_ann_tree()
518 file_rec->an_num[type] = 0; in ANIcreate_ann_tree()
672 if (file_rec->an_num[type] == -1) in ANIfind()
753 if (file_rec->an_num[type] == -1) in ANInumann()
826 if (file_rec->an_num[type] == -1) in ANIannlist()
1717 if (file_rec->an_num[type] == -1) in ANselect()
1993 if (file_rec->an_num[type] == -1) in ANget_tagref()
[all …]
H A Dhfile.c3032 ret_value->an_num[AN_DATA_LABEL] = -1; in HIget_filerec_node()
3033 ret_value->an_num[AN_DATA_DESC] = -1; in HIget_filerec_node()
3034 ret_value->an_num[AN_FILE_LABEL] = -1; in HIget_filerec_node()
3035 ret_value->an_num[AN_FILE_DESC] = -1; in HIget_filerec_node()
H A Dhfile.h302 intn an_num[4]; /* Holds number of annotations found of each type */ member