Home
last modified time | relevance | path

Searched defs:n (Results 1 – 8 of 8) sorted by relevance

/tinycbor-2.7.6/src/
Dcborpretty.c116 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
Dcborpretty_stdio.c31 int n; in cbor_fprintf() local
Dcbortojson.c179 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
Dcborvalidation.c271 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/
Dutf8_p.h35 ptrdiff_t n = end - *buffer; in get_utf8() local
/tinycbor-2.7.6/examples/
Dsimplereader.c72 size_t n; in dumprecursive() local
84 size_t n; in dumprecursive() local
/tinycbor-2.7.6/tools/cbordump/
Dcbordump.c62 size_t n = fread(buffer + buflen, 1, bufsize - buflen, in); in dumpFile() local
/tinycbor-2.7.6/tests/parser/
Dtst_parser.cpp175 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