Searched refs:CBOR_TYPE_STRING (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/lib/libcbor/src/cbor/
H A Dcommon.c35 return item->type == CBOR_TYPE_STRING;
107 case CBOR_TYPE_STRING: {
H A Dstrings.c17 .type = CBOR_TYPE_STRING,
27 .type = CBOR_TYPE_STRING,
H A Ddata.h31 CBOR_TYPE_STRING /** 3 - strings */ enumerator in enum:cbor_type
H A Dserialization.c30 case CBOR_TYPE_STRING:
96 case CBOR_TYPE_STRING: {
/openbsd-current/lib/libcbor/src/
H A Dcbor.c186 case CBOR_TYPE_STRING:
332 case CBOR_TYPE_STRING: {
333 fprintf(out, "%*s[CBOR_TYPE_STRING] ", indent, " ");
/openbsd-current/lib/libcbor/src/cbor/internal/
H A Dbuilder_callbacks.c351 case CBOR_TYPE_STRING:
/openbsd-current/lib/libfido2/src/
H A Dcbor.c15 item->type == CBOR_TYPE_STRING)

Completed in 300 milliseconds