Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline_parse.c107 unsigned int nb_match_token, void *resbuf, unsigned resbuf_size) in match_inst() argument
114 if (resbuf != NULL) in match_inst()
115 memset(resbuf, 0, resbuf_size); in match_inst()
133 if (resbuf == NULL) { in match_inst()
147 n = token_hdr.ops->parse(token_p, buf, (char *)resbuf + in match_inst()