Searched refs:stringEncoder (Results 1 – 2 of 2) sorted by relevance
/tinycbor-2.7.6/src/ |
D | cborencoder.c | 534 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/ |
D | cbor.h | 220 … CborError cbor_encoder_create_indef_text_string(CborEncoder *encoder, CborEncoder *stringEncoder); 221 … CborError cbor_encoder_create_indef_byte_string(CborEncoder *encoder, CborEncoder *stringEncoder);
|