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_bool
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/libcbor/dist/test/
type_7_encoders_test.c
20
assert_int_equal(1,
cbor_encode_bool
(false, buffer, 512));
22
assert_int_equal(1,
cbor_encode_bool
(true, buffer, 512));
/src/external/mit/libcbor/dist/src/cbor/
encoding.h
61
size_t
cbor_encode_bool
(bool, unsigned char *, size_t);
encoding.c
114
size_t
cbor_encode_bool
(bool value, unsigned char *buffer, size_t buffer_size) {
function
/src/external/mit/libcbor/dist/docs/doxygen/search/
functions_1.js
66
['cbor_5fencode_5fbool',['
cbor_encode_bool
',['../encoding_8c.html#af81d6fb8076d7b413b1a520ff971cae9',1,'
cbor_encode_bool
(bool value, unsigned char *buffer, size_t buffer_size): encoding.c'],['../encoding_8h.html#a9c298069fd256fe98007f8ebb2c3b7e4',1,'
cbor_encode_bool
(bool, unsigned char *, size_t): encoding.c']]],
all_3.js
88
['cbor_5fencode_5fbool',['
cbor_encode_bool
',['../encoding_8c.html#af81d6fb8076d7b413b1a520ff971cae9',1,'
cbor_encode_bool
(bool value, unsigned char *buffer, size_t buffer_size): encoding.c'],['../encoding_8h.html#a9c298069fd256fe98007f8ebb2c3b7e4',1,'
cbor_encode_bool
(bool, unsigned char *, size_t): encoding.c']]],
Completed in 23 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026