Searched refs:lenFrom (Results 1 – 1 of 1) sorted by relevance
36 int lenFrom = strlen(from); in ReplaceSubstring() local44 if (strncmp(&str[i], from, lenFrom) == 0) { in ReplaceSubstring()50 result = (char*)malloc(lenStr + (lenTo - lenFrom) * count + 1); in ReplaceSubstring()59 if (strncmp(&str[i], from, lenFrom) == 0) { in ReplaceSubstring()65 i += lenFrom; in ReplaceSubstring()