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

/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dqrencode_inner.h50 } QRRawCode; typedef in typeref:struct:__anon1468
52 extern QRRawCode *QRraw_new(QRinput *input);
53 extern unsigned char QRraw_getCode(QRRawCode *raw);
54 extern void QRraw_free(QRRawCode *raw);
H A Dqrencode.c60 } QRRawCode; typedef in typeref:struct:__anon1461
111 __STATIC void QRraw_free(QRRawCode *raw);
112 __STATIC QRRawCode *QRraw_new(QRinput *input)
114 QRRawCode *raw;
117 raw = (QRRawCode *)malloc(sizeof(QRRawCode));
162 __STATIC unsigned char QRraw_getCode(QRRawCode *raw)
185 __STATIC void QRraw_free(QRRawCode *raw)
466 QRRawCode *raw;

Completed in 47 milliseconds