Searched defs:pHeaders (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dhttp.cpp59 struct curl_slist *pHeaders; member in struct:RTHTTPINTERNAL
135 if (pHttpInt->pHeaders)
136 curl_slist_free_all(pHttpInt->pHeaders);
269 if (pHttpInt->pHeaders)
270 curl_slist_free_all(pHttpInt->pHeaders);
271 pHttpInt->pHeaders = 0;
275 struct curl_slist *pHeaders = NULL; local
277 pHeaders = curl_slist_append(pHeaders, papszHeaders[i]);
279 pHttpInt->pHeaders
[all...]
H A Ds3.cpp593 struct curl_slist* pHeaders = NULL; /* Init to NULL is important */ local
595 pHeaders = curl_slist_append(pHeaders, apszHead[i]);
598 curl_easy_setopt(pS3Int->pCurl, CURLOPT_HTTPHEADER, pHeaders);
608 curl_slist_free_all(pHeaders);
673 struct curl_slist* pHeaders = NULL; /* Init to NULL is important */ local
675 pHeaders = curl_slist_append(pHeaders, apszHead[i]);
678 curl_easy_setopt(pS3Int->pCurl, CURLOPT_HTTPHEADER, pHeaders);
697 curl_slist_free_all(pHeaders);
727 struct curl_slist* pHeaders = NULL; /* Init to NULL is important */ local
779 struct curl_slist* pHeaders = NULL; /* Init to NULL is important */ local
859 struct curl_slist* pHeaders = NULL; /* Init to NULL is important */ local
909 struct curl_slist* pHeaders = NULL; /* Init to NULL is important */ local
982 struct curl_slist* pHeaders = NULL; /* Init to NULL is important */ local
[all...]

Completed in 48 milliseconds