Searched refs:mbfl_memory_device_realloc (Results 1 - 7 of 7) sorted by relevance
| /PHP_5_3/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfilter.c | 262 mbfl_memory_device_realloc(&convd->device, convd->device.pos + string->len, string->len/4);
|
| H A D | mbfl_memory_device.c | 68 mbfl_memory_device_realloc(mbfl_memory_device *device, int initsz, int allocsz) function
|
| H A D | mbfl_memory_device.h | 54 MBFLAPI extern void mbfl_memory_device_realloc(mbfl_memory_device *device, int initsz, int allocsz);
|
| /PHP_5_3/ext/mbstring/libmbfl/tests/ |
| H A D | conv_encoding.c | 86 mbfl_memory_device_realloc(&dev, dev.length + dev.allocsz,
|
| H A D | conv_kana.c | 132 mbfl_memory_device_realloc(&dev, dev.length + dev.allocsz,
|
| H A D | strcut.c | 95 mbfl_memory_device_realloc(&dev, dev.length + dev.allocsz,
|
| H A D | strwidth.c | 66 mbfl_memory_device_realloc(&dev, dev.length + dev.allocsz,
|
Completed in 8 milliseconds