Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/test/
H A Dcopy_test.c351 cbor_move(cbor_build_bool(true))})); in test_map_alloc_failure()
363 cbor_move(cbor_build_bool(true))})); in test_map_key_alloc_failure()
377 cbor_move(cbor_build_bool(true))})); in test_map_value_alloc_failure()
391 cbor_move(cbor_build_bool(true))})); in test_map_add_failure()
405 cbor_move(cbor_build_bool(true))})); in test_map_second_key_failure()
408 cbor_move(cbor_build_bool(false))})); in test_map_second_key_failure()
H A Dfloat_ctrl_test.c121 WITH_FAILING_MALLOC({ assert_null(cbor_build_bool(false)); }); in test_float_ctrl_creation()
H A Dmap_test.c226 cbor_item_t *value = cbor_build_bool(true); in test_map_add()
/freebsd/contrib/libcbor/examples/
H A Dcreate_items.c18 .value = cbor_move(cbor_build_bool(true))}); in main()
/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.c159 cbor_item_t *cbor_build_bool(bool value) { in cbor_build_bool() function
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_7.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.md72 .value = cbor_move(cbor_build_bool(true))});
/freebsd/contrib/libcbor/doc/source/
H A Dusing.rst72 .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_undefined_callback()