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.c78 const lxb_encoding_data_t *decode_data; member
108 ctx->decode_data = NULL; in dom_decoding_encoding_ctx_init()
450 decoding_encoding_ctx->decode_data = encoding_data; in dom_setup_parser_encoding_manually()
454 decoding_encoding_ctx->decode_data, in dom_setup_parser_encoding_manually()
464 …decoding_encoding_ctx->fast_path = decoding_encoding_ctx->decode_data == decoding_encoding_ctx->en… in dom_setup_parser_encoding_manually()
603 …decode_status = decoding_encoding_ctx->decode_data->decode(&decoding_encoding_ctx->decode, &buf_re… in dom_decode_encode_slow_path()
908 if (decoding_encoding_ctx.decode_data) { in PHP_METHOD()
909 lxml_doc->encoding = xmlStrdup((const xmlChar *) decoding_encoding_ctx.decode_data->name); in PHP_METHOD()
1093 if (decoding_encoding_ctx.decode_data) { in PHP_METHOD()
1094 lxml_doc->encoding = xmlStrdup((const xmlChar *) decoding_encoding_ctx.decode_data->name); in PHP_METHOD()

Completed in 13 milliseconds