Home
last modified time | relevance | path

Searched refs:mbfl_realloc (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c73 tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, initsz); in mbfl_memory_device_realloc()
153 tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, newlen); in mbfl_memory_device_output()
181 tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, newlen); in mbfl_memory_device_output2()
211 tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, newlen); in mbfl_memory_device_output4()
250 tmp = (unsigned char *)mbfl_realloc((void *)device->buffer, newlen); in mbfl_memory_device_strncat()
317 tmp = (unsigned int *)mbfl_realloc((void *)device->buffer, newlen*sizeof(int)); in mbfl_wchar_device_output()
H A Dmbfl_allocators.h50 #define mbfl_realloc (__mbfl_allocators->realloc) macro

Completed in 6 milliseconds