Home
last modified time | relevance | path

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

/PHP-7.1/ext/bz2/
H A Dbz2.c606 dest = zend_string_safe_realloc(dest, 1, bzs.avail_out+1, (size_t) size, 0); in PHP_FUNCTION()
620 dest = zend_string_safe_realloc(dest, 1, (size_t)size, 1, 0); in PHP_FUNCTION()
/PHP-7.1/Zend/
H A Dzend_string.h241 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.1/ext/standard/
H A Dhtml.c1288 replaced = zend_string_safe_realloc(replaced, maxlen, 1, 128, 0); in php_escape_html_entities_ex()
1420 replaced = zend_string_safe_realloc(replaced, maxlen, 1, ent_len + 128, 0); in php_escape_html_entities_ex()

Completed in 29 milliseconds