Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dhtml_document.c605 …const lxb_codepoint_t *codepoints_ref = (const lxb_codepoint_t *) decoding_encoding_ctx->codepoint… in dom_decode_encode_slow_path() local
609 …g_encoding_ctx->encode_data->encode(&decoding_encoding_ctx->encode, &codepoints_ref, codepoints_en… in dom_decode_encode_slow_path()
684 …const lxb_codepoint_t *codepoints_ref = (const lxb_codepoint_t *) decoding_encoding_ctx->codepoint… in dom_parse_decode_encode_finish() local
685 const lxb_codepoint_t *codepoints_end = codepoints_ref + decoding_buffer_size; in dom_parse_decode_encode_finish()
686 …g_encoding_ctx->encode_data->encode(&decoding_encoding_ctx->encode, &codepoints_ref, codepoints_en… in dom_parse_decode_encode_finish()
1184 const lxb_codepoint_t *codepoints_ref = output->codepoints; in dom_saveHTML_write_string_len() local
1185 …const lxb_codepoint_t *codepoints_end = codepoints_ref + lxb_encoding_decode_buf_used(output->deco… in dom_saveHTML_write_string_len()
1187 encode_status = output->encoding_data->encode(output->encode, &codepoints_ref, codepoints_end); in dom_saveHTML_write_string_len()
1248 const lxb_codepoint_t *codepoints_ref = (const lxb_codepoint_t *) codepoints; in dom_common_save() local
1249 …(void) encoding_data->encode(&encode, &codepoints_ref, codepoints_ref + lxb_encoding_decode_buf_us… in dom_common_save()

Completed in 18 milliseconds