Lines Matching defs:pHeaders

593     struct curl_slist* pHeaders = NULL; /* Init to NULL is important */
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 */
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 */
729 pHeaders = curl_slist_append(pHeaders, apszHead[i]);
732 curl_easy_setopt(pS3Int->pCurl, CURLOPT_HTTPHEADER, pHeaders);
747 curl_slist_free_all(pHeaders);
779 struct curl_slist* pHeaders = NULL; /* Init to NULL is important */
781 pHeaders = curl_slist_append(pHeaders, apszHead[i]);
784 curl_easy_setopt(pS3Int->pCurl, CURLOPT_HTTPHEADER, pHeaders);
795 curl_slist_free_all(pHeaders);
859 struct curl_slist* pHeaders = NULL; /* Init to NULL is important */
861 pHeaders = curl_slist_append(pHeaders, apszHead[i]);
864 curl_easy_setopt(pS3Int->pCurl, CURLOPT_HTTPHEADER, pHeaders);
873 curl_slist_free_all(pHeaders);
909 struct curl_slist* pHeaders = NULL; /* Init to NULL is important */
911 pHeaders = curl_slist_append(pHeaders, apszHead[i]);
914 curl_easy_setopt(pS3Int->pCurl, CURLOPT_HTTPHEADER, pHeaders);
924 curl_slist_free_all(pHeaders);
982 struct curl_slist* pHeaders = NULL; /* Init to NULL is important */
984 pHeaders = curl_slist_append(pHeaders, apszHead[i]);
987 curl_easy_setopt(pS3Int->pCurl, CURLOPT_HTTPHEADER, pHeaders);
1005 curl_slist_free_all(pHeaders);