Lines Matching refs:test_setopt
245 test_setopt(curl, CURLOPT_SHARE, share); in test()
247 test_setopt(curl, CURLOPT_COOKIELIST, in test()
251 test_setopt(curl, CURLOPT_COOKIELIST, "ALL"); in test()
253 test_setopt(curl, CURLOPT_COOKIELIST, "Set-Cookie: session=elephants"); in test()
255 test_setopt(curl, CURLOPT_COOKIELIST, in test()
259 test_setopt(curl, CURLOPT_COOKIELIST, "SESS"); in test()
293 test_setopt(curl, CURLOPT_HTTPHEADER, headers); in test()
294 test_setopt(curl, CURLOPT_URL, url); in test()
296 test_setopt(curl, CURLOPT_SHARE, share); in test()
298 test_setopt(curl, CURLOPT_COOKIEJAR, JAR); in test()
300 test_setopt(curl, CURLOPT_COOKIELIST, "FLUSH"); in test()
320 test_setopt(curl, CURLOPT_HTTPHEADER, headers); in test()
321 test_setopt(curl, CURLOPT_URL, url); in test()
323 test_setopt(curl, CURLOPT_SHARE, share); in test()
325 test_setopt(curl, CURLOPT_COOKIELIST, "ALL"); in test()
327 test_setopt(curl, CURLOPT_COOKIEFILE, JAR); in test()
329 test_setopt(curl, CURLOPT_COOKIELIST, "RELOAD"); in test()