Home
last modified time | relevance | path

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

/php-src/ext/bz2/
H A Dbz2.c533 dest = zend_string_safe_realloc(dest, 1, bzs.avail_out+1, (size_t) size, 0); in PHP_FUNCTION()
547 dest = zend_string_safe_realloc(dest, 1, (size_t)size, 1, 0); in PHP_FUNCTION()
/php-src/ext/standard/
H A Dhtml.c1161 replaced = zend_string_safe_realloc(replaced, maxlen, 1, 128, 0); in php_escape_html_entities_ex()
1293 replaced = zend_string_safe_realloc(replaced, maxlen, 1, ent_len + 128, 0); in php_escape_html_entities_ex()
/php-src/Zend/
H A Dzend_string.h308 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

Completed in 12 milliseconds