Lines Matching defs:authority
139 const char *p, *m, *target, *hv, *scheme, *authority, *path;
177 * authority-form: host+port for CONNECT
180 * from TARGET, we derive `scheme` `authority` `path`
183 * authority-form -- TARGET --
186 scheme = authority = path = NULL;
195 /* authority-form */
196 authority = target;
253 authority, authority_len, path, path_len);
330 req->authority? req->authority : "",