Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dhtml_document.c607 const lxb_codepoint_t *codepoints_end = decoding_encoding_ctx->codepoints + decoding_buffer_used; in dom_decode_encode_slow_path() local
609 …encoding_ctx->encode_data->encode(&decoding_encoding_ctx->encode, &codepoints_ref, codepoints_end); in dom_decode_encode_slow_path()
685 const lxb_codepoint_t *codepoints_end = codepoints_ref + decoding_buffer_size; in dom_parse_decode_encode_finish() local
686 …encoding_ctx->encode_data->encode(&decoding_encoding_ctx->encode, &codepoints_ref, codepoints_end); in dom_parse_decode_encode_finish()
1185 …const lxb_codepoint_t *codepoints_end = codepoints_ref + lxb_encoding_decode_buf_used(output->deco… in dom_saveHTML_write_string_len() local
1187 encode_status = output->encoding_data->encode(output->encode, &codepoints_ref, codepoints_end); in dom_saveHTML_write_string_len()

Completed in 9 milliseconds