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

  /external/libcups/cups/
adminutil.h 82 extern ipp_status_t cupsGetDevices(http_t *http, int timeout,
getdevices.c 2 * cupsGetDevices implementation for CUPS.
24 * 'cupsGetDevices()' - Get available printer devices.
36 cupsGetDevices(
63 DEBUG_printf(("cupsGetDevices(http=%p, timeout=%d, include_schemes=\"%s\", exclude_schemes=\"%s\", callback=%p, user_data=%p)", (void *)http, timeout, include_schemes, exclude_schemes, (void *)callback, user_data));
106 DEBUG_puts("2cupsGetDevices: Sending request...");
109 DEBUG_puts("2cupsGetDevices: Waiting for response status...");
123 DEBUG_puts("2cupsGetDevices: Need authorization...");
141 DEBUG_puts("2cupsGetDevices: Need encryption...");
152 DEBUG_printf(("2cupsGetDevices: status=%d", status));
178 DEBUG_puts("2cupsGetDevices: Reading response...")
    [all...]

Completed in 332 milliseconds