Home
last modified time | relevance | path

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

/PHP-7.1/ext/zlib/
H A Dzlib.c957 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()
970 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()
1007 out = zend_string_realloc(out, buffer_used, 0); in PHP_FUNCTION()
1169 out = zend_string_realloc(out, ZSTR_LEN(out) + 64, 0); in PHP_FUNCTION()
/PHP-7.1/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.1/ext/soap/
H A Dphp_http.c1427 http_buf = zend_string_realloc(http_buf, http_buf_size + buf_size, 0); in get_http_body()
1501 http_buf = zend_string_realloc(http_buf, http_buf_size + 4096, 0); in get_http_body()
/PHP-7.1/ext/intl/locale/
H A Dlocale_methods.c316 tag_value = zend_string_realloc( tag_value , buflen, 0); in get_icu_value_internal()
/PHP-7.1/ext/opcache/
H A Dzend_file_cache.c217 ZCG(mem) = (void*)zend_string_realloc( in zend_file_cache_serialize_interned()
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c1401 result = zend_string_realloc(result, alloc_len, 0); in php_pcre_replace_impl()

Completed in 32 milliseconds