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

  /external/libcups/cups/
request.c 345 if (http->state != HTTP_STATE_POST_RECV && http->state != HTTP_STATE_POST_SEND)
804 http->state == HTTP_STATE_POST_RECV);
961 while (status != HTTP_STATUS_ERROR && http->state == HTTP_STATE_POST_RECV);
http.c     [all...]
http.h 204 HTTP_STATE_POST_RECV, /* POST command, receiving data */
222 # define HTTP_POST_RECV HTTP_STATE_POST_RECV

Completed in 259 milliseconds