Home
last modified time | relevance | path

Searched refs:cbor_type (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/libcbor/src/cbor/
H A Ddata.h24 typedef enum cbor_type { enum
41 } cbor_type; typedef
177 cbor_type type;
H A Dcommon.h178 CBOR_EXPORT cbor_type cbor_typeof(
H A Dcommon.c22 cbor_type cbor_typeof(const cbor_item_t* item) { in cbor_typeof()
/freebsd/contrib/libcbor/doc/source/api/
H A Ditem_types.rst4 Every :type:`cbor_item_t` has a :type:`cbor_type` associated with it - these constants correspond to the types specified by the `CBOR standard <https://www.rfc-editor.org/info/std94>`_:
6 .. doxygenenum:: cbor_type
H A Dtype_0_1_integers.rst12 Corresponding :type:`cbor_type` ``CBOR_TYPE_UINT``
22 Corresponding :type:`cbor_type` ``CBOR_TYPE_NEGINT``
H A Dtype_3_strings.rst7 Corresponding :type:`cbor_type` ``CBOR_TYPE_STRING``
H A Dtype_6_tags.rst16 Corresponding :type:`cbor_type` ``CBOR_TYPE_TAG``
H A Dtype_4_arrays.rst12 Corresponding :type:`cbor_type` ``CBOR_TYPE_ARRAY``
H A Dtype_5_maps.rst18 Corresponding :type:`cbor_type` ``CBOR_TYPE_MAP``
H A Dtype_2_byte_strings.rst21 Corresponding :type:`cbor_type` ``CBOR_TYPE_BYTESTRING``
H A Dtype_7_floats_ctrls.rst11 Corresponding :type:`cbor_type` ``CBOR_TYPE_FLOAT_CTRL``
/freebsd/contrib/libcbor/doc/source/
H A Dinternal.rst71 .. member:: cbor_type type