Searched refs:platform (Results 1 – 22 of 22) sorted by relevance
/curl/lib/ |
H A D | version_win32.c | 77 const PlatformIdentifier platform, in curlx_verify_windows_version() argument 112 if(matched && (platform == PLATFORM_WINDOWS)) { in curlx_verify_windows_version() 182 switch(platform) { in curlx_verify_windows_version() 270 if(platform == PLATFORM_WINDOWS) in curlx_verify_windows_version() 272 else if(platform == PLATFORM_WINNT) in curlx_verify_windows_version() 280 if(platform != PLATFORM_DONT_CARE) { in curlx_verify_windows_version() 305 platform, VERSION_EQUAL)))) { in curlx_verify_windows_version()
|
H A D | version_win32.h | 51 const PlatformIdentifier platform,
|
/curl/.github/workflows/ |
H A D | non-native.yml | 49 uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0 87 uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0 131 uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0 161 uses: cross-platform-actions/action@cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86 # v0.25.0
|
H A D | windows.yml | 40 …name: "cygwin, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.platform }} ${{ matrix.na… 51 … - { build: 'automake', platform: 'x86_64', tflags: 'skiprun', config: '', name: 'openssl R' } 52 …- { build: 'cmake' , platform: 'x86_64', tflags: '' , config: '-DENABLE_DEBUG=ON -DCURL_US… 60 platform: ${{ matrix.platform }}
|
/curl/tests/http/ |
H A D | conftest.py | 28 import platform
|
/curl/packages/vms/ |
H A D | curl_release_note_start.txt | 18 This product may be available for your platform in a PCSI kit. The source kit 30 on the VAX platform. See section below for a special note about HP OpenSSL
|
H A D | readme | 22 OpenVMS V7.0 or later (any platform)
|
H A D | curl_gnv_build_steps.txt | 285 This will result in an uncompressed kit for the target platform.
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_CONV_FROM_NETWORK_FUNCTION.md | 100 /* use platform-specific functions for codeset conversions */
|
/curl/projects/ |
H A D | build-wolfssl.bat | 255 rem Usage: CALL :build <configuration> <platform> 344 echo Usage: build-wolfssl ^<compiler^> [platform] [configuration] [directory] 363 echo If this parameter is unset the OS platform is used ^(%OS_PLATFORM%^).
|
H A D | build-openssl.bat | 657 …echo Usage: build-openssl ^<compiler^> [platform] [configuration] [directory] [-VSpath] ["VSpath"]…
|
/curl/CMake/Platforms/ |
H A D | WindowsCache.cmake | 25 message(FATAL_ERROR "This file should be included on Windows platform only")
|
/curl/m4/ |
H A D | curl-reentrant.m4 | 316 dnl must be unconditionally done for this platform. 334 dnl must be unconditionally done for this platform.
|
H A D | curl-confopts.m4 | 614 dnl on given configure options and target platform.
|
/curl/tests/http/testenv/ |
H A D | curl.py | 143 local_if = 'lo0' if sys.platform.startswith('darwin') else 'lo' 152 if sys.platform.startswith('linux'):
|
/curl/CMake/ |
H A D | FindGSS.cmake | 166 …else() # Either there is no config script or we are on a platform that does not provide one (Wind…
|
/curl/packages/OS400/ |
H A D | README.OS400 | 23 QADRT may use libcurl functions as on any other platform.
|
/curl/docs/ |
H A D | TODO | 187 20.8 Run web-platform-tests URL tests 1340 20.8 Run web-platform-tests URL tests 1342 Run web-platform-tests URL tests and compare results with browsers on wpt.fyi
|
H A D | FAQ | 183 used C-based multi-platform file transfer library on this planet - be it 913 particular platform, try contacting the person who built the package/archive
|
/curl/ |
H A D | CMakeLists.txt | 132 message(STATUS "CMake platform flags:${_target_flags}")
|
H A D | configure.ac | 505 dnl platform/compiler/architecture specific checks/flags 4650 AC_MSG_ERROR([--enable-unix-sockets is not available on this platform!])
|
/curl/docs/libcurl/ |
H A D | libcurl-tutorial.md | 229 rare platform-dependent nitpicks. Did you spot it? On some platforms[2],
|
Completed in 55 milliseconds