/external/curl/tests/libtest/ |
lib514.c | 44 test_setopt(curl, CURLOPT_URL, URL); 55 test_setopt(curl, CURLOPT_POSTFIELDS, "moo"); 56 test_setopt(curl, CURLOPT_POSTFIELDSIZE, 3L); 57 test_setopt(curl, CURLOPT_POST, 1L); 62 test_setopt(curl, CURLOPT_NOBODY, 1L); 64 test_setopt(curl, CURLOPT_VERBOSE, 1L); /* show verbose for debug */ 65 test_setopt(curl, CURLOPT_HEADER, 1L); /* include header */
|
lib598.c | 43 test_setopt(curl, CURLOPT_URL, URL); 44 test_setopt(curl, CURLOPT_HEADER, 1L); 45 test_setopt(curl, CURLOPT_REFERER, "http://example.com/the-moo"); 46 test_setopt(curl, CURLOPT_USERAGENT, "the-moo agent next generation"); 47 test_setopt(curl, CURLOPT_COOKIE, "name=moo"); 48 test_setopt(curl, CURLOPT_VERBOSE, 1L); 58 test_setopt(curl, CURLOPT_URL, URL); 59 test_setopt(curl, CURLOPT_HEADER, 1L); 60 test_setopt(curl, CURLOPT_VERBOSE, 1L);
|
lib1525.c | 72 test_setopt(curl, CURLOPT_URL, URL); 73 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); 74 test_setopt(curl, CURLOPT_HTTPHEADER, hhl); 75 test_setopt(curl, CURLOPT_PROXYHEADER, hhl); 76 test_setopt(curl, CURLOPT_HEADEROPT, CURLHEADER_UNIFIED); 77 test_setopt(curl, CURLOPT_POST, 0L); 78 test_setopt(curl, CURLOPT_UPLOAD, 1L); 79 test_setopt(curl, CURLOPT_VERBOSE, 1L); 80 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); 81 test_setopt(curl, CURLOPT_HEADER, 1L) [all...] |
lib1527.c | 75 test_setopt(curl, CURLOPT_URL, URL); 76 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); 77 test_setopt(curl, CURLOPT_HTTPHEADER, hhl); 78 test_setopt(curl, CURLOPT_POST, 0L); 79 test_setopt(curl, CURLOPT_UPLOAD, 1L); 80 test_setopt(curl, CURLOPT_VERBOSE, 1L); 81 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); 82 test_setopt(curl, CURLOPT_HEADER, 1L); 83 test_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite); 84 test_setopt(curl, CURLOPT_READFUNCTION, read_callback) [all...] |
lib1528.c | 54 test_setopt(curl, CURLOPT_URL, URL); 55 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); 56 test_setopt(curl, CURLOPT_HTTPHEADER, hhl); 57 test_setopt(curl, CURLOPT_PROXYHEADER, phl); 58 test_setopt(curl, CURLOPT_HEADEROPT, CURLHEADER_SEPARATE); 59 test_setopt(curl, CURLOPT_VERBOSE, 1L); 60 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); 61 test_setopt(curl, CURLOPT_HEADER, 1L);
|
lib1529.c | 46 test_setopt(curl, CURLOPT_URL, bURL); 47 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); 48 test_setopt(curl, CURLOPT_VERBOSE, 1L); 49 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); 50 test_setopt(curl, CURLOPT_HEADER, 1L);
|
lib515.c | 44 test_setopt(curl, CURLOPT_URL, URL); 45 test_setopt(curl, CURLOPT_POSTFIELDS, NULL); 46 test_setopt(curl, CURLOPT_POSTFIELDSIZE, 0L); 47 test_setopt(curl, CURLOPT_VERBOSE, 1L); /* show verbose for debug */ 48 test_setopt(curl, CURLOPT_HEADER, 1L); /* include header */
|
lib519.c | 43 test_setopt(curl, CURLOPT_URL, URL); 44 test_setopt(curl, CURLOPT_USERPWD, "monster:underbed"); 45 test_setopt(curl, CURLOPT_HEADER, 1L); 46 test_setopt(curl, CURLOPT_VERBOSE, 1L); 51 test_setopt(curl, CURLOPT_USERPWD, "anothermonster:inwardrobe");
|
lib523.c | 43 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); 44 test_setopt(curl, CURLOPT_URL, URL); 45 test_setopt(curl, CURLOPT_PORT, 19999L); 46 test_setopt(curl, CURLOPT_USERPWD, "xxx:yyy"); 47 test_setopt(curl, CURLOPT_VERBOSE, 1L);
|
lib549.c | 48 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); 49 test_setopt(curl, CURLOPT_URL, URL); 50 test_setopt(curl, CURLOPT_PROXY_TRANSFER_MODE, 1L); 51 test_setopt(curl, CURLOPT_VERBOSE, 1L); 54 test_setopt(curl, CURLOPT_TRANSFERTEXT, 1L);
|
lib590.c | 56 test_setopt(curl, CURLOPT_URL, URL); 57 test_setopt(curl, CURLOPT_HEADER, 1L); 58 test_setopt(curl, CURLOPT_PROXYAUTH, 60 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); /* set in first.c */ 61 test_setopt(curl, CURLOPT_PROXYUSERPWD, "me:password");
|
lib513.c | 53 test_setopt(curl, CURLOPT_URL, URL); 56 test_setopt(curl, CURLOPT_POST, 1L); 59 test_setopt(curl, CURLOPT_POSTFIELDSIZE, 1L); 62 test_setopt(curl, CURLOPT_READFUNCTION, read_callback); 65 test_setopt(curl, CURLOPT_READDATA, NULL); 68 test_setopt(curl, CURLOPT_VERBOSE, 1L); 71 test_setopt(curl, CURLOPT_HEADER, 1L);
|
lib567.c | 48 test_setopt(curl, CURLOPT_HEADERDATA, stdout); 49 test_setopt(curl, CURLOPT_WRITEDATA, stdout); 51 test_setopt(curl, CURLOPT_URL, URL); 52 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, URL); 53 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_OPTIONS); 54 test_setopt(curl, CURLOPT_USERAGENT, "test567"); 57 test_setopt(curl, CURLOPT_RTSPHEADER, custom_headers);
|
lib1526.c | 75 test_setopt(curl, CURLOPT_URL, URL); 76 test_setopt(curl, CURLOPT_PROXY, libtest_arg2); 77 test_setopt(curl, CURLOPT_HTTPHEADER, hhl); 78 test_setopt(curl, CURLOPT_PROXYHEADER, phl); 79 test_setopt(curl, CURLOPT_HEADEROPT, CURLHEADER_SEPARATE); 80 test_setopt(curl, CURLOPT_POST, 0L); 81 test_setopt(curl, CURLOPT_UPLOAD, 1L); 82 test_setopt(curl, CURLOPT_VERBOSE, 1L); 83 test_setopt(curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); 84 test_setopt(curl, CURLOPT_HEADER, 1L) [all...] |
lib547.c | 100 test_setopt(curl, CURLOPT_URL, URL); 101 test_setopt(curl, CURLOPT_VERBOSE, 1L); 102 test_setopt(curl, CURLOPT_HEADER, 1L); 105 test_setopt(curl, CURLOPT_POSTFIELDS, UPLOADTHIS); 108 test_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctlcallback); 109 test_setopt(curl, CURLOPT_IOCTLDATA, &counter); 110 test_setopt(curl, CURLOPT_READFUNCTION, readcallback); 111 test_setopt(curl, CURLOPT_READDATA, &counter); 114 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(UPLOADTHIS)); 116 test_setopt(curl, CURLOPT_POST, 1L) [all...] |
lib520.c | 43 test_setopt(curl, CURLOPT_URL, URL); 44 test_setopt(curl, CURLOPT_FILETIME, 1L); 45 test_setopt(curl, CURLOPT_VERBOSE, 1L);
|
lib524.c | 43 test_setopt(curl, CURLOPT_URL, URL); 44 test_setopt(curl, CURLOPT_UPLOAD, 1L); 45 test_setopt(curl, CURLOPT_VERBOSE, 1L);
|
lib559.c | 44 test_setopt(curl, CURLOPT_URL, URL); 45 test_setopt(curl, CURLOPT_HEADER, 1L); 46 test_setopt(curl, CURLOPT_BUFFERSIZE, 1L); /* the smallest! */
|
lib570.c | 50 test_setopt(curl, CURLOPT_HEADERDATA, stdout); 51 test_setopt(curl, CURLOPT_WRITEDATA, stdout); 52 test_setopt(curl, CURLOPT_VERBOSE, 1L); 54 test_setopt(curl, CURLOPT_URL, URL); 56 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_OPTIONS); 63 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri); 74 test_setopt(curl, CURLOPT_RTSP_CLIENT_CSEQ, 999L); 75 test_setopt(curl, CURLOPT_RTSP_TRANSPORT, 77 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_SETUP); 84 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri) [all...] |
lib579.c | 116 test_setopt(curl, CURLOPT_URL, URL); 119 test_setopt(curl, CURLOPT_POST, 1L); 123 test_setopt(curl, CURLOPT_TRANSFERTEXT, 1L); 127 test_setopt(curl, CURLOPT_READFUNCTION, read_callback); 130 test_setopt(curl, CURLOPT_READDATA, &pooh); 133 test_setopt(curl, CURLOPT_VERBOSE, 1L); 136 test_setopt(curl, CURLOPT_HEADER, 1L); 139 test_setopt(curl, CURLOPT_HTTPHEADER, slist); 141 test_setopt(curl, CURLOPT_HTTPAUTH, (long)CURLAUTH_DIGEST); 142 test_setopt(curl, CURLOPT_USERPWD, "foo:bar") [all...] |
lib511.c | 43 test_setopt(curl, CURLOPT_URL, URL); 44 test_setopt(curl, CURLOPT_FILETIME, 1L); 45 test_setopt(curl, CURLOPT_NOBODY, 1L); 46 test_setopt(curl, CURLOPT_VERBOSE, 1L);
|
lib516.c | 44 test_setopt(curl, CURLOPT_URL, URL); 45 test_setopt(curl, CURLOPT_HTTPPOST, NULL); 46 test_setopt(curl, CURLOPT_VERBOSE, 1L); /* show verbose for debug */ 47 test_setopt(curl, CURLOPT_HEADER, 1L); /* include header */
|
lib521.c | 43 test_setopt(curl, CURLOPT_URL, URL); 44 test_setopt(curl, CURLOPT_PORT, strtol(libtest_arg2, NULL, 10)); 45 test_setopt(curl, CURLOPT_USERPWD, "xxx:yyy"); 46 test_setopt(curl, CURLOPT_VERBOSE, 1L);
|
lib542.c | 53 test_setopt(curl, CURLOPT_VERBOSE, 1L); 56 test_setopt(curl, CURLOPT_NOBODY, 1L); 59 test_setopt(curl, CURLOPT_HEADER, 0L); 62 test_setopt(curl, CURLOPT_URL, URL);
|
lib589.c | 44 test_setopt(curl, CURLOPT_URL, URL); 45 test_setopt(curl, CURLOPT_MIMEPOST, NULL); 46 test_setopt(curl, CURLOPT_VERBOSE, 1L); /* show verbose for debug */ 47 test_setopt(curl, CURLOPT_HEADER, 1L); /* include header */
|