HomeSort by: relevance | last modified time | path
    Searched refs:cbor_encode_tag (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/libcbor/dist/test/
type_6_encoders_test.c 19 assert_int_equal(1, cbor_encode_tag(1, buffer, 512));
24 assert_int_equal(5, cbor_encode_tag(1000000, buffer, 512));
  /src/external/mit/libcbor/dist/src/cbor/
encoding.h 59 size_t cbor_encode_tag(uint64_t, unsigned char *, size_t);
encoding.c 109 size_t cbor_encode_tag(uint64_t value, unsigned char *buffer, function
serialization.c 256 size_t written = cbor_encode_tag(cbor_tag_value(item), buffer, buffer_size);
  /src/external/mit/libcbor/dist/docs/doxygen/search/
functions_1.js 85 ['cbor_5fencode_5ftag',['cbor_encode_tag',['../encoding_8c.html#a41bdb572cc73d9648f4c13e8465b1dcb',1,'cbor_encode_tag(uint64_t value, unsigned char *buffer, size_t buffer_size): encoding.c'],['../encoding_8h.html#a153f903a2763439d0be4dc13d8e01b81',1,'cbor_encode_tag(uint64_t, unsigned char *, size_t): encoding.c']]],
all_3.js 107 ['cbor_5fencode_5ftag',['cbor_encode_tag',['../encoding_8c.html#a41bdb572cc73d9648f4c13e8465b1dcb',1,'cbor_encode_tag(uint64_t value, unsigned char *buffer, size_t buffer_size): encoding.c'],['../encoding_8h.html#a153f903a2763439d0be4dc13d8e01b81',1,'cbor_encode_tag(uint64_t, unsigned char *, size_t): encoding.c']]],

Completed in 19 milliseconds