Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 68) 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 bool 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 …]
H A Dnetrc.c110 unsigned char found = 0; /* login + password found bits, as they can come in in parsenetrc() local
219 found = 0; in parsenetrc()
258 found |= FOUND_LOGIN; in parsenetrc()
268 found |= FOUND_PASSWORD; in parsenetrc()
279 found = 0; in parsenetrc()
291 if((found == (FOUND_PASSWORD|FOUND_LOGIN)) && our_login) { in parsenetrc()
/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
/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-bearssl.m446 dnl libbearssl found, set the variable
97 dnl when shared libs were found in a path that the run-time
H A Dcurl-gnutls.m4121 dnl when shared libs were found in a path that the run-time
155 AC_MSG_ERROR([GnuTLS found, but nettle was not found])
H A Dcurl-mbedtls.m446 dnl libmbedtls found, set the variable
97 dnl when shared libs were found in a path that the run-time
/curl/tests/
H A Dsshhelp.pm351 my $found;
354 $found = 1;
358 return $p if($found);
/curl/CMake/
H A DFindRustls.cmake51 …message(STATUS "Found Rustls (via pkg-config): ${RUSTLS_INCLUDE_DIRS} (found version \"${RUSTLS_VE…
75 message(FATAL_ERROR "Security framework not found")
82 message(FATAL_ERROR "Foundation framework not found")
H A DFindGSS.cmake33 # - `GSS_FLAVOUR`: "GNU", "MIT" or "Heimdal" if anything found.
40 # In case the library is found but no version info available it is set to "u…
67 if(NOT _GSS_FOUND) # Not found by pkg-config. Let us take more traditional approach.
79 # If not found in user-supplied directories, maybe system knows better
176 if(_GSS_INCLUDE_DIRS) # jay, we have found something
288 …message(STATUS "Found GSS/${GSS_FLAVOUR} (via pkg-config): ${_GSS_INCLUDE_DIRS} (found version \"$…
/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/tests/data/
H A Dtest102733 # Search for these two sentinel lines in the help output; if they are found,
H A Dtest102633 # Search for these two sentinel lines in the manual output; if they are found,
H A Dtest14415 REPLY NLST 450 No files found
H A Dtest54638 FTP RETR a non-existing file then a found one using the multi interface
/curl/.github/ISSUE_TEMPLATE/
H A Ddocs.yml20 label: Specify which documentation you found a problem with
/curl/
H A Dconfigure.ac858 dnl no hyper pkg-config found
1423 dnl libz found, set the variable
1445 dnl zlib.h was found
1451 dnl the lib was found!
1483 dnl both header and lib were found!
1958 dnl found in the given dirs
1986 dnl MIT found
2289 dnl no libpsl pkg-config found
3971 dnl to do if not found
3973 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 66 milliseconds

123