Searched refs:http_printer (Results 1 - 3 of 3) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
H A D | ipp.c | 148 get_printer_attributes2(http_t *http_printer, in get_printer_attributes2() argument 156 return get_printer_attributes3(http_printer, raw_uri, pattrs, pattrs_size, in get_printer_attributes2() 164 get_printer_attributes3(http_t *http_printer, in get_printer_attributes3() argument 173 return get_printer_attributes5(http_printer, raw_uri, pattrs, pattrs_size, in get_printer_attributes3() 201 get_printer_attributes5(http_t *http_printer, in get_printer_attributes5() argument 301 if (http_printer == NULL) { in get_printer_attributes5() 303 if ((http_printer = in get_printer_attributes5() 348 response = cupsDoRequest(http_printer, request, resource); in get_printer_attributes5() 422 response2 = cupsDoRequest(http_printer, request, resource); in get_printer_attributes5() 438 if (have_http == 0) httpClose(http_printer); in get_printer_attributes5() [all...] |
H A D | ipp.h | 64 ipp_t *get_printer_attributes2(http_t *http_printer, 71 ipp_t *get_printer_attributes3(http_t *http_printer, 86 ipp_t *get_printer_attributes5(http_t *http_printer,
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 3790 get_printer_uuid(http_t *http_printer, in get_printer_uuid() argument 3804 if (http_printer == NULL) in get_printer_uuid() 3809 get_printer_attributes2(http_printer, raw_uri, in get_printer_uuid() 7115 http_t *http_printer = NULL; in create_remote_printer_entry() local 7567 if (http_printer) in create_remote_printer_entry() 7568 httpClose(http_printer); in create_remote_printer_entry() 7574 if (http_printer) in create_remote_printer_entry() 7575 httpClose(http_printer); in create_remote_printer_entry()
|
Completed in 21 milliseconds