Home
last modified time | relevance | path

Searched refs:success (Results 1 – 25 of 45) sorted by relevance

12

/curl/tests/libtest/
H A Dlib582.c142 static int checkForCompletion(CURLM *curl, int *success) in checkForCompletion() argument
145 *success = 0; in checkForCompletion()
154 *success = 1; in checkForCompletion()
156 *success = 0; in checkForCompletion()
162 *success = 0; in checkForCompletion()
231 int success = 0; in test() local
299 while(!checkForCompletion(m, &success)) { in test()
333 if(!success) { in test()
H A Dlib530.c174 static int checkForCompletion(CURLM *curl, int *success) in checkForCompletion() argument
177 *success = 0; in checkForCompletion()
186 *success = 1; in checkForCompletion()
188 *success = 0; in checkForCompletion()
194 *success = 0; in checkForCompletion()
265 int success = 0; in testone() local
303 while(!checkForCompletion(m, &success)) { in testone()
347 if(!success) { in testone()
/curl/tests/data/
H A Dtest156039 success
H A Dtest205611 <!-- First request, expect success in one shot -->
H A Dtest205721 <!-- Second request, expect success -->
/curl/
H A Dbuildconf.bat79 goto success
85 rem 0 - success
86 rem 1 - success with simplified tool_hugehelp.c
128 rem 0 - success
249 goto success
259 :success label
/curl/tests/server/
H A Dsockfilt.c160 BOOL success; in read_wincon() local
170 success = ReadConsole(handle, buf, curlx_uztoul(count), &rcount, NULL); in read_wincon()
173 success = ReadFile(handle, buf, curlx_uztoul(count), &rcount, NULL); in read_wincon()
175 if(success) { in read_wincon()
192 BOOL success; in write_wincon() local
205 success = WriteConsole(handle, buf, curlx_uztoul(count), &wcount, NULL); in write_wincon()
208 success = WriteFile(handle, buf, curlx_uztoul(count), &wcount, NULL); in write_wincon()
210 if(success) { in write_wincon()
/curl/projects/
H A Dbuild-wolfssl.bat211 if "%BUILD_CONFIG%" == "debug" goto success
222 goto success
240 if "%BUILD_CONFIG%" == "debug" goto success
251 goto success
259 rem Returns: 1 on fail, 0 on success.
416 :success label
H A Dgenerate.bat83 if "%VERSION%" == "PRE" goto success
101 if not "%VERSION%" == "ALL" goto success
116 if not "%VERSION%" == "ALL" goto success
131 goto success
355 :success label
H A Dchecksrc.bat182 goto success
197 goto success
223 :success label
/curl/docs/cmdline-opts/
H A Dfail-early.md23 are more URLs given and the last URL's success determines the error code curl
/curl/docs/libcurl/opts/
H A DCURLOPT_CLOSESOCKETFUNCTION.md38 CURLOPT_OPENSOCKETFUNCTION(3) option. Return 0 to signal success and 1
H A DCURLOPT_RESOLVER_START_FUNCTION.md49 The callback must return 0 on success. Returning a non-zero value causes the
H A DCURLOPT_SUPPRESS_CONNECT_HEADERS.md39 success there would normally be two sets of headers, and each header line sent
H A DCURLOPT_RANGE.md91 Returns CURLE_OK on success or
H A DCURLOPT_INTERFACE.md92 Returns CURLE_OK on success or
H A DCURLOPT_CONV_FROM_UTF8_FUNCTION.md83 /* success */
H A DCURLOPT_CONV_TO_NETWORK_FUNCTION.md85 /* success */
H A DCURLOPT_CONV_FROM_NETWORK_FUNCTION.md88 /* success */
H A DCURLOPT_ECH.md107 Returns CURLE_OK on success or CURLE_OUT_OF_MEMORY if there was insufficient
H A DCURLOPT_DOH_URL.md93 Returns CURLE_OK on success or CURLE_OUT_OF_MEMORY if there was insufficient
/curl/docs/libcurl/
H A Dcurl_multi_cleanup.md69 CURLMcode type, general libcurl multi interface error code. On success,
H A Dcurl_formget.md43 return the buffer length passed to it on success.
H A Dcurl_easy_upkeep.md82 On success, returns **CURLE_OK**.
/curl/m4/
H A Dzz40-xc-ovr.m499 (`echo "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'
128 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'
156 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success'
217 | sed -e 's:unknown:success:' 2>/dev/null`
250 | grep 'unknown' >/dev/null 2>&1`) && xc_tst_str='success'

Completed in 30 milliseconds

12