Home | History | Annotate | Download | only in src

Lines Matching defs:HOST

115     HOST,
153 // HOST: 7 7
169 // Username. Specified in URLs with an @ sign before the host. See |password|
173 // Not all URLs with a username have a password, as in "http://me@host/".
175 // "http://me:secret@host/"
178 // Host name.
179 Component host;
184 // Path, this is everything following the host name. Length will be -1 if
187 // have a 0 length path, it will be -1 in cases like "http://host?foo".
218 // authority (host) like "http". This function will not handle weird ones
223 // PathURL is for when the scheme is known not to have an authority (host)