Searched refs:rcommand (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | sidechannel.c | 68 cups_sc_command_t rcommand; /* Response command */ in cupsSideChannelDoRequest() local 74 if (cupsSideChannelRead(&rcommand, &status, data, datalen, timeout)) in cupsSideChannelDoRequest() 77 if (rcommand != command) in cupsSideChannelDoRequest() 307 cups_sc_command_t rcommand; /* Response command */ in cupsSideChannelSNMPGet() local 338 if (cupsSideChannelRead(&rcommand, &status, real_data, &real_datalen, timeout)) in cupsSideChannelSNMPGet() 344 if (rcommand != CUPS_SC_CMD_SNMP_GET) in cupsSideChannelSNMPGet() 413 cups_sc_command_t rcommand; /* Response command */ in cupsSideChannelSNMPWalk() local 457 if (cupsSideChannelRead(&rcommand, &status, real_data, &real_datalen, in cupsSideChannelSNMPWalk() 464 if (rcommand != CUPS_SC_CMD_SNMP_GET_NEXT) in cupsSideChannelSNMPWalk()
|