Searched refs:HOSTNAME_END (Results 1 – 1 of 1) sorted by relevance
663 #define HOSTNAME_END(x) (((x) == '/') || ((x) == '?') || ((x) == '#')) macro813 while(*p && !HOSTNAME_END(*p)) /* find end of host name */ in seturl()