HomeSort by relevance Sort by last modified time
    Searched refs:printer_uri (Results 1 - 2 of 2) sorted by null

  /external/libcups/cups/
notify.c 43 *printer_uri, /* notify-printer-uri */ local
63 printer_uri = ippFindAttribute(event, "notify-printer-uri", IPP_TAG_URI);
68 if (job_id && printer_name && printer_uri && job_state)
112 else if (printer_uri && printer_name && printer_state)
util.c 934 printer_uri[1024]; /* Printer URI */ local
949 httpAssembleURIf(HTTP_URI_CODING_ALL, printer_uri, sizeof(printer_uri), "ipp",
954 NULL, printer_uri);

Completed in 4389 milliseconds