Searched refs:DomainPrefix (Results 1 – 1 of 1) sorted by relevance
4565 char *DomainPrefix = NULL; in LYExpandHostForURL() local4726 StrAllocCopy(DomainPrefix, StartP); in LYExpandHostForURL()4727 DomainPrefix[EndP - StartP] = '\0'; in LYExpandHostForURL()4754 StrAllocCopy(Host, DomainPrefix); in LYExpandHostForURL()4816 LYStrNCpy(DomainPrefix, StartP, (EndP - StartP)); in LYExpandHostForURL()4818 } while ((GotHost == FALSE) && (*DomainPrefix != '\0')); in LYExpandHostForURL()4855 FREE(DomainPrefix); in LYExpandHostForURL()