Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.c58 static int http_send(http_t *http, http_state_t request,
510 return (http_send(http, HTTP_STATE_DELETE, uri)); in httpDelete()
747 return (http_send(http, HTTP_STATE_GET, uri)); in httpGet()
1513 return (http_send(http, HTTP_STATE_HEAD, uri)); in httpHead()
1610 return (http_send(http, HTTP_STATE_OPTIONS, uri)); in httpOptions()
1878 return (http_send(http, HTTP_STATE_POST, uri)); in httpPost()
1932 return (http_send(http, HTTP_STATE_PUT, uri)); in httpPut()
2876 return (http_send(http, HTTP_STATE_TRACE, uri)); in httpTrace()
4268 http_send(http_t *http, /* I - HTTP connection */ in http_send() function