Searched defs:strLength (Results 1 – 2 of 2) sorted by relevance
135 void eicCborAppendString(EicCbor* cbor, const char* str, size_t strLength) { in eicCborAppendString()
463 size_t strLength = strlen(str); in getTagFromName() local