D | neo_hdf.c | 57 const char *value, int dup, int wf, HDF *top) in _alloc_hdf() argument 98 (*hdf)->alloc_value = wf; in _alloc_hdf() 573 int dup, int wf, int link, HDF_ATTR *attr, in _set_value() argument 628 hdf->alloc_value = wf; in _set_value() 653 err = _set_value (hdf->top, new_name, value, dup, wf, link, attr, set_node); in _set_value() 722 err = _alloc_hdf (&hp, n, x, value, dup, wf, hdf->top); in _set_value() 783 hp->alloc_value = wf; in _set_value() 799 err = _set_value (hdf->top, new_name, value, dup, wf, link, attr, set_node); in _set_value()
|