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.h157 CBOR_EXPORT cbor_type cbor_typeof(
H A Dcommon.c54 cbor_type cbor_typeof(const cbor_item_t *item) { return item->type; } 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.rst12 Corresponding :type:`cbor_type` ``CBOR_TYPE_UINT``
22 Corresponding :type:`cbor_type` ``CBOR_TYPE_NEGINT``
H A Dtype_6.rst11 Corresponding :type:`cbor_type` ``CBOR_TYPE_TAG``
H A Dtype_3.rst7 Corresponding :type:`cbor_type` ``CBOR_TYPE_STRING``
H A Dtype_4.rst12 Corresponding :type:`cbor_type` ``CBOR_TYPE_ARRAY``
H A Dtype_7.rst11 Corresponding :type:`cbor_type` ``CBOR_TYPE_FLOAT_CTRL``
H A Dtype_2.rst21 Corresponding :type:`cbor_type` ``CBOR_TYPE_BYTESTRING``
H A Dtype_5.rst18 Corresponding :type:`cbor_type` ``CBOR_TYPE_MAP``
/freebsd/contrib/libcbor/doc/source/
H A Dinternal.rst71 .. member:: cbor_type type