Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 62) sorted by relevance

123

/curl/lib/
H A Dcurl_fnmatch.c81 bool found = FALSE; in parsekeyword() local
82 for(i = 0; !found; i++) { in parsekeyword()
97 found = TRUE; in parsekeyword()
306 int found = FALSE; in loop() local
310 found = TRUE; in loop()
312 found = ISALNUM(*s); in loop()
314 found = ISALPHA(*s); in loop()
316 found = ISDIGIT(*s); in loop()
320 found = ISPRINT(*s); in loop()
333 found = !found; in loop()
[all …]
H A Dparsedate.c373 bool found = FALSE; in parsedate() local
390 found = TRUE; in parsedate()
395 found = TRUE; in parsedate()
398 if(!found && (tzoff == -1)) { in parsedate()
402 found = TRUE; in parsedate()
405 if(!found) in parsedate()
454 found = TRUE; in parsedate()
467 found = TRUE; in parsedate()
476 found = TRUE; in parsedate()
483 found = TRUE; in parsedate()
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_SSLENGINE.md67 CURLE_OK - Engine found.
69 CURLE_SSL_ENGINE_NOTFOUND - Engine not found, or OpenSSL was not built with
72 CURLE_SSL_ENGINE_INITFAILED - Engine found but initialization failed.
H A DCURLOPT_REFERER.md56 /* tell it where we found the link to this place */
H A DCURLOPT_MAXAGE_CONN.md40 the difficulties to figure out the situation. If a connection is found in the
H A DCURLOPT_MAXFILESIZE.md30 bytes) of a file to download. If the file requested is found larger than this
/curl/docs/examples/
H A Dmulti-app.c90 int found = (msg->easy_handle == handles[idx]); in main() local
91 if(found) in main()
H A Dmulti-legacy.c159 int found = (msg->easy_handle == handles[idx]); in main() local
160 if(found) in main()
/curl/m4/
H A Dzz40-xc-ovr.m4106 echo "$xc_msg_err 'echo' command not found. $xc_msg_abrt" >&2
134 echo "$xc_msg_err 'test' command not found. $xc_msg_abrt" >&2
190 echo "$xc_msg_err 'expr' command not found. $xc_msg_abrt" >&2
202 dnl is found within 'PATH', otherwise aborts execution.
212 # Verify that 'sed' utility is found within 'PATH', otherwise abort.
235 dnl is found within 'PATH', otherwise aborts execution.
268 dnl is found within 'PATH', otherwise aborts execution.
274 # Verify that 'tr' utility is found within 'PATH', otherwise abort.
297 dnl is found within 'PATH', otherwise aborts execution.
303 # Verify that 'wc' utility is found within 'PATH', otherwise abort.
[all …]
H A Dcurl-mbedtls.m445 dnl libmbedtls found, set the variable
94 dnl when shared libs were found in a path that the run-time
H A Dcurl-bearssl.m445 dnl libbearssl found, set the variable
94 dnl when shared libs were found in a path that the run-time
H A Dcurl-gnutls.m4119 dnl when shared libs were found in a path that the run-time
153 AC_MSG_ERROR([GnuTLS found, but nettle was not found])
/curl/tests/
H A Dsshhelp.pm351 my $found;
354 $found = 1;
358 return $p if($found);
/curl/packages/vms/
H A Dcurl_startup.com48 $ write sys$output "ZLIB package not found and is required."
70 $ write sys$output "HP SSL package not found and is required."
H A Dcurlmsg.msg89 FUNCTION_NOT_FOUND <function not found>
101 SSL_ENGINE_NOTFOUND <SSL crypto engine not found>
116 TFTP_NOTFOUND <file not found on server>
126 REMOTE_FILE_NOT_FOUND <remote file not found>
/curl/CMake/
H A DFindGSS.cmake33 # GSS_FLAVOUR "MIT" or "Heimdal" if anything found
40 # In case the library is found but no version info available it is set to "unknow…
66 if(NOT _GSS_FOUND) # Not found by pkg-config. Let us take more traditional approach.
78 # If not found in user-supplied directories, maybe system knows better
177 if(_GSS_INCLUDE_DIRS) # jay, we have found something
261 …message(STATUS "Found GSS/${GSS_FLAVOUR} (via pkg-config): ${_GSS_INCLUDE_DIRS} (found version \"$…
/curl/tests/data/
H A Dtest102733 # Search for these two sentinel lines in the help output; if they are found,
H A Dtest14415 REPLY NLST 450 No files found
H A Dtest102633 # Search for these two sentinel lines in the manual output; if they are found,
H A Dtest54638 FTP RETR a non-existing file then a found one using the multi interface
H A Dtest153839 e4: A requested feature, protocol or option was not found built-in in this libcurl due to a build-t…
76 e41: A required function in the library was not found
88 e53: SSL crypto engine not found
113 e78: Remote file not found
/curl/.github/ISSUE_TEMPLATE/
H A Ddocs.yml20 label: Specify which documentation you found a problem with
/curl/
H A Dconfigure.ac853 dnl no hyper pkg-config found
1422 dnl libz found, set the variable
1444 dnl zlib.h was found
1450 dnl the lib was found!
1482 dnl both header and lib were found!
1951 dnl found in the given dirs
1979 dnl MIT found
2265 dnl no libpsl pkg-config found
3896 dnl to do if not found
3898 dnl to do if found
[all …]
/curl/docs/cmdline-opts/
H A Dconfig.md20 found in the text file are used as if they were provided on the command
63 config file and uses it if found, even when --config is used. The default
/curl/docs/libcurl/
H A Dlibcurl.m435 # libcurl was successfully found and passed the various tests.
40 # found, and sets @LIBCURL@ and @LIBCURL_CPPFLAGS@ to the necessary
47 # defined to 'yes' for those features and protocols that were found.
54 # For the sake of sanity, this macro assumes that any libcurl that is found is

Completed in 41 milliseconds

123