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

  /external/libcups/cups/
testipp.c 331 while ((state = ippWriteIO(&data, (ipp_iocb_t)write_cb, 1, NULL,
374 while ((state = ippReadIO(&data, (ipp_iocb_t)read_cb, 1, NULL,
605 while ((state = ippReadIO(&data, (ipp_iocb_t)read_cb, 1, NULL,
723 while ((state = ippReadIO(fp, (ipp_iocb_t)cupsFileRead, 1, NULL,
ipp.h 697 typedef ssize_t (*ipp_iocb_t)(void *context, ipp_uchar_t *buffer, size_t bytes); typedef
    [all...]
ipp.c     [all...]
ppd-cache.c 559 if (ippReadIO(fp, (ipp_iocb_t)cupsFileRead, 1, NULL,
    [all...]

Completed in 155 milliseconds