Searched refs:http_send (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | http.c | 58 static int http_send(http_t *http, http_state_t request, 498 return (http_send(http, HTTP_STATE_DELETE, uri)); in httpDelete() 735 return (http_send(http, HTTP_STATE_GET, uri)); in httpGet() 1482 return (http_send(http, HTTP_STATE_HEAD, uri)); in httpHead() 1579 return (http_send(http, HTTP_STATE_OPTIONS, uri)); in httpOptions() 1847 return (http_send(http, HTTP_STATE_POST, uri)); in httpPost() 1906 return (http_send(http, HTTP_STATE_PUT, uri)); in httpPut() 2728 return (http_send(http, HTTP_STATE_TRACE, uri)); in httpTrace() 4293 http_send(http_t *http, /* I - HTTP connection */ in http_send() function
|