Home
last modified time | relevance | path

Searched refs:perealloc (Results 1 – 14 of 14) sorted by relevance

/PHP-7.2/main/streams/
H A Dphp_streams_int.h38 # define perealloc_rel_orig(ptr, size, persistent) perealloc((ptr), (size), (persistent))
H A Dfilter.c369 stream->readbuf = perealloc(stream->readbuf, stream->readbuflen, stream->is_persistent); in php_stream_filter_append_ex()
459 …stream->readbuf = perealloc(stream->readbuf, stream->writepos + flushed_size + stream->chunk_size,… in _php_stream_filter_flush()
H A Dstreams.c591 stream->readbuf = perealloc(stream->readbuf, stream->readbuflen, in _php_stream_fill_read_buffer()
643 stream->readbuf = perealloc(stream->readbuf, stream->readbuflen, in _php_stream_fill_read_buffer()
/PHP-7.2/Zend/
H A Dzend_ptr_stack.h52 …stack->elements = (void **) perealloc(stack->elements, (sizeof(void *) * (stack->max)), stack->per… in END_EXTERN_C()
H A Dzend_string.h207 ret = (zend_string *)perealloc(s, ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(len)), persistent); in zend_string_realloc()
227 ret = (zend_string *)perealloc(s, ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(len)), persistent); in zend_string_extend()
247 ret = (zend_string *)perealloc(s, ZEND_MM_ALIGNED_SIZE(_ZSTR_STRUCT_SIZE(len)), persistent); in zend_string_truncate()
H A Dzend_smart_string.h43 #define SMART_STRING_REALLOC(a,b,c) perealloc((a),(b),(c))
H A Dzend_alloc.h207 #define perealloc(ptr, size, persistent) ((persistent)?__zend_realloc((ptr), (size)):erealloc((ptr)… macro
H A Dzend_API.c3734 …ce->default_static_members_table = perealloc(ce->default_static_members_table, sizeof(zval) * ce->… in zend_declare_property_ex()
3749 …ce->default_properties_table = perealloc(ce->default_properties_table, sizeof(zval) * ce->default_… in zend_declare_property_ex()
H A Dzend_alloc.c2510 return perealloc(ptr, zend_safe_address_guarded(nmemb, size, offset), 1);
/PHP-7.2/ext/standard/
H A Duser_filters.c460 bucket->buf = perealloc(bucket->buf, Z_STRLEN_P(pzdata), bucket->is_persistent); in php_stream_bucket_attach()
H A Dfilters.c1539 new_out_buf = perealloc(out_buf, new_out_buf_size, persistent); in strfilter_convert_append_bucket()
1601 new_out_buf = perealloc(out_buf, new_out_buf_size, persistent); in strfilter_convert_append_bucket()
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c1606 client->current_header_name = perealloc(client->current_header_name, new_length + 1, 1); in php_cli_server_client_read_request_on_header_field()
1638 client->current_header_value = perealloc(client->current_header_value, new_length + 1, 1); in php_cli_server_client_read_request_on_header_value()
1679 …client->request.content = perealloc(client->request.content, client->request.content_len + length,… in php_cli_server_client_read_request_on_body()
/PHP-7.2/ext/iconv/
H A Diconv.c2698 new_out_buf = perealloc(out_buf, new_out_buf_size, persistent); in php_iconv_stream_filter_append_bucket()
2766 new_out_buf = perealloc(out_buf, new_out_buf_size, persistent); in php_iconv_stream_filter_append_bucket()
/PHP-7.2/ext/mbstring/
H A Dmbstring.c678 return perealloc(ptr, sz, 1); in _php_mb_allocators_prealloc()

Completed in 129 milliseconds