Home
last modified time | relevance | path

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

/PHP-7.4/ext/bz2/
H A Dbz2.c610 dest = zend_string_safe_realloc(dest, 1, bzs.avail_out+1, (size_t) size, 0); in PHP_FUNCTION()
624 dest = zend_string_safe_realloc(dest, 1, (size_t)size, 1, 0); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_string.h244 static zend_always_inline zend_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m,… in zend_string_safe_realloc() function
/PHP-7.4/ext/standard/
H A Dhtml.c1237 replaced = zend_string_safe_realloc(replaced, maxlen, 1, 128, 0); in php_escape_html_entities_ex()
1369 replaced = zend_string_safe_realloc(replaced, maxlen, 1, ent_len + 128, 0); in php_escape_html_entities_ex()

Completed in 57 milliseconds