Searched refs:StartS (Results 1 – 1 of 1) sorted by relevance
4568 const char *StartS, *EndS; in LYExpandHostForURL() local4737 StartS = ((suffix_list && *Str != '.') in LYExpandHostForURL()4740 while ((*StartS) && (WHITE(*StartS) || *StartS == ',')) { in LYExpandHostForURL()4741 StartS++; /* Skip whitespace and separators */ in LYExpandHostForURL()4743 EndS = StartS; in LYExpandHostForURL()4747 StrAllocCopy(DomainSuffix, StartS); in LYExpandHostForURL()4748 DomainSuffix[EndS - StartS] = '\0'; in LYExpandHostForURL()4792 StartS = ((*EndS == '\0') ? EndS : (EndS + 1)); in LYExpandHostForURL()4793 while ((*StartS) && (WHITE(*StartS) || *StartS == ',')) { in LYExpandHostForURL()4794 StartS++; /* Skip whitespace and separators */ in LYExpandHostForURL()[all …]