Searched refs:ipp_read_file (Results 1 – 2 of 2) sorted by relevance
/external/libcups/cups/ |
D | ipp.c | 41 static ssize_t ipp_read_file(int *fd, ipp_uchar_t *buffer, 2852 return (ippReadIO(&fd, (ipp_iocb_t)ipp_read_file, 1, NULL, ipp)); in ippReadFile() 6787 ipp_read_file(int *fd, /* I - File descriptor */ in ipp_read_file() function
|
D | ipp.c.orig | 45 static ssize_t ipp_read_file(int *fd, ipp_uchar_t *buffer, 2947 return (ippReadIO(&fd, (ipp_iocb_t)ipp_read_file, 1, NULL, ipp)); 6868 * 'ipp_read_file()' - Read IPP data from a file. 6872 ipp_read_file(int *fd, /* I - File descriptor */
|