Home
last modified time | relevance | path

Searched refs:HTTP_STATE_PUT (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dhttp.h207 HTTP_STATE_PUT, /* PUT command, waiting for blank line */ enumerator
225 # define HTTP_PUT HTTP_STATE_PUT
Dhttp.c1091 (http->state == HTTP_STATE_PUT && http->mode == _HTTP_MODE_CLIENT) || in httpGetLength2()
1946 return (http_send(http, HTTP_STATE_PUT, uri)); in httpPut()
2296 http->state = HTTP_STATE_PUT; in httpReadRequest()
2876 case HTTP_STATE_PUT : in _httpUpdate()
3568 http->state == HTTP_STATE_PUT || in httpWriteResponse()
4426 if (request == HTTP_STATE_POST || request == HTTP_STATE_PUT) in http_send()
4533 http->state != HTTP_STATE_PUT && in http_set_length()