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

  /external/libcups/cups/
sidechannel.h 67 typedef enum cups_sc_command_e cups_sc_command_t; typedef in typeref:enum:cups_sc_command_e
116 extern cups_sc_status_t cupsSideChannelDoRequest(cups_sc_command_t command,
119 extern int cupsSideChannelRead(cups_sc_command_t *command,
123 extern int cupsSideChannelWrite(cups_sc_command_t command,
sidechannel.c 62 cups_sc_command_t command, /* I - Command to send */
68 cups_sc_command_t rcommand; /* Response command */
101 cups_sc_command_t *command, /* O - Command code */
229 *command = (cups_sc_command_t)buffer[0];
307 cups_sc_command_t rcommand; /* Response command */
413 cups_sc_command_t rcommand; /* Response command */
526 cups_sc_command_t command, /* I - Command code */

Completed in 44 milliseconds