Home | History | Annotate | Download | only in util

Lines Matching full:value

43   char *value;
53 char *value;
100 * Function: hdf_get_int_value - Return the integer value of a point in
103 * hdf to name, and returns the value of that node
108 * defval -> value to return in case of error or if the node
111 * Returns: The integer value of the node, or the defval
116 * Function: hdf_get_value - Return the value of a node in the data set
118 * name and returns the string value located there, or
122 * defval -> the default value to return if the node doesn't
133 * Function: hdf_get_valuevf - Return the value of a node in the data set
136 * string value located there, or NULL if it doesn't exist.
138 * default value possible.
150 * Function: hdf_get_valuef - Return the value of a node in the data set
153 * string value located there, or NULL if it doesn't exist.
155 * default value possible.
173 * defval -> the default value to return if the node doesn't
175 * Output: value -> the allocated string (if defval = NULL, then value
179 NEOERR* hdf_get_copy (HDF *hdf, const char *name, char **value,
199 * node you ask for. Nodes are created with no value.
236 const char *value);
296 * Function: hdf_obj_value - Return the value of a node
298 * which returns the value of the node, or NULL if the node
299 * has no value. This is not a copy of the value, so the
300 * node retains ownership of the value
303 * Returns: The value of the node, or NULL if it has no value
308 * Function: hdf_set_value - Set the value of a named node
309 * Description: hdf_set_value will set the value of a named node. All
311 * created with a value of NULL. Existing nodes are not
316 * The copy of the value will be made which the dataset
320 * value -> the value to set the node to
324 NEOERR* hdf_set_value (HDF *hdf, const char *name, const char *value);
327 * Function: hdf_set_valuef - Set the value of a named node
330 * the format "name=value", where we will first format the
333 * name and the right portion as the value. This function
335 * full name=value, and then the call to hdf_set_value
336 * duplicates the value portion, and then we free the
337 * name=value.
339 * value. In the future, this function might work more
344 * fmt -> the name=value printf(3) format string
353 * Function: hdf_set_int_value - Set the value of a named node to a number
359 * value -> the value to set the node to
363 NEOERR* hdf_set_int_value (HDF *hdf, const char *name, int value);
366 * Function: hdf_set_copy -> Copy a value from one location in the
369 * node, and then copies that value to the named dest node.
380 * Function: hdf_set_buf - Set the value of a node without duplicating
381 * the value
383 * dataset takes ownership of the value instead of making a
384 * copy of it. The dataset assumes that value was
389 * value -> the malloc'd value
394 NEOERR* hdf_set_buf (HDF *hdf, const char *name, char *value);
426 * pointer to the value in the array, which in our case is