Searched defs:_ippdata_t (Results 1 - 1 of 1) sorted by relevance

/external/libcups/cups/
H A Dtestipp.c35 typedef struct _ippdata_t struct
41 } _ippdata_t; typedef in typeref:struct:_ippdata_t
231 ssize_t read_cb(_ippdata_t *data, ipp_uchar_t *buffer, size_t bytes);
232 ssize_t write_cb(_ippdata_t *data, ipp_uchar_t *buffer, size_t bytes);
243 _ippdata_t data; /* IPP buffer */
846 read_cb(_ippdata_t *data, /* I - Data */
876 write_cb(_ippdata_t *data, /* I - Data */

Completed in 158 milliseconds