Searched refs:tagLength (Results 1 – 1 of 1) sorted by relevance
7397 size_t tagLength = strlen(tag); in removeTrailingTags() local7398 while (length > minLength + tagLength in removeTrailingTags()7399 && !strcmp(key + length - tagLength, tag) in removeTrailingTags()7400 && key[length - tagLength - 1] == '.') { in removeTrailingTags()7401 length -= tagLength + 1; in removeTrailingTags()