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()
59 test_setopt(curl, CURLOPT_URL, newURL); in test()
76 test_setopt(curl, CURLOPT_URL, newURL); in test()
77 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test()
78 test_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, 1L); in test()
79 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_NOCWD); in test()
87 test_setopt(curl, CURLOPT_URL, newURL); in test()
88 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_SINGLECWD); in test()
95 test_setopt(curl, CURLOPT_URL, newURL); in test()
96 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_NOCWD); in test()
118 test_setopt(curl, CURLOPT_URL, URL); in test()
119 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test()
120 test_setopt(curl, CURLOPT_NOBODY, 1L); in test()
121 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_NOCWD); in test()
122 test_setopt(curl, CURLOPT_QUOTE, slist); in test()
137 test_setopt(curl, CURLOPT_URL, URL); in test()
138 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test()
139 test_setopt(curl, CURLOPT_NOBODY, 1L); in test()
140 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_SINGLECWD); in test()
141 test_setopt(curl, CURLOPT_QUOTE, slist); in test()
150 test_setopt(curl, CURLOPT_URL, URL); in test()
151 test_setopt(curl, CURLOPT_VERBOSE, 1L); in test()
152 test_setopt(curl, CURLOPT_NOBODY, 1L); in test()
153 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_NOCWD); in test()
154 test_setopt(curl, CURLOPT_QUOTE, slist); in test()