Searched refs:sectionname (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/lib/librte_cfgfile/ |
| H A D | rte_cfgfile.h | 121 rte_cfgfile_add_section(struct rte_cfgfile *cfg, const char *sectionname); 138 const char *sectionname, const char *entryname, 155 int rte_cfgfile_set_entry(struct rte_cfgfile *cfg, const char *sectionname, 215 int rte_cfgfile_has_section(struct rte_cfgfile *cfg, const char *sectionname); 231 const char *sectionname); 250 char *sectionname, 272 const char *sectionname, 300 char *sectionname, 320 const char *sectionname, 338 int rte_cfgfile_has_entry(struct rte_cfgfile *cfg, const char *sectionname,
|
| H A D | rte_cfgfile.c | 95 if (strncmp(cfg->sections[i].name, sectionname, in _get_section() 334 if (sectionname == NULL) in rte_cfgfile_add_section() 368 const char *sectionname, const char *entryname, in rte_cfgfile_add_entry() argument 382 sectionname); in rte_cfgfile_add_entry() 401 sectionname); in rte_cfgfile_set_entry() 494 return _get_section(cfg, sectionname) != NULL; in rte_cfgfile_has_section() 499 const char *sectionname) in rte_cfgfile_section_num_entries() argument 509 char *sectionname, int index) in rte_cfgfile_section_num_entries_by_index() argument 516 strlcpy(sectionname, sect->name, CFG_NAME_LEN); in rte_cfgfile_section_num_entries_by_index() 534 char *sectionname, in rte_cfgfile_section_entries_by_index() argument [all …]
|