Searched refs:URL_AUTHORITY (Results 1 – 3 of 3) sorted by relevance
/dports/www/dillo2/dillo-3.0.5/src/IO/ |
H A D | http.c | 222 URL_AUTHORITY(url), "/", "\r\n", NULL); in Http_get_referer() 225 URL_AUTHORITY(url), in Http_get_referer() 317 request_uri->str, URL_AUTHORITY(url), prefs.http_user_agent, in a_Http_make_query_str() 340 request_uri->str, URL_AUTHORITY(url), prefs.http_user_agent, in a_Http_make_query_str() 506 auth1 = URL_AUTHORITY(url); in a_Http_make_connect_str()
|
/dports/www/dillo2/dillo-3.0.5/src/ |
H A D | url.h | 73 #define URL_AUTHORITY(u) NPTR2STR(URL_AUTHORITY_(u)) macro
|
H A D | auth.c | 363 (dStrAsciiCasecmp(URL_AUTHORITY(url), host->authority) == 0))) in Auth_host_by_url() 559 host->authority = dStrdup(URL_AUTHORITY(data->url)); in Auth_do_auth_dialog_cb()
|