Searched refs:MQRRawCode (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dqrencode_inner.h69 } MQRRawCode; typedef in typeref:struct:__anon1469
71 extern MQRRawCode *MQRraw_new(QRinput *input);
72 extern unsigned char MQRraw_getCode(MQRRawCode *raw);
73 extern void MQRraw_free(MQRRawCode *raw);
H A Dqrencode.c208 } MQRRawCode; typedef in typeref:struct:__anon1462
210 __STATIC void MQRraw_free(MQRRawCode *raw);
211 __STATIC MQRRawCode *MQRraw_new(QRinput *input)
213 MQRRawCode *raw;
216 raw = (MQRRawCode *)malloc(sizeof(MQRRawCode));
260 __STATIC unsigned char MQRraw_getCode(MQRRawCode *raw)
275 __STATIC void MQRraw_free(MQRRawCode *raw)
547 MQRRawCode *raw;

Completed in 93 milliseconds