Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h1199 } Curl_HttpReq; typedef
1382 Curl_HttpReq httpreq; /* what kind of HTTP request (if any) is this */
1688 Curl_HttpReq method; /* what kind of HTTP request (if any) is this */
Dhttp.c1923 Curl_HttpReq httpreq = data->state.httpreq; in Curl_http()