Home
last modified time | relevance | path

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

/external/libcups/cups/
Dipp.h514 IPP_STATE_IDLE, /* Nothing is happening/request completed */ enumerator
521 # define IPP_IDLE IPP_STATE_IDLE
Drequest.c733 request->state = IPP_STATE_IDLE; in cupsSendRequest()
Dipp.c2445 return (IPP_STATE_IDLE); in ippGetState()
2890 case IPP_STATE_IDLE : in ippReadIO()
5267 ipp->state = IPP_STATE_IDLE; in ippWriteFile()
5307 case IPP_STATE_IDLE : in ippWriteIO()
6012 value->collection->state = IPP_STATE_IDLE; in ippWriteIO()
Dppd-cache.c2989 attrs->state = IPP_STATE_IDLE; in _ppdCacheWriteFile()
/external/libcups/tools/
Dippeveprinter.c7124 ippSetState(client->response, IPP_STATE_IDLE); in respond_http()