Home
last modified time | relevance | path

Searched refs:escape_html (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-http.c270 static char *escape_html(const char *t) { in escape_html() function
358 eleft = escape_html(left); in html_print_field()
359 eright = escape_html(right); in html_print_field()
476 t = escape_html(pa_strna(pa_proplist_gets(sink->proplist, PA_PROP_DEVICE_DESCRIPTION))); in handle_listen()
498 t = escape_html(pa_strna(pa_proplist_gets(source->proplist, PA_PROP_DEVICE_DESCRIPTION))); in handle_listen()
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js4203 function escape_html(s)
4247 var output_fn = "<strong>" + escape_html(assert.assert_name) + "</strong>(";
4257 output_fn += escape_html(output_args.join(""));
4270 (output_location ? "\n" + escape_html(output_location) : "") +
4295 escape_html(test.name) +
4297 (assertions ? escape_html(get_assertion(test)) + "</td><td>" : "") +
4298 escape_html(test.message ? tests[i].message : " ") +
4300 escape_html(tests[i].stack) +

Completed in 8 milliseconds