Searched refs:tagLength (Results 1 – 1 of 1) sorted by relevance
8206 size_t tagLength = strlen(tag); in removeTrailingTags() local8207 while (length > minLength + tagLength in removeTrailingTags()8208 && !strcmp(key + length - tagLength, tag) in removeTrailingTags()8209 && key[length - tagLength - 1] == '.') { in removeTrailingTags()8210 length -= tagLength + 1; in removeTrailingTags()