Lines Matching refs:keys
147 @brief Get the number of keys in a section of a dictionary.
150 @return Number of keys in section
157 @brief Get the number of keys in a section of a dictionary.
160 @param keys Already allocated array to store the keys in
161 @return The pointer passed as `keys` argument or NULL in case of error
163 This function queries a dictionary and finds all keys in a given section.
164 The keys argument should be an array of pointers which size has been
171 const char ** iniparser_getseckeys(const dictionary * d, const char * s, const char ** keys);
334 are stored as keys with NULL associated values, this is the only way