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.c601 lexbor_status_t decode_status, encode_status; in dom_decode_encode_slow_path() local
609encode_status = decoding_encoding_ctx->encode_data->encode(&decoding_encoding_ctx->encode, &codepo… in dom_decode_encode_slow_path()
610 ZEND_ASSERT(encode_status != LXB_STATUS_ERROR && "parameters and replacements should be valid"); in dom_decode_encode_slow_path()
624 } while (encode_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
1187 encode_status = output->encoding_data->encode(output->encode, &codepoints_ref, codepoints_end); in dom_saveHTML_write_string_len()
1196 } while (encode_status == LXB_STATUS_SMALL_BUFFER); in dom_saveHTML_write_string_len()

Completed in 9 milliseconds