Searched refs:ippRead (Results 1 – 5 of 5) sorted by relevance
182 if ((state = ippRead(http, response)) == IPP_STATE_ERROR) in cupsGetDevices()
460 ippRead
386 while ((state = ippRead(http, response)) != IPP_STATE_DATA) in cupsGetResponse()
886 extern ipp_state_t ippRead(http_t *http, ipp_t *ipp);
2825 ippRead(http_t *http, /* I - HTTP connection */ in ippRead() function