Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c51 if (allocsz > MBFL_MEMORY_DEVICE_ALLOC_SIZE) { in mbfl_memory_device_init()
52 device->allocsz = allocsz; in mbfl_memory_device_init()
54 device->allocsz = MBFL_MEMORY_DEVICE_ALLOC_SIZE; in mbfl_memory_device_init()
67 if (allocsz > MBFL_MEMORY_DEVICE_ALLOC_SIZE) { in mbfl_memory_device_realloc()
68 device->allocsz = allocsz; in mbfl_memory_device_realloc()
70 device->allocsz = MBFL_MEMORY_DEVICE_ALLOC_SIZE; in mbfl_memory_device_realloc()
134 if (device->length > SIZE_MAX - device->allocsz) { in mbfl_memory_device_output()
139 newlen = device->length + device->allocsz; in mbfl_memory_device_output()
194 device->allocsz = MBFL_MEMORY_DEVICE_ALLOC_SIZE; in mbfl_wchar_device_init()
220 if (device->length > SIZE_MAX - device->allocsz) { in mbfl_wchar_device_output()
[all …]
H A Dmbfl_memory_device.h43 size_t allocsz; member
50 size_t allocsz; member
54 mbfl_memory_device *device, size_t initsz, size_t allocsz);
56 mbfl_memory_device *device, size_t initsz, size_t allocsz);

Completed in 8 milliseconds