Home
last modified time | relevance | path

Searched refs:zend_string_realloc (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/zlib/
H A Dzlib.c967 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()
979 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()
1016 out = zend_string_realloc(out, buffer_used, 0); in PHP_FUNCTION()
1220 out = zend_string_realloc(out, ZSTR_LEN(out) + 64, 0); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_string.h182 static zend_always_inline zend_string *zend_string_realloc(zend_string *s, size_t len, int persiste… in zend_string_realloc() function
/PHP-7.4/ext/soap/
H A Dphp_http.c1471 http_buf = zend_string_realloc(http_buf, http_buf_size + buf_size, 0); in get_http_body()
1545 http_buf = zend_string_realloc(http_buf, http_buf_size + 4096, 0); in get_http_body()
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c314 tag_value = zend_string_realloc( tag_value , buflen, 0); in get_icu_value_internal()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1817 result = zend_string_realloc(result, alloc_len, 0); in php_pcre_replace_impl()
2026 result = zend_string_realloc(result, alloc_len, 0); in php_pcre_replace_func_impl()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c231 ZCG(mem) = (void*)zend_string_realloc(

Completed in 41 milliseconds