Lines Matching refs:curl_easy_setopt
102 curl_easy_setopt(hnd, CURLOPT_URL, URL); in test()
103 curl_easy_setopt(hnd, CURLOPT_HSTSREADFUNCTION, hstsread); in test()
104 curl_easy_setopt(hnd, CURLOPT_HSTSREADDATA, &st); in test()
105 curl_easy_setopt(hnd, CURLOPT_HSTSWRITEFUNCTION, hstswrite); in test()
106 curl_easy_setopt(hnd, CURLOPT_HSTSWRITEDATA, &st); in test()
107 curl_easy_setopt(hnd, CURLOPT_HSTS_CTRL, CURLHSTS_ENABLE); in test()
114 curl_easy_setopt(hnd, CURLOPT_URL, URL); in test()
115 curl_easy_setopt(hnd, CURLOPT_HSTSREADFUNCTION, hstsreadfail); in test()
116 curl_easy_setopt(hnd, CURLOPT_HSTSREADDATA, &st); in test()
117 curl_easy_setopt(hnd, CURLOPT_HSTSWRITEFUNCTION, hstswrite); in test()
118 curl_easy_setopt(hnd, CURLOPT_HSTSWRITEDATA, &st); in test()
119 curl_easy_setopt(hnd, CURLOPT_HSTS_CTRL, CURLHSTS_ENABLE); in test()