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