Lines Matching defs:values
101 struct profile_string_list values;
107 if (code = init_list(&values))
125 code2 = add_to_list(&values, name);
127 end_list(&values, 0);
130 end_list(&values, &ret_values);
136 code2 = add_to_list(&values, name);
138 end_list(&values, 0);
157 end_list(&values, &ret_values);
159 end_list(&values, 0);
450 * where ret_value is a string array of any matching values assigned to name.
487 * where value is a string array values to assigned to name. The array is
490 * Note: if the name already exists the set is overwritten with the values
495 char **values)
501 if (profile == NULL || realm == NULL || name == NULL || values == NULL)
514 for (tvalue = values; *tvalue; tvalue++) {
856 * where val_err is a function specific error code of the following values: