Searched refs:test_setopt (Results 26 - 42 of 42) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib553.c91 test_setopt(curl, CURLOPT_URL, URL);
92 test_setopt(curl, CURLOPT_HTTPHEADER, headerlist);
93 test_setopt(curl, CURLOPT_POST, 1L);
96 test_setopt(curl, CURLOPT_TRANSFERTEXT, 1L);
98 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)POSTLEN);
99 test_setopt(curl, CURLOPT_VERBOSE, 1L);
100 test_setopt(curl, CURLOPT_HEADER, 1L);
101 test_setopt(curl, CURLOPT_READFUNCTION, myreadfunc);
H A Dlib539.c47 test_setopt(curl, CURLOPT_URL, URL);
48 test_setopt(curl, CURLOPT_VERBOSE, 1L);
49 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_SINGLECWD);
77 test_setopt(curl, CURLOPT_URL, newURL);
78 test_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long) CURLFTPMETHOD_NOCWD);
79 test_setopt(curl, CURLOPT_QUOTE, slist);
H A Dlib571.c124 test_setopt(curl, CURLOPT_URL, URL);
130 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);
134 test_setopt(curl, CURLOPT_INTERLEAVEFUNCTION, rtp_write);
135 test_setopt(curl, CURLOPT_TIMEOUT, 3);
136 test_setopt(curl, CURLOPT_VERBOSE, 1L);
137 test_setopt(curl, CURLOPT_WRITEDATA, protofile);
139 test_setopt(curl, CURLOPT_RTSP_TRANSPORT, "RTP/AVP/TCP;interleaved=0-1");
140 test_setopt(curl, CURLOPT_RTSP_REQUEST, CURL_RTSPREQ_SETUP);
151 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, stream_uri);
154 test_setopt(cur
[all...]
H A Dlib552.c176 test_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace);
177 test_setopt(curl, CURLOPT_DEBUGDATA, &config);
179 test_setopt(curl, CURLOPT_VERBOSE, 1L);
186 test_setopt(curl, CURLOPT_POST, 1L);
190 test_setopt(curl, CURLOPT_TRANSFERTEXT, 1L);
194 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long) sizeof(databuf));
195 test_setopt(curl, CURLOPT_READFUNCTION, read_callback);
198 test_setopt(curl, CURLOPT_WRITEFUNCTION, write_callback);
201 test_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_callback);
203 test_setopt(cur
[all...]
H A Dlib574.c49 test_setopt(curl, CURLOPT_URL, URL);
50 test_setopt(curl, CURLOPT_WILDCARDMATCH, 1L);
51 test_setopt(curl, CURLOPT_FNMATCH_FUNCTION, new_fnmatch);
H A Dlib505.c124 test_setopt(curl, CURLOPT_UPLOAD, 1L);
127 test_setopt(curl, CURLOPT_VERBOSE, 1L);
130 test_setopt(curl,CURLOPT_URL, URL);
133 test_setopt(curl, CURLOPT_POSTQUOTE, headerlist);
136 test_setopt(curl, CURLOPT_INFILE, hd_src);
139 test_setopt(curl, CURLOPT_INFILESIZE_LARGE,
H A Dlib566.c44 test_setopt(curl, CURLOPT_URL, URL);
45 test_setopt(curl, CURLOPT_HEADER, 1L);
H A Dlib501.c44 test_setopt(curl, CURLOPT_HEADER, 1L);
H A Dlib541.c90 test_setopt(curl, CURLOPT_UPLOAD, 1L);
93 test_setopt(curl, CURLOPT_VERBOSE, 1L);
96 test_setopt(curl,CURLOPT_URL, URL);
99 test_setopt(curl, CURLOPT_INFILE, hd_src);
H A Dlib554.c166 test_setopt(curl, CURLOPT_URL, URL);
169 test_setopt(curl, CURLOPT_POST, 1L);
172 test_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)pooh.sizeleft);
175 test_setopt(curl, CURLOPT_READFUNCTION, read_callback);
178 test_setopt(curl, CURLOPT_HTTPPOST, formpost);
181 test_setopt(curl, CURLOPT_VERBOSE, 1L);
184 test_setopt(curl, CURLOPT_HEADER, 1L);
H A Dlib576.c111 test_setopt(handle, CURLOPT_URL, URL);
112 test_setopt(handle, CURLOPT_WILDCARDMATCH, 1L);
113 test_setopt(handle, CURLOPT_CHUNK_BGN_FUNCTION, chunk_bgn);
114 test_setopt(handle, CURLOPT_CHUNK_END_FUNCTION, chunk_end);
115 test_setopt(handle, CURLOPT_CHUNK_DATA, &chunk_data);
H A Dlib556.c53 test_setopt(curl, CURLOPT_URL, URL);
54 test_setopt(curl, CURLOPT_CONNECT_ONLY, 1L);
H A Dlib500.c76 test_setopt(curl, CURLOPT_URL, URL);
77 test_setopt(curl, CURLOPT_HEADER, 1L);
H A Dlib506.c235 test_setopt( curl, CURLOPT_HTTPHEADER, headers );
236 test_setopt( curl, CURLOPT_URL, url );
238 test_setopt( curl, CURLOPT_SHARE, share );
240 test_setopt( curl, CURLOPT_COOKIEJAR, JAR );
H A Dlib518.c493 test_setopt(curl, CURLOPT_URL, URL);
494 test_setopt(curl, CURLOPT_HEADER, 1L);
H A Dlib537.c496 test_setopt(curl, CURLOPT_URL, URL);
497 test_setopt(curl, CURLOPT_HEADER, 1L);
H A Dtest.h53 #define test_setopt(A,B,C) \ macro

Completed in 114 milliseconds

12