Home | History | Annotate | Download | only in Misc

Lines Matching full:host

52 // For host names bigger than this, we won't do IDN encoding, which is almost certainly OK.
160 // In a mailto: URL, host names come after a '@' character and end with a '>' or ',' or '?' character.
162 // When we find a '?' character, we are past the part of the URL that contains host names.
184 // Find start of host name or of quoted string.
198 // Find end of host name.
211 // Process host name range.
229 // If we are the end of the string, then break from the string loop back to the host name loop.
259 // Find the host name in a hierarchical URL.
262 // If there is a "@" character, the host part is just the part after the "@".
293 // Find "@" for the start of the host name.
331 // Generally, we want to optimize for the case where there is one host name that does not need mapping.