Searched refs:ipp_state_t (Results 1 – 6 of 6) sorted by relevance
/external/libcups/cups/ |
D | ipp.h | 486 } ipp_state_t; typedef 821 ipp_state_t state; /* State of request */ 886 extern ipp_state_t ippRead(http_t *http, ipp_t *ipp); 888 extern ipp_state_t ippWrite(http_t *http, ipp_t *ipp); 899 extern ipp_state_t ippReadFile(int fd, ipp_t *ipp) _CUPS_API_1_1_19; 900 extern ipp_state_t ippWriteFile(int fd, ipp_t *ipp) _CUPS_API_1_1_19; 910 extern ipp_state_t ippReadIO(void *src, ipp_iocb_t cb, int blocking, 912 extern ipp_state_t ippWriteIO(void *dst, ipp_iocb_t cb, int blocking, 955 extern ipp_state_t ippGetState(ipp_t *ipp) _CUPS_API_1_6; 986 extern int ippSetState(ipp_t *ipp, ipp_state_t state) [all …]
|
D | getdevices.c | 56 ipp_state_t state; /* IPP response state */ in cupsGetDevices()
|
D | request.c | 316 ipp_state_t state; /* IPP read state */ in cupsGetResponse() 592 ipp_state_t state; /* State of IPP processing */ in cupsSendRequest()
|
D | ipp.c | 2441 ipp_state_t /* O - IPP message state value */ 2824 ipp_state_t /* O - Current state */ 2846 ipp_state_t /* O - Current state */ 2862 ipp_state_t /* O - Current state */ 4153 ipp_state_t state) /* I - IPP state value */ in ippSetState() 5365 ipp_state_t /* O - Current state */ 5384 ipp_state_t /* O - Current state */ 5402 ipp_state_t /* O - Current state */
|
D | testipp.c | 251 ipp_state_t state; /* State */ in main()
|
D | ipp-support.c | 2246 ippStateString(ipp_state_t state) /* I - State value */ in ippStateString()
|