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

  /external/libcups/cups/
http.c 629 if (http->state == HTTP_STATE_WAITING)
653 if (http->state == oldstate && http->state != HTTP_STATE_WAITING &&
665 DEBUG_puts("1httpFlush: Setting state to HTTP_STATE_WAITING and closing.");
667 http->state = HTTP_STATE_WAITING;
    [all...]
request.c 262 if (http->state != HTTP_STATE_WAITING)
627 else if (http->state != HTTP_STATE_WAITING)
760 http->state = HTTP_STATE_WAITING;
http.h 198 HTTP_STATE_WAITING, /* Waiting for command */
216 # define HTTP_WAITING HTTP_STATE_WAITING
ipp.c     [all...]

Completed in 726 milliseconds