Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline_spec.c172 struct rte_swx_field_params *new_fields; in struct_block_parse() local
223 new_fields = realloc(s->fields, in struct_block_parse()
225 if (!new_fields) { in struct_block_parse()
235 s->fields = new_fields; in struct_block_parse()
600 struct rte_swx_match_field_params *new_fields; in table_key_block_parse() local
638 new_fields = realloc(s->params.fields, in table_key_block_parse()
640 if (!new_fields) { in table_key_block_parse()
650 s->params.fields = new_fields; in table_key_block_parse()
/f-stack/tools/libxo/libxo/
H A Dlibxo.c6053 xo_field_info_t *new_fields, unsigned new_max_fields, in xo_gettext_combine_formats() argument
6061 for (newp = new_fields; newp->xfi_ftype; newp++) { in xo_gettext_combine_formats()
6135 xo_gettext_finish_numbering_fields(xop, fmt, new_fields); in xo_gettext_combine_formats()
6136 xo_gettext_rewrite_fields(xop, new_fields, new_max_fields); in xo_gettext_combine_formats()
6264 xo_field_info_t *new_fields UNUSED, in xo_gettext_combine_formats()
6293 xo_field_info_t *new_fields = NULL; in xo_do_emit_fields() local
6412 new_fields = alloca(sz); in xo_do_emit_fields()
6413 bzero(new_fields, sz); in xo_do_emit_fields()
6415 if (!xo_parse_fields(xop, new_fields + 1, in xo_do_emit_fields()
6420 fields, new_fields + 1, in xo_do_emit_fields()
[all …]