Searched refs:buf_ref (Results 1 – 2 of 2) sorted by relevance
609 last_output = buf_ref; in dom_decode_encode_fast_path()617 buf_ref - last_output, in dom_decode_encode_fast_path()619 buf_ref - last_output, in dom_decode_encode_fast_path()625 *buf_ref_ref = buf_ref; in dom_decode_encode_fast_path()628 *buf_ref_ref = buf_ref; in dom_decode_encode_fast_path()670 *buf_ref_ref = buf_ref; in dom_decode_encode_slow_path()673 *buf_ref_ref = buf_ref; in dom_decode_encode_slow_path()898 &buf_ref, in PHP_METHOD()1089 &buf_ref, in PHP_METHOD()1250 last_output = buf_ref; in dom_saveHTML_write_string_len_utf8_output()[all …]
133 const lxb_char_t *buf_ref = (const lxb_char_t *) ZSTR_VAL(input); in dom_html_fragment_lexbor_parse() local136 status = lxb_html_document_parse_fragment_chunk(document, buf_ref, ZSTR_LEN(input)); in dom_html_fragment_lexbor_parse()142 const lxb_char_t *buf_end = buf_ref + ZSTR_LEN(input); in dom_html_fragment_lexbor_parse()143 const lxb_char_t *last_output = buf_ref; in dom_html_fragment_lexbor_parse()144 while (buf_ref < buf_end) { in dom_html_fragment_lexbor_parse()145 if (decode.u.utf_8.need == 0 && *buf_ref < 0x80) { in dom_html_fragment_lexbor_parse()146 buf_ref++; in dom_html_fragment_lexbor_parse()150 const lxb_char_t *buf_ref_backup = buf_ref; in dom_html_fragment_lexbor_parse()151 lxb_codepoint_t codepoint = lxb_encoding_decode_utf_8_single(&decode, &buf_ref, buf_end); in dom_html_fragment_lexbor_parse()163 last_output = buf_ref; in dom_html_fragment_lexbor_parse()[all …]
Completed in 26 milliseconds