Home
last modified time | relevance | path

Searched refs:source (Results 51 – 75 of 98) sorted by relevance

1234

/curl/packages/OS400/
H A DREADME.OS400218 the source string, the second is the CCSID and the returned value is a pointer
272 _ Install the curl source directory in IFS. Do NOT install it in the
281 as it might be overwritten by a subsequent source installation.
311 _ IFS directory /curl/include/curl containing the C header files for IFS source
312 C/C++ compilation and curl.inc.rpgle for IFS source ILE/RPG compilation.
325 _ Do not use original source include files unless you know what you are doing.
343 in the global data section of the module's source code.
/curl/packages/vms/
H A Dreadme30 backup_gnv_curl_src.com This procedure backs up the source modules for
88 curlmsg.msg Error message source for curlmsg.h and curlmsg.sdl.
90 curlmsg.sdl SDL source defining curl status code constants.
120 Makefile.in curl kit makefile source for this directory.
/curl/docs/libcurl/
H A Dcurl_mime_filename.md35 content source. A part's remote filename is transmitted to the server in the
H A Dcurl_easy_duphandle.md44 If the source handle has HSTS or alt-svc enabled, the duplicate gets data read
H A Dcurl_easy_init.md42 all the options that were set in the source handle set in the new copy as
/curl/projects/
H A Dbuild-openssl.bat244 rem Save the full path of the OpenSSL source dir
248 rem path is not the same as the source path then it is *removed* after the
251 rem For legacy OpenSSL the temporary build path must be the source path.
500 rem from the build dir (for legacy this is same as source dir) to the final
502 cd /d "%SOURCE_PATH%" || (echo Error: Failed cd source & exit /B 1)
572 cd /d "%SOURCE_PATH%" || (echo Error: Failed cd source & exit /B 1)
681 echo directory - Specifies the OpenSSL source directory
729 echo Error: Cannot locate OpenSSL source directory
H A Dchecksrc.bat191 echo lib - Scan the libcurl source
192 echo src - Scan the command-line tool source
196 echo directory - Specifies the curl source directory
/curl/lib/vtls/
H A Dvtls.c88 if(source->var) { \
89 dest->var = strdup(source->var); \
99 if(blobdup(&dest->var, source->var)) \
231 static bool clone_ssl_primary_config(struct ssl_primary_config *source, in clone_ssl_primary_config() argument
234 dest->version = source->version; in clone_ssl_primary_config()
235 dest->version_max = source->version_max; in clone_ssl_primary_config()
236 dest->verifypeer = source->verifypeer; in clone_ssl_primary_config()
237 dest->verifyhost = source->verifyhost; in clone_ssl_primary_config()
238 dest->verifystatus = source->verifystatus; in clone_ssl_primary_config()
239 dest->cache_session = source->cache_session; in clone_ssl_primary_config()
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_REDIR_PROTOCOLS.md96 /* pass in the URL from an external source */
H A DCURLOPT_INTERFACE.md18 CURLOPT_INTERFACE - source interface for outgoing traffic
H A DCURLOPT_ALTSVC_CTRL.md41 sure both the source and the destination are legitimate.
H A DCURLOPT_REDIR_PROTOCOLS_STR.md81 /* pass in the URL from an external source */
H A DCURLOPT_PROTOCOLS_STR.md72 /* pass in the URL from an external source */
/curl/tests/server/
H A DCMakeLists.txt43 # some source code files from the libcurl subdirectory are also used
/curl/tests/data/
H A Dtest140082 as source easily. You may choose to either not use them or implement
H A Dtest140773 as source easily. You may choose to either not use them or implement
H A Dtest142078 as source easily. You may choose to either not use them or implement
H A Dtest140382 as source easily. You may choose to either not use them or implement
H A Dtest140287 as source easily. You may choose to either not use them or implement
H A Dtest148190 as source easily. You may choose to either not use them or implement
H A Dtest146590 as source easily. You may choose to either not use them or implement
H A Dtest140693 as source easily. You may choose to either not use them or implement
H A Dtest1401103 as source easily. You may choose to either not use them or implement
H A Dtest140599 as source easily. You may choose to either not use them or implement
/curl/docs/
H A Dcurl-config.md124 $ `curl-config --cc --cflags` -o example source.c `curl-config --libs`

Completed in 72 milliseconds

1234