Home
last modified time | relevance | path

Searched refs:codepoint_count (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libcbor/src/cbor/internal/
H A Dbuilder_callbacks.c260 uint64_t codepoint_count = in cbor_builder_string_callback() local
267 CBOR_ASSERT(codepoint_count <= length); in cbor_builder_string_callback()
284 new_chunk->metadata.string_metadata.codepoint_count = codepoint_count; in cbor_builder_string_callback()
/openbsd-src/lib/libcbor/src/cbor/
H A Ddata.h110 size_t codepoint_count; /* Sum of chunks' codepoint_counts for indefinite member
H A Dstrings.c122 return item->metadata.string_metadata.codepoint_count; in cbor_string_codepoint_count()