Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dinner_html_mixin.c126 const lxb_char_t *buf_ref = (const lxb_char_t *) ZSTR_VAL(input); in dom_html_fragment_lexbor_parse() local
129 status = lxb_html_document_parse_fragment_chunk(document, buf_ref, ZSTR_LEN(input)); in dom_html_fragment_lexbor_parse()
135 const lxb_char_t *buf_end = buf_ref + ZSTR_LEN(input); in dom_html_fragment_lexbor_parse()
136 const lxb_char_t *last_output = buf_ref; in dom_html_fragment_lexbor_parse()
137 while (buf_ref < buf_end) { in dom_html_fragment_lexbor_parse()
138 if (decode.u.utf_8.need == 0 && *buf_ref < 0x80) { in dom_html_fragment_lexbor_parse()
139 buf_ref++; in dom_html_fragment_lexbor_parse()
143 const lxb_char_t *buf_ref_backup = buf_ref; in dom_html_fragment_lexbor_parse()
144 lxb_codepoint_t codepoint = lxb_encoding_decode_utf_8_single(&decode, &buf_ref, buf_end); in dom_html_fragment_lexbor_parse()
156 last_output = buf_ref; in dom_html_fragment_lexbor_parse()
[all …]
H A Dhtml_document.c535 buf_ref++; in dom_decode_encode_fast_path()
548 buf_ref - last_output, in dom_decode_encode_fast_path()
566 last_output = buf_ref; in dom_decode_encode_fast_path()
574 buf_ref - last_output, in dom_decode_encode_fast_path()
576 buf_ref - last_output, in dom_decode_encode_fast_path()
582 *buf_ref_ref = buf_ref; in dom_decode_encode_fast_path()
585 *buf_ref_ref = buf_ref; in dom_decode_encode_fast_path()
627 *buf_ref_ref = buf_ref; in dom_decode_encode_slow_path()
630 *buf_ref_ref = buf_ref; in dom_decode_encode_slow_path()
862 &buf_ref, in PHP_METHOD()
[all …]

Completed in 17 milliseconds