Searched defs:n (Results 1 – 8 of 8) sorted by relevance
/tinycbor-2.7.6/src/ |
D | cborpretty.c | 116 static int hexDump(FILE *out, const uint8_t *buffer, size_t n) in hexDump() 128 static int utf8EscapedDump(FILE *out, const char *buffer, size_t n) in utf8EscapedDump() 330 size_t n = 0; in value_to_pretty() local 342 size_t n = 0; in value_to_pretty() local
|
D | cborpretty_stdio.c | 31 int n; in cbor_fprintf() local
|
D | cbortojson.c | 179 size_t n = 0; in dump_bytestring_base16() local 204 size_t n = 0, i; in generic_dump_base64() local 453 size_t n = 0; in map_to_json() local 558 size_t n = 0; in value_to_json() local
|
D | cborvalidation.c | 271 static inline CborError validate_utf8_string(const void *ptr, size_t n) in validate_utf8_string() 564 size_t n = 0; in validate_value() local
|
/tinycbor-2.7.6/include/tinycbor/ |
D | utf8_p.h | 35 ptrdiff_t n = end - *buffer; in get_utf8() local
|
/tinycbor-2.7.6/examples/ |
D | simplereader.c | 72 size_t n; in dumprecursive() local 84 size_t n; in dumprecursive() local
|
/tinycbor-2.7.6/tools/cbordump/ |
D | cbordump.c | 62 size_t n = fread(buffer + buflen, 1, bufsize - buflen, in); in dumpFile() local
|
/tinycbor-2.7.6/tests/parser/ |
D | tst_parser.cpp | 175 void compareOne_real(const QByteArray &data, const QString &expected, int line, int n = -1) in compareOne_real() 232 #define compareOneSize(n, data, expected) compareOne_real(data, expected, __LINE__, n) argument 929 size_t n; in chunkedStringTest() local
|