Lines Matching defs:device
47 mbfl_memory_device_init(mbfl_memory_device *device, int initsz, int allocsz) in mbfl_memory_device_init()
68 mbfl_memory_device_realloc(mbfl_memory_device *device, int initsz, int allocsz) in mbfl_memory_device_realloc()
89 mbfl_memory_device_clear(mbfl_memory_device *device) in mbfl_memory_device_clear()
102 mbfl_memory_device_reset(mbfl_memory_device *device) in mbfl_memory_device_reset()
110 mbfl_memory_device_unput(mbfl_memory_device *device) in mbfl_memory_device_unput()
118 mbfl_memory_device_result(mbfl_memory_device *device, mbfl_string *result) in mbfl_memory_device_result()
141 mbfl_memory_device *device = (mbfl_memory_device *)data; in mbfl_memory_device_output() local
168 mbfl_memory_device *device = (mbfl_memory_device *)data; in mbfl_memory_device_output2() local
197 mbfl_memory_device *device = (mbfl_memory_device *)data; in mbfl_memory_device_output4() local
226 mbfl_memory_device_strcat(mbfl_memory_device *device, const char *psrc) in mbfl_memory_device_strcat()
267 mbfl_memory_device_strncat(mbfl_memory_device *device, const char *psrc, int len) in mbfl_memory_device_strncat()
332 mbfl_wchar_device_init(mbfl_wchar_device *device) in mbfl_wchar_device_init()
343 mbfl_wchar_device_clear(mbfl_wchar_device *device) in mbfl_wchar_device_clear()
358 mbfl_wchar_device *device = (mbfl_wchar_device *)data; in mbfl_wchar_device_output() local