Home
last modified time | relevance | path

Searched refs:ippRead (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dgetdevices.c182 if ((state = ippRead(http, response)) == IPP_STATE_ERROR) in cupsGetDevices()
Dlibcups2.def460 ippRead
Drequest.c386 while ((state = ippRead(http, response)) != IPP_STATE_DATA) in cupsGetResponse()
Dipp.h886 extern ipp_state_t ippRead(http_t *http, ipp_t *ipp);
Dipp.c2825 ippRead(http_t *http, /* I - HTTP connection */ in ippRead() function