Searched refs:containerType (Results 1 – 2 of 2) sorted by relevance
440 static CborError validate_container(CborValue *it, int containerType, int flags, int recursionLeft) in validate_container() argument452 if (containerType == CborMapType) { in validate_container()472 if (containerType != CborMapType) in validate_container()
244 static CborError container_to_pretty(FILE *out, CborValue *it, CborType containerType) in container_to_pretty() argument256 if (containerType == CborArrayType) in container_to_pretty()