Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_smart_str.h95 str->s = zend_string_realloc(str->s, ZSTR_LEN(str->s), persistent); in smart_str_trim_to_size_ex()
H A Dzend_string.h246 static zend_always_inline zend_string *zend_string_realloc(zend_string *s, size_t len, bool persist… in zend_string_realloc() function
/php-src/ext/zlib/
H A Dzlib.c995 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()
1007 out = zend_string_realloc(out, ZSTR_LEN(out) + CHUNK_SIZE, 0); in PHP_FUNCTION()
1043 out = zend_string_realloc(out, buffer_used, 0); in PHP_FUNCTION()
1228 out = zend_string_realloc(out, ZSTR_LEN(out) + 64, 0); in PHP_FUNCTION()
/php-src/main/streams/
H A Dmemory.c58 ms->data = zend_string_realloc(ms->data, ms->fpos + count, 0); in php_stream_memory_write()
243 ms->data = zend_string_realloc(ms->data, newsize, 0); in php_stream_memory_set_option()
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c704 str = zend_string_realloc(str, used + 256, 0); in odbc_stmt_get_col()
708 str = zend_string_realloc(str, used + C->fetched_len, 0); in odbc_stmt_get_col()
/php-src/docs/source/core/data-structures/
H A Dzend_string.rst151 - - ``zend_string_realloc(s, l, p)``
/php-src/ext/soap/
H A Dphp_http.c1489 http_buf = zend_string_realloc(http_buf, http_buf_size + buf_size, 0); in get_http_body()
1563 http_buf = zend_string_realloc(http_buf, http_buf_size + 4096, 0); in get_http_body()
/php-src/ext/intl/locale/
H A Dlocale_methods.c399 tag_value = zend_string_realloc( tag_value , buflen, 0); in get_icu_value_internal()
/php-src/ext/pcre/
H A Dphp_pcre.c1807 result = zend_string_realloc(result, alloc_len, 0); in php_pcre_replace_impl()
2002 result = zend_string_realloc(result, alloc_len, 0); in php_pcre_replace_func_impl()
/php-src/ext/opcache/
H A Dzend_file_cache.c264 s = zend_string_realloc(

Completed in 39 milliseconds