Home
last modified time | relevance | path

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

/tinycbor-2.7.6/src/
Dcborvalidation.c440 static CborError validate_container(CborValue *it, int containerType, int flags, int recursionLeft) in validate_container() argument
452 if (containerType == CborMapType) { in validate_container()
472 if (containerType != CborMapType) in validate_container()
Dcborpretty.c244 static CborError container_to_pretty(FILE *out, CborValue *it, CborType containerType) in container_to_pretty() argument
256 if (containerType == CborArrayType) in container_to_pretty()