OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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("2
cupsGetDevices
: Sending request...");
109
DEBUG_puts("2
cupsGetDevices
: Waiting for response status...");
123
DEBUG_puts("2
cupsGetDevices
: Need authorization...");
141
DEBUG_puts("2
cupsGetDevices
: Need encryption...");
152
DEBUG_printf(("2
cupsGetDevices
: status=%d", status));
178
DEBUG_puts("2
cupsGetDevices
: Reading response...")
[
all
...]
Completed in 332 milliseconds