Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dhtml_document.c79 const lxb_encoding_data_t *decode_data; member
108 ctx->decode_data = ctx->encode_data = lxb_encoding_data(LXB_ENCODING_UTF_8); in dom_decoding_encoding_ctx_init()
119 ctx->decode_data, in dom_decoding_encoding_ctx_init()
456 decoding_encoding_ctx->decode_data = encoding_data; in dom_setup_parser_encoding_manually()
460 decoding_encoding_ctx->decode_data, in dom_setup_parser_encoding_manually()
470 …decoding_encoding_ctx->fast_path = decoding_encoding_ctx->decode_data == decoding_encoding_ctx->en… in dom_setup_parser_encoding_manually()
646 …decode_status = decoding_encoding_ctx->decode_data->decode(&decoding_encoding_ctx->decode, &buf_re… in dom_decode_encode_slow_path()
944 if (decoding_encoding_ctx.decode_data) { in PHP_METHOD()
945 lxml_doc->encoding = xmlStrdup((const xmlChar *) decoding_encoding_ctx.decode_data->name); in PHP_METHOD()
1129 if (decoding_encoding_ctx.decode_data) { in PHP_METHOD()
[all …]

Completed in 9 milliseconds