HomeSort by relevance Sort by last modified time
    Searched full:ipp_uchar_t (Results 1 - 4 of 4) sorted by null

  /external/libcups/cups/
ipp.c 43 static ssize_t ipp_read_http(http_t *http, ipp_uchar_t *buffer,
45 static ssize_t ipp_read_file(int *fd, ipp_uchar_t *buffer,
51 static ssize_t ipp_write_file(int *fd, ipp_uchar_t *buffer,
335 const ipp_uchar_t *value) /* I - Value */
    [all...]
testipp.c 40 ipp_uchar_t *wbuffer; /* Buffer */
48 static ipp_uchar_t collection[] = /* Collection buffer */
198 static ipp_uchar_t mixed[] = /* Mixed value buffer */
229 void hex_dump(const char *title, ipp_uchar_t *buffer, size_t bytes);
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);
244 ipp_uchar_t buffer[8192]; /* Write buffer data */
752 ipp_uchar_t *buffer, /* I - Buffer to dump */
847 ipp_uchar_t *buffer, /* O - Buffer to read */
877 ipp_uchar_t *buffer, /* I - Buffer to write *
    [all...]
ipp.h 691 typedef unsigned char ipp_uchar_t; \/**** Unsigned 8-bit integer\/character @exclude all@ ****\/ typedef
    [all...]
cups-private.h 108 ipp_uchar_t ipp_date[11]; /* RFC-2579 date/time data */

Completed in 417 milliseconds