Lines Matching refs:test_setopt
240 test_setopt(curl, CURLOPT_SHARE, share); in test()
242 test_setopt(curl, CURLOPT_COOKIELIST, in test()
246 test_setopt(curl, CURLOPT_COOKIELIST, "ALL"); in test()
248 test_setopt(curl, CURLOPT_COOKIELIST, "Set-Cookie: session=elephants"); in test()
250 test_setopt(curl, CURLOPT_COOKIELIST, in test()
254 test_setopt(curl, CURLOPT_COOKIELIST, "SESS"); in test()
287 test_setopt(curl, CURLOPT_HTTPHEADER, headers); in test()
288 test_setopt(curl, CURLOPT_URL, url); in test()
290 test_setopt(curl, CURLOPT_SHARE, share); in test()
292 test_setopt(curl, CURLOPT_COOKIEJAR, JAR); in test()
294 test_setopt(curl, CURLOPT_COOKIELIST, "FLUSH"); in test()
313 test_setopt(curl, CURLOPT_HTTPHEADER, headers); in test()
314 test_setopt(curl, CURLOPT_URL, url); in test()
316 test_setopt(curl, CURLOPT_SHARE, share); in test()
318 test_setopt(curl, CURLOPT_COOKIELIST, "ALL"); in test()
320 test_setopt(curl, CURLOPT_COOKIEFILE, JAR); in test()
322 test_setopt(curl, CURLOPT_COOKIELIST, "RELOAD"); in test()