Searched refs:qrcodegen_makeBytes (Results 1 – 4 of 4) sorted by relevance
/third_party/qrcodegen/c/ |
D | qrcodegen.h | 340 struct qrcodegen_Segment qrcodegen_makeBytes(const uint8_t data[], size_t len, uint8_t buf[]);
|
D | qrcodegen-test.c | 848 struct qrcodegen_Segment seg = qrcodegen_makeBytes(NULL, 0, NULL); in testMakeBytes() 857 struct qrcodegen_Segment seg = qrcodegen_makeBytes(data, 1, buf); in testMakeBytes() 866 struct qrcodegen_Segment seg = qrcodegen_makeBytes(data, 3, buf); in testMakeBytes()
|
D | qrcodegen-demo.c | 200 qrcodegen_makeBytes(bytes, strlen(golden0), segBuf0), in doSegmentDemo()
|
D | qrcodegen.c | 876 struct qrcodegen_Segment qrcodegen_makeBytes(const uint8_t data[], size_t len, uint8_t buf[]) { in qrcodegen_makeBytes() function
|