Searched refs:http_send (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/print/libhttp-core/common/ |
H A D | http.c | 117 static int http_send(http_t *http, http_state_t request, 806 return (http_send(http, HTTP_DELETE, uri)); in httpDelete() 818 return (http_send(http, HTTP_GET, uri)); in httpGet() 830 return (http_send(http, HTTP_HEAD, uri)); in httpHead() 842 return (http_send(http, HTTP_OPTIONS, uri)); in httpOptions() 856 return (http_send(http, HTTP_POST, uri)); in httpPost() 870 return (http_send(http, HTTP_PUT, uri)); in httpPut() 882 return (http_send(http, HTTP_TRACE, uri)); in httpTrace() 1982 http_send(http_t *http, /* I - HTTP data */ in http_send() function
|