Home
last modified time | relevance | path

Searched refs:hss (Results 1 - 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DrecursiveTypeReferences1.js114 .reduce<HTMLHeadingElement[][]>((hss, h) => {
115 const hs = hss.pop()!;
117 ? concat(hss, [concat(hs, [h])])
118 : concat(hss, [hs, [h]]);
201 .reduce(function (hss, h) {
202 var hs = hss.pop();
204 ? concat(hss, [concat(hs, [h])])
205 : concat(hss, [hs, [h]]);
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-serialize.c712 lws_ss_handle_t *hss; in lws_ss_deserialize_parse() local
724 hss = proxy_pss_to_ss_h(pss); in lws_ss_deserialize_parse()
725 if (hss) in lws_ss_deserialize_parse()
726 lwsl_ss_info(hss, "C2P RX: len %d", (int)n); in lws_ss_deserialize_parse()
739 if ((hss && in lws_ss_deserialize_parse()
740 lws_fi(&hss->fic, "ssproxy_dsh_c2p_pay_oom")) || in lws_ss_deserialize_parse()
743 lwsl_ss_err(hss, "unable to alloc in dsh 3"); in lws_ss_deserialize_parse()
748 if (hss) in lws_ss_deserialize_parse()
749 _lws_ss_request_tx(hss); in lws_ss_deserialize_parse()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex3672 \hbox to 0pt{\hss \itemcontents \kern\itemmargin}%
6121 % But use \hss just in case.
6130 \hbox to 1em{#1\hss}%
6166 \hbox to \wd0{\putwordAppendix{} #1\hss}}
6442 \def\nonfillindentbox{\hbox to \nonfillparindent{\hss}}

Completed in 11 milliseconds