Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dhtml_document.c644 lexbor_status_t decode_status, encode_status; in dom_decode_encode_slow_path() local
646decode_status = decoding_encoding_ctx->decode_data->decode(&decoding_encoding_ctx->decode, &buf_re… in dom_decode_encode_slow_path()
669 } while (decode_status == LXB_STATUS_SMALL_BUFFER); in dom_decode_encode_slow_path()
1275 lxb_status_t decode_status, encode_status; in dom_saveHTML_write_string_len() local
1280 decode_status = lxb_encoding_decode_utf_8(output->decode, &buf_ref, buf_end); in dom_saveHTML_write_string_len()
1296 } while (decode_status == LXB_STATUS_SMALL_BUFFER); in dom_saveHTML_write_string_len()

Completed in 9 milliseconds