Lines Matching refs:test_setopt
49 test_setopt(curl, CURLOPT_URL, newURL); in test()
50 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test()
51 test_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, 1L); in test()
52 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_SINGLECWD); in test()
57 test_setopt(curl, CURLOPT_URL, newURL); in test()
72 test_setopt(curl, CURLOPT_URL, newURL); in test()
73 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test()
74 test_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, 1L); in test()
75 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_NOCWD); in test()
81 test_setopt(curl, CURLOPT_URL, newURL); in test()
82 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_SINGLECWD); in test()
87 test_setopt(curl, CURLOPT_URL, newURL); in test()
88 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_NOCWD); in test()
108 test_setopt(curl, CURLOPT_URL, URL); in test()
109 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test()
110 test_setopt(curl, CURLOPT_NOBODY, 1L); in test()
111 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_NOCWD); in test()
112 test_setopt(curl, CURLOPT_QUOTE, slist); in test()
125 test_setopt(curl, CURLOPT_URL, URL); in test()
126 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test()
127 test_setopt(curl, CURLOPT_NOBODY, 1L); in test()
128 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_SINGLECWD); in test()
129 test_setopt(curl, CURLOPT_QUOTE, slist); in test()
136 test_setopt(curl, CURLOPT_URL, URL); in test()
137 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test()
138 test_setopt(curl, CURLOPT_NOBODY, 1L); in test()
139 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_NOCWD); in test()
140 test_setopt(curl, CURLOPT_QUOTE, slist); in test()