Lines Matching refs:test_setopt
239 test_setopt( curl, CURLOPT_SHARE, share ); in test()
241 test_setopt( curl, CURLOPT_COOKIELIST, in test()
245 test_setopt( curl, CURLOPT_COOKIELIST, "ALL" ); in test()
247 test_setopt( curl, CURLOPT_COOKIELIST, "Set-Cookie: session=elephants" ); in test()
249 test_setopt( curl, CURLOPT_COOKIELIST, in test()
253 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()