Home
last modified time | relevance | path

Searched refs:entryvalue (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_cfgfile/
H A Drte_cfgfile.c104 const char *entryvalue) in _add_entry() argument
125 strlcpy(curr_entry->value, entryvalue, sizeof(curr_entry->value)); in _add_entry()
369 const char *entryvalue) in rte_cfgfile_add_entry() argument
374 || (entryvalue == NULL)) in rte_cfgfile_add_entry()
386 ret = _add_entry(curr_section, entryname, entryvalue); in rte_cfgfile_add_entry()
392 const char *entryname, const char *entryvalue) in rte_cfgfile_set_entry() argument
405 if (entryvalue == NULL) in rte_cfgfile_set_entry()
406 entryvalue = ""; in rte_cfgfile_set_entry()
410 strlcpy(curr_section->entries[i].value, entryvalue, in rte_cfgfile_set_entry()
H A Drte_cfgfile.h139 const char *entryvalue);
156 const char *entryname, const char *entryvalue);