Lines Matching refs:test_setopt
242 test_setopt(curl, CURLOPT_SHARE, share); in test()
244 test_setopt(curl, CURLOPT_COOKIELIST, in test()
248 test_setopt(curl, CURLOPT_COOKIELIST, "ALL"); in test()
250 test_setopt(curl, CURLOPT_COOKIELIST, "Set-Cookie: session=elephants"); in test()
252 test_setopt(curl, CURLOPT_COOKIELIST, in test()
256 test_setopt(curl, CURLOPT_COOKIELIST, "SESS"); in test()
290 test_setopt(curl, CURLOPT_HTTPHEADER, headers); in test()
291 test_setopt(curl, CURLOPT_URL, url); in test()
293 test_setopt(curl, CURLOPT_SHARE, share); in test()
295 test_setopt(curl, CURLOPT_COOKIEJAR, JAR); in test()
297 test_setopt(curl, CURLOPT_COOKIELIST, "FLUSH"); in test()
317 test_setopt(curl, CURLOPT_HTTPHEADER, headers); in test()
318 test_setopt(curl, CURLOPT_URL, url); in test()
320 test_setopt(curl, CURLOPT_SHARE, share); in test()
322 test_setopt(curl, CURLOPT_COOKIELIST, "ALL"); in test()
324 test_setopt(curl, CURLOPT_COOKIEFILE, JAR); in test()
326 test_setopt(curl, CURLOPT_COOKIELIST, "RELOAD"); in test()