/curl/tests/libtest/ |
H A D | lib582.c | 142 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 D | lib530.c | 174 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 D | test1560 | 39 success
|
H A D | test2056 | 11 <!-- First request, expect success in one shot -->
|
H A D | test2057 | 21 <!-- Second request, expect success -->
|
/curl/ |
H A D | buildconf.bat | 79 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 D | sockfilt.c | 160 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 D | build-wolfssl.bat | 211 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 D | generate.bat | 83 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 D | checksrc.bat | 182 goto success 197 goto success 223 :success label
|
/curl/docs/cmdline-opts/ |
H A D | fail-early.md | 23 are more URLs given and the last URL's success determines the error code curl
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_CLOSESOCKETFUNCTION.md | 38 CURLOPT_OPENSOCKETFUNCTION(3) option. Return 0 to signal success and 1
|
H A D | CURLOPT_RESOLVER_START_FUNCTION.md | 49 The callback must return 0 on success. Returning a non-zero value causes the
|
H A D | CURLOPT_SUPPRESS_CONNECT_HEADERS.md | 39 success there would normally be two sets of headers, and each header line sent
|
H A D | CURLOPT_INTERFACE.md | 92 Returns CURLE_OK on success or
|
H A D | CURLOPT_RANGE.md | 91 Returns CURLE_OK on success or
|
H A D | CURLOPT_CONV_FROM_UTF8_FUNCTION.md | 83 /* success */
|
H A D | CURLOPT_CONV_TO_NETWORK_FUNCTION.md | 85 /* success */
|
H A D | CURLOPT_CONV_FROM_NETWORK_FUNCTION.md | 88 /* success */
|
H A D | CURLOPT_DOH_URL.md | 93 Returns CURLE_OK on success or CURLE_OUT_OF_MEMORY if there was insufficient
|
H A D | CURLOPT_ECH.md | 107 Returns CURLE_OK on success or CURLE_OUT_OF_MEMORY if there was insufficient
|
/curl/docs/libcurl/ |
H A D | curl_multi_cleanup.md | 73 CURLMcode type, general libcurl multi interface error code. On success,
|
H A D | curl_formget.md | 43 return the buffer length passed to it on success.
|
H A D | curl_easy_upkeep.md | 82 On success, returns **CURLE_OK**.
|
/curl/m4/ |
H A D | zz40-xc-ovr.m4 | 99 (`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'
|