Home
last modified time | relevance | path

Searched refs:encode_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
652encode_status = decoding_encoding_ctx->encode_data->encode(&decoding_encoding_ctx->encode, &codepo… in dom_decode_encode_slow_path()
653 ZEND_ASSERT(encode_status != LXB_STATUS_ERROR && "parameters and replacements should be valid"); in dom_decode_encode_slow_path()
667 } while (encode_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
1285 encode_status = output->encoding_data->encode(output->encode, &codepoints_ref, codepoints_end); in dom_saveHTML_write_string_len()
1294 } while (encode_status == LXB_STATUS_SMALL_BUFFER); in dom_saveHTML_write_string_len()

Completed in 10 milliseconds