Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h206 HTTP_STATE_PUT, /* PUT command, waiting for blank line */ enumerator
224 # define HTTP_PUT HTTP_STATE_PUT
Dhttp.c1077 (http->state == HTTP_STATE_PUT && http->mode == _HTTP_MODE_CLIENT) || in httpGetLength2()
1932 return (http_send(http, HTTP_STATE_PUT, uri)); in httpPut()
2282 http->state = HTTP_STATE_PUT; in httpReadRequest()
2960 case HTTP_STATE_PUT : in _httpUpdate()
3647 http->state == HTTP_STATE_PUT || in httpWriteResponse()
4358 if (request == HTTP_STATE_POST || request == HTTP_STATE_PUT) in http_send()
4465 http->state != HTTP_STATE_PUT && in http_set_length()