Home
last modified time | relevance | path

Searched refs:stringEncoder (Results 1 – 2 of 2) sorted by relevance

/tinycbor-2.7.6/src/
Dcborencoder.c534 CborError cbor_encoder_create_indef_text_string(CborEncoder *encoder, CborEncoder *stringEncoder) in cbor_encoder_create_indef_text_string() argument
536 …return create_container(encoder, stringEncoder, CborIndefiniteLength, TextStringType << MajorTypeS… in cbor_encoder_create_indef_text_string()
548 CborError cbor_encoder_create_indef_byte_string(CborEncoder *encoder, CborEncoder *stringEncoder) in cbor_encoder_create_indef_byte_string() argument
550 …return create_container(encoder, stringEncoder, CborIndefiniteLength, ByteStringType << MajorTypeS… in cbor_encoder_create_indef_byte_string()
/tinycbor-2.7.6/include/tinycbor/
Dcbor.h220 … CborError cbor_encoder_create_indef_text_string(CborEncoder *encoder, CborEncoder *stringEncoder);
221 … CborError cbor_encoder_create_indef_byte_string(CborEncoder *encoder, CborEncoder *stringEncoder);