Lines Matching refs:http
10 * missing or damaged, see the license at "http://www.cups.org/".
26 static void cups_create_localizations(http_t *http, cups_dinfo_t *dinfo);
44 http_t *http, /* I - Connection to destination */
63 DEBUG_printf(("cupsLocalizeDestMedia(http=%p, dest=%p, dinfo=%p, flags=%x, size=%p(\"%s\"))", (void *)http, (void *)dest, (void *)dinfo, flags, (void *)size, size ? size->media : "(null)"));
69 if (!http || !dest || !dinfo || !size)
81 cups_create_localizations(http, dinfo);
160 lsource = cupsLocalizeDestValue(http, dest, dinfo, "media-source", mdb->source);
161 ltype = cupsLocalizeDestValue(http, dest, dinfo, "media-type", mdb->type);
224 http_t *http, /* I - Connection to destination */
234 DEBUG_printf(("cupsLocalizeDestOption(http=%p, dest=%p, dinfo=%p, option=\"%s\")", (void *)http, (void *)dest, (void *)dinfo, option));
236 if (!http || !dest || !dinfo)
240 cups_create_localizations(http, dinfo);
265 http_t *http, /* I - Connection to destination */
277 DEBUG_printf(("cupsLocalizeDestValue(http=%p, dest=%p, dinfo=%p, option=\"%s\", value=\"%s\")", (void *)http, (void *)dest, (void *)dinfo, option, value));
279 if (!http || !dest || !dinfo)
295 return (cupsLocalizeDestMedia(http, dest, dinfo, CUPS_MEDIA_FLAGS_DEFAULT, &size));
299 cups_create_localizations(http, dinfo);
320 http_t *http, /* I - Connection to destination */
375 httpGetHostname(http, http_hostname, sizeof(http_hostname));
378 port == httpAddrPort(http->hostaddr))
384 http2 = http;
414 if (http2 != http)
471 if (http2 != http)