Searched refs:tagLength (Results 1 – 1 of 1) sorted by relevance
7653 size_t tagLength = strlen(tag); in removeTrailingTags() local7654 while (length > minLength + tagLength in removeTrailingTags()7655 && !strcmp(key + length - tagLength, tag) in removeTrailingTags()7656 && key[length - tagLength - 1] == '.') { in removeTrailingTags()7657 length -= tagLength + 1; in removeTrailingTags()