Home | History | Annotate | Download | only in cups

Lines Matching refs:http

10  * missing or damaged, see the license at "http://www.cups.org/".
39 static void cups_create_cached(http_t *http, cups_dinfo_t *dinfo,
46 static int cups_get_media_db(http_t *http, cups_dinfo_t *dinfo,
58 static void cups_update_ready(http_t *http, cups_dinfo_t *dinfo);
72 http_t *http, /* I - Connection to destination */
92 if (!http)
93 http = _cupsConnect();
99 if (!http || !dest || !dinfo || !option)
279 http_t *http, /* I - Connection to destination */
332 if (!http)
333 http = _cupsConnect();
339 if (!http || !dest || !dinfo ||
571 http_t *http, /* I - Connection to destination */
592 DEBUG_printf(("cupsCopyDestSupported(http=%p, dest=%p(%s))", (void *)http, (void *)dest, dest ? dest->name : ""));
598 if (!http)
599 http = _cupsConnect();
605 if (!http || !dest)
639 response = cupsDoRequest(http, request, resource);
704 http_t *http, /* I - Connection to destination */
716 if (!http)
717 http = _cupsConnect();
723 if (!http || !dest || !dinfo || !option)
752 http_t *http, /* I - Connection to destination */
764 if (!http)
765 http = _cupsConnect();
771 if (!http || !dest || !dinfo || !option)
781 cups_update_ready(http, dinfo);
802 http_t *http, /* I - Connection to destination */
814 if (!http)
815 http = _cupsConnect();
821 if (!http || !dest || !dinfo || !option)
890 http_t *http, /* I - Connection to destination */
905 if (!http)
906 http = _cupsConnect();
915 if (!http || !dest || !dinfo || n < 0 || !size)
926 cups_update_ready(http, dinfo);
929 cups_create_cached(http, dinfo, flags);
986 http_t *http, /* I - Connection to destination */
1000 if (!http)
1001 http = _cupsConnect();
1010 if (!http || !dest || !dinfo || !media || !size)
1032 return (cups_get_media_db(http, dinfo, pwg, flags, size));
1058 http_t *http, /* I - Connection to destination */
1075 if (!http)
1076 http = _cupsConnect();
1085 if (!http || !dest || !dinfo || width <= 0 || length <= 0 || !size)
1107 return (cups_get_media_db(http, dinfo, pwg, flags, size));
1124 http_t *http, /* I - Connection to destination */
1133 if (!http)
1134 http = _cupsConnect();
1140 if (!http || !dest || !dinfo)
1151 cups_update_ready(http, dinfo);
1154 cups_create_cached(http, dinfo, flags);
1172 http_t *http, /* I - Connection to destination */
1185 if (!http)
1186 http = _cupsConnect();
1195 if (!http || !dest || !dinfo || !size)
1209 if (cupsGetDestMediaByName(http, dest, dinfo, media, flags, size))
1213 cupsGetDestMediaByName(http, dest, dinfo, "iso_a4_210x297mm", flags,
1218 cupsGetDestMediaByName(http, dest, dinfo, "na_letter_8.5x11in", flags,
1223 cupsGetDestMediaByName(http, dest, dinfo, "na_index_4x6in", flags, size))
1230 return (cupsGetDestMediaByIndex(http, dest, dinfo, 0, flags, size));
1336 cups_create_cached(http_t *http, /* I - Connection to destination */
1345 DEBUG_printf(("3cups_create_cached(http=%p, dinfo=%p, flags=%u)", (void *)http, (void *)dinfo, flags));
1357 cups_update_ready(http, dinfo);
1789 cups_get_media_db(http_t *http
1807 cups_update_ready(http, dinfo);
2282 cups_update_ready(http_t *http, /* I - Connection to destination */
2334 dinfo->ready_attrs = cupsDoRequest(http, request, dinfo->resource);