Searched refs:cupsSideChannelRead (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/cups-408/cups/cups/
H A Dsidechannel.c76 if (cupsSideChannelRead(&rcommand, &status, data, datalen, timeout))
87 * 'cupsSideChannelRead()' - Read a side-channel message.
102 cupsSideChannelRead( function
121 DEBUG_printf(("cupsSideChannelRead(command=%p, status=%p, data=%p, "
188 DEBUG_printf(("1cupsSideChannelRead: Read error: %s", strerror(errno)));
204 DEBUG_printf(("1cupsSideChannelRead: Short read of " CUPS_LLFMT " bytes", CUPS_LLCAST bytes));
221 DEBUG_printf(("1cupsSideChannelRead: Bad command %d!", buffer[0]));
272 DEBUG_printf(("1cupsSideChannelRead: Returning status=%d", *status));
340 if (cupsSideChannelRead(&rcommand, &status, real_data, &real_datalen, timeout))
459 if (cupsSideChannelRead(
[all...]
H A Dsidechannel.h121 extern int cupsSideChannelRead(cups_sc_command_t *command,
/macosx-10.10.1/cups-408/cups/backend/
H A Dnetwork.c72 if (cupsSideChannelRead(&command, &status, data, &datalen, 1.0))
H A Dusb-unix.c557 if (cupsSideChannelRead(&command, &status, data, &datalen, 1.0))
H A Dusb-libusb.c1772 if (cupsSideChannelRead(&command, &status, data, &datalen, 1.0))
H A Dusb-darwin.c980 if (cupsSideChannelRead(&command, &status, data, &datalen, 1.0))

Completed in 200 milliseconds