Searched refs:device_uri (Results 1 - 8 of 8) sorted by relevance

/external/libcups/cups/
H A Dbackend.c46 const char *device_uri, /* Device URI */ local
54 if ((device_uri = getenv("DEVICE_URI")) == NULL)
59 device_uri = argv[0];
76 return (_httpResolveURI(device_uri, cg->resolved_uri,
94 const char *device_uri, /* I - device-uri string */
100 if (!device_scheme || !device_uri)
103 printf("%s %s", device_scheme, device_uri);
92 cupsBackendReport( const char *device_scheme, const char *device_uri, const char *device_make_and_model, const char *device_info, const char *device_id, const char *device_location) argument
H A Dbackend.h60 const char *device_uri,
H A Dgetdevices.c52 *device_uri; /* device-uri value */ local
175 device_uri = NULL;
203 device_uri)
205 device_make_and_model, device_uri, device_location,
213 device_uri = NULL;
232 device_uri = attr->values[0].string.text;
240 device_uri)
242 device_make_and_model, device_uri, device_location, user_data);
H A Dppd-util.c585 const char *device_uri = NULL; /* device-uri value */ local
589 device_uri = attr->values[0].string.text;
590 DEBUG_printf(("5cups_get_printer_uri: device-uri=\"%s\"", device_uri));
593 if (device_uri &&
594 (((!strncmp(device_uri, "ipp://", 6) || !strncmp(device_uri, "ipps://", 7)) &&
595 (strstr(device_uri, "/printers/") != NULL || strstr(device_uri, "/classes/") != NULL)) ||
596 ((strstr(device_uri, "._ipp.") != NULL || strstr(device_uri, "
[all...]
H A Dadminutil.h54 const char *device_uri,
H A Dcups-private.h239 extern char *_cupsCreateDest(const char *name, const char *info, const char *device_id, const char *device_uri, char *uri, size_t urisize);
H A Ddest.c881 const char *device_uri, /* I - Device URI */
893 if (!name || !device_uri || !uri || urisize < 32)
904 ippAddString(request, IPP_TAG_PRINTER, IPP_TAG_URI, "device-uri", NULL, device_uri);
3652 const char *device_uri; /* Device URI */ local
3659 if (!dest->instance && (device_uri = cupsGetOption("device-uri", dest->num_options, dest->options)) != NULL && !strncmp(device_uri, "dnssd://", 8))
3673 if (httpSeparateURI(HTTP_URI_CODING_ALL, device_uri, scheme, sizeof(scheme), userpass, sizeof(userpass), serviceName, sizeof(serviceName), &port, resource, sizeof(resource)) >= HTTP_URI_STATUS_OK)
878 _cupsCreateDest(const char *name, const char *info, const char *device_id, const char *device_uri, char *uri, size_t urisize) argument
/external/libcups/filter/
H A Drastertoepson.c93 const char *device_uri; /* The device for the printer... */ local
101 if ((device_uri = getenv("DEVICE_URI")) != NULL &&
102 strncmp(device_uri, "usb:", 4) == 0 && Model >= EPSON_ICOLOR)

Completed in 159 milliseconds