Home
last modified time | relevance | path

Searched refs:source (Results 26 – 50 of 97) sorted by relevance

1234

/curl/tests/data/
H A Dtest11774 source analysis
H A Dtest9714 source analysis
H A Dtest11404 source analysis
H A Dtest11734 source analysis
H A Dtest14784 source analysis
H A Dtest131074 # set source directory so fake_ntlm can find the test files
76 # set source directory so fake_ntlm can find the test and log files
H A Dtest11354 source analysis
/curl/docs/libcurl/opts/
H A DCURLOPT_RESUME_FROM.md35 When doing uploads with FTP, the resume position is where in the local/source
37 source file to the remote target file.
H A DCURLOPT_RESUME_FROM_LARGE.md36 When doing uploads with FTP, the resume position is where in the local/source
37 file libcurl should try to resume the upload from and it appends the source
H A DCURLOPT_QUOTE.md103 ## rename source target
105 The rename command renames the file or directory named by the source
136 cmdlist = curl_slist_append(cmdlist, "RNFR source-name");
H A DCURLOPT_POSTQUOTE.md47 cmdlist = curl_slist_append(cmdlist, "RNFR source-name");
H A DCURLOPT_PROTOCOLS.md83 /* pass in the URL from an external source */
/curl/LICENSES/
H A DBSD-3-Clause.txt3 Redistribution and use in source and binary forms, with or without modification, are permitted prov…
5 1. Redistributions of source code must retain the above copyright notice, this list of conditions a…
H A DBSD-4-Clause-UC.txt5 Redistribution and use in source and binary forms, with or without modification, are permitted prov…
7 1. Redistributions of source code must retain the above copyright notice, this list of conditions a…
/curl/packages/vms/
H A Dcurl_gnv_build_steps.txt30 The source kits are provided in backup savesets inside of the PCSI install kit.
38 [gnv.common_src]curl_*_original_src.bck is the original source of the curl kit
41 the curl source kits for that release distributed https://curl.se
46 SRC_ROOT: is for the source files common to all platforms.
47 VMS_ROOT: is for the source files that are specific to OpenVMS.
94 One of the ways with to protect the source from being modified is to have
217 the distribution. For making updates to an existing open source
251 step of backing up the source files will probably hang or fail.
253 You need to copy the source files to VMS mounted disks and create
263 This compares the reference project source with the backup
[all …]
/curl/docs/cmdline-opts/
H A Dlibcurl.md20 libcurl-using C source code written to the file that does the equivalent of
H A Dcontinue-at.md22 source file before it is transferred to the destination. If used with uploads,
H A Dmptcp.md19 paths between the same source and destination. This can enhance bandwidth and
H A Dquote.md78 ## rename source target
79 The rename command renames the file or directory named by the source
/curl/lib/vauth/
H A Ddigest.c146 static void auth_digest_md5_to_ascii(unsigned char *source, /* 16 bytes */ in auth_digest_md5_to_ascii() argument
151 msnprintf((char *) &dest[i * 2], 3, "%02x", source[i]); in auth_digest_md5_to_ascii()
155 static void auth_digest_sha256_to_ascii(unsigned char *source, /* 32 bytes */ in auth_digest_sha256_to_ascii() argument
160 msnprintf((char *) &dest[i * 2], 3, "%02x", source[i]); in auth_digest_sha256_to_ascii()
164 static char *auth_digest_string_quoted(const char *source) in auth_digest_string_quoted() argument
167 const char *s = source; in auth_digest_string_quoted()
182 s = source; in auth_digest_string_quoted()
/curl/src/
H A DCMakeLists.txt68 # We must compile this source separately to avoid memdebug.h redefinitions
102 source_group("curlX source files" FILES ${CURLX_CFILES})
103 source_group("curl source files" FILES ${CURL_CFILES})
/curl/packages/OS400/rpg-examples/
H A DSMTPSRCMBR1 * Curl SMTP send source member as attachment
33 * Example to SMTP send source member as attachment via SMTP.
91 'source program': 0);
101 program_name + ' source code in ' +
/curl/docs/libcurl/
H A Dcurl_mime_data_cb.md20 curl_mime_data_cb - set a callback-based data source for a mime part's body
41 curl_mime_data_cb(3) sets the data source of a mime part's body content
104 source to avoid data duplication. In this case, original data must be retained
/curl/
H A DGIT-INFO.md39 If you don't have perl and don't want to install it, you can rename the source
/curl/docs/
H A Dmk-ca-bundle.md21 This tool downloads the *certdata.txt* file from Mozilla's source tree over
46 **release** (default). They are shortcuts for which source tree to get the

Completed in 43 milliseconds

1234