Lines Matching refs:values
42 * has exactly one name and one or more values.
48 /** A string array that contains all the attribute values */
49 char **values;
51 /** The number of values the attribute contains.
110 * @return 0 on success and other errno values on failure. The return value
143 * @return 0 on success and other errno values on failure. The return value
165 * @brief Get all values for a given attribute in an sss_rule
167 * @param[in] e The sss_rule to get values from
169 * @param[out] values A newly allocated list of values the attribute has in
176 * errno values on failure.
178 * @note the returned values should be freed using sss_sudo_free_values()
182 char ***values);
185 * @brief Free the values returned by sss_sudo_get_values
187 * @param[in] values The list of values to free. The values were previously
190 void sss_sudo_free_values(char **values);