Lines Matching refs:assert

76     assert(filename != NULL);  in config_new()
114 assert(config != NULL); in config_has_section()
115 assert(section != NULL); in config_has_section()
122 assert(config != NULL); in config_has_key()
123 assert(section != NULL); in config_has_key()
124 assert(key != NULL); in config_has_key()
150 assert(config != NULL); in config_get_int()
151 assert(section != NULL); in config_get_int()
152 assert(key != NULL); in config_get_int()
166 assert(config != NULL); in config_get_bool()
167 assert(section != NULL); in config_get_bool()
168 assert(key != NULL); in config_get_bool()
187 assert(config != NULL); in config_get_string()
188 assert(section != NULL); in config_get_string()
189 assert(key != NULL); in config_get_string()
201 assert(config != NULL); in config_set_int()
202 assert(section != NULL); in config_set_int()
203 assert(key != NULL); in config_set_int()
212 assert(config != NULL); in config_set_bool()
213 assert(section != NULL); in config_set_bool()
214 assert(key != NULL); in config_set_bool()
246 assert(config != NULL); in config_remove_section()
247 assert(section != NULL); in config_remove_section()
259 assert(config != NULL); in config_update_newest_section()
260 assert(section != NULL); in config_update_newest_section()
285 assert(config != NULL); in config_remove_key()
286 assert(section != NULL); in config_remove_key()
287 assert(key != NULL); in config_remove_key()
306 assert(config != NULL); in config_section_begin()
312 assert(config != NULL); in config_section_end()
318 assert(node != NULL); in config_section_next()
324 assert(node != NULL); in config_section_name()
332 assert(config != NULL); in get_config_size()
360 assert(fp != 0); in get_config_size_from_flash()
405 assert(config != NULL); in config_save()
406 assert(filename != NULL); in config_save()
407 assert(*filename != '\0'); in config_save()
488 assert(count <= 0xFF); in config_save()
557 assert(fp != 0); in config_parse()
558 assert(config != NULL); in config_parse()