OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rcommand
(Results
1 - 1
of
1
) sorted by null
/external/libcups/cups/
sidechannel.c
68
cups_sc_command_t
rcommand
; /* Response command */
local
74
if (cupsSideChannelRead(&
rcommand
, &status, data, datalen, timeout))
77
if (
rcommand
!= command)
307
cups_sc_command_t
rcommand
; /* Response command */
local
338
if (cupsSideChannelRead(&
rcommand
, &status, real_data, &real_datalen, timeout))
344
if (
rcommand
!= CUPS_SC_CMD_SNMP_GET)
413
cups_sc_command_t
rcommand
; /* Response command */
local
457
if (cupsSideChannelRead(&
rcommand
, &status, real_data, &real_datalen,
464
if (
rcommand
!= CUPS_SC_CMD_SNMP_GET_NEXT)
Completed in 201 milliseconds