OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbor_encode_negint32
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/libcbor/dist/test/
type_1_encoders_test.c
36
assert_int_equal(0,
cbor_encode_negint32
(1000000, buffer, 4));
37
assert_int_equal(5,
cbor_encode_negint32
(1000000, buffer, 512));
/src/external/mit/libcbor/dist/src/cbor/
encoding.h
37
size_t
cbor_encode_negint32
(uint32_t, unsigned char *, size_t);
encoding.c
46
size_t
cbor_encode_negint32
(uint32_t value, unsigned char *buffer,
function
serialization.c
100
return
cbor_encode_negint32
(cbor_get_uint32(item), buffer, buffer_size);
/src/external/mit/libcbor/dist/docs/doxygen/search/
functions_1.js
79
['cbor_5fencode_5fnegint32',['
cbor_encode_negint32
',['../encoding_8c.html#aaa7b2d79e956ca4ac9db8fc3d140d6d9',1,'
cbor_encode_negint32
(uint32_t value, unsigned char *buffer, size_t buffer_size): encoding.c'],['../encoding_8h.html#ac1854fff9cbe4be7fa08fd311d851922',1,'
cbor_encode_negint32
(uint32_t, unsigned char *, size_t): encoding.c']]],
all_3.js
101
['cbor_5fencode_5fnegint32',['
cbor_encode_negint32
',['../encoding_8c.html#aaa7b2d79e956ca4ac9db8fc3d140d6d9',1,'
cbor_encode_negint32
(uint32_t value, unsigned char *buffer, size_t buffer_size): encoding.c'],['../encoding_8h.html#ac1854fff9cbe4be7fa08fd311d851922',1,'
cbor_encode_negint32
(uint32_t, unsigned char *, size_t): encoding.c']]],
Completed in 17 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026