Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-fix-lttng-tools-fails-to-compile-with-libxml2-2.14.0.patch13 | 432 | ret = handler->input(out_str, &out_len, (const xmlChar *) in_str, &in_len);
48 - ret = handler->input(out_str, &out_len, (const xmlChar *) in_str, &in_len);
49 + ret = handler->input.func(NULL, out_str, &out_len, (const xmlChar *) in_str, &in_len, 0);
51 xmlFree(out_str);
52 out_str = NULL;
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h29 g_string_append_printf((c)->out_str, __VA_ARGS__); \
229 GString *out_str; /**< String containing the output code */ member
H A Didef-parser.y867 context.out_str = g_string_new(NULL);
902 g_string_free(context.out_str, TRUE);