Searched refs:http_send (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | http.c | 62 static int http_send(http_t *http, http_state_t request, 521 return (http_send(http, HTTP_STATE_DELETE, uri)); in httpDelete() 758 return (http_send(http, HTTP_STATE_GET, uri)); in httpGet() 1527 return (http_send(http, HTTP_STATE_HEAD, uri)); in httpHead() 1624 return (http_send(http, HTTP_STATE_OPTIONS, uri)); in httpOptions() 1892 return (http_send(http, HTTP_STATE_POST, uri)); in httpPost() 1946 return (http_send(http, HTTP_STATE_PUT, uri)); in httpPut() 2792 return (http_send(http, HTTP_STATE_TRACE, uri)); in httpTrace() 4336 http_send(http_t *http, /* I - HTTP connection */ in http_send() function
|