Searched refs:decode_status (Results 1 – 1 of 1) sorted by relevance
644 lexbor_status_t decode_status, encode_status; in dom_decode_encode_slow_path() local646 …decode_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() local1280 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