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.c601 lexbor_status_t decode_status, encode_status; in dom_decode_encode_slow_path() local
603decode_status = decoding_encoding_ctx->decode_data->decode(&decoding_encoding_ctx->decode, &buf_re… in dom_decode_encode_slow_path()
626 } while (decode_status == LXB_STATUS_SMALL_BUFFER); in dom_decode_encode_slow_path()
1177 lxb_status_t decode_status, encode_status; in dom_saveHTML_write_string_len() local
1182 decode_status = output->decoding_data->decode(output->decode, &buf_ref, buf_end); in dom_saveHTML_write_string_len()
1198 } while (decode_status == LXB_STATUS_SMALL_BUFFER); in dom_saveHTML_write_string_len()

Completed in 10 milliseconds