Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h208 HTTP_STATE_DELETE, /* DELETE command, waiting for blank line */ enumerator
226 # define HTTP_DELETE HTTP_STATE_DELETE
Dhttp.c510 return (http_send(http, HTTP_STATE_DELETE, uri)); in httpDelete()
1078 http->state == HTTP_STATE_DELETE || in httpGetLength2()
2284 http->state = HTTP_STATE_DELETE; in httpReadRequest()