Home | History | Annotate | Download | only in src

Lines Matching full:section_t

21 } section_t;
29 static section_t *section_new(const char *name);
31 static section_t *section_find(const config_t *config, const char *section);
146 section_t *sec = section_find(config, section);
218 static section_t *section_new(const char *name) {
219 section_t *section = calloc(1, sizeof(section_t));
232 section_t *section = ptr;
237 static section_t *section_find(const config_t *config, const char *section) {
239 section_t *sec = list_node(node);
267 section_t *sec = section_find(config, section);