Home
last modified time | relevance | path

Searched refs:cbor_build_bool (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/libcbor/examples/
H A Dcreate_items.c18 .value = cbor_move(cbor_build_bool(true))}); in main()
/freebsd/contrib/libcbor/test/
H A Dcopy_test.c670 cbor_move(cbor_build_bool(true))})); in test_map_alloc_failure()
682 cbor_move(cbor_build_bool(true))})); in test_map_key_alloc_failure()
696 cbor_move(cbor_build_bool(true))})); in test_map_value_alloc_failure()
710 cbor_move(cbor_build_bool(true))})); in test_map_add_failure()
724 cbor_move(cbor_build_bool(true))})); in test_map_second_key_failure()
727 cbor_move(cbor_build_bool(false))})); in test_map_second_key_failure()
H A Dfloat_ctrl_test.c129 WITH_FAILING_MALLOC({ assert_null(cbor_build_bool(false)); }); in test_float_ctrl_creation()
H A Dpretty_printer_test.c170 assert_true(cbor_array_push(item, cbor_move(cbor_build_bool(true)))); in test_floats()
H A Dmap_test.c226 cbor_item_t* value = cbor_build_bool(true); in test_map_add()
/freebsd/contrib/libfido2/fuzz/
H A Dwrapped.sym11 cbor_build_bool
H A Dwrap.c510 cbor_build_bool,
/freebsd/contrib/libcbor/src/cbor/
H A Dfloats_ctrls.h150 _CBOR_NODISCARD CBOR_EXPORT cbor_item_t* cbor_build_bool(bool value);
H A Dfloats_ctrls.c163 cbor_item_t* cbor_build_bool(bool value) { in cbor_build_bool() function
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_7_floats_ctrls.rst46 .. doxygenfunction:: cbor_build_bool
/freebsd/contrib/libfido2/src/
H A Dconfig.c170 if (force && (argv[2] = cbor_build_bool(true)) == NULL) { in config_pin_minlen_tx()
H A Dcbor.c294 (pair.value = cbor_build_bool(value == FIDO_OPT_TRUE)) == NULL) { in cbor_add_bool()
/freebsd/contrib/libcbor/
H A DREADME.md99 .value = cbor_move(cbor_build_bool(true))});
/freebsd/contrib/libcbor/src/cbor/internal/
H A Dbuilder_callbacks.c412 cbor_item_t* res = cbor_build_bool(value); in cbor_builder_boolean_callback()