Searched refs:lib (Results 1 – 25 of 319) sorted by relevance
12345678910>>...13
/curl/tests/server/ |
H A D | Makefile.inc | 29 ../../lib/mprintf.c \ 30 ../../lib/nonblock.c \ 32 ../../lib/warnless.c \ 34 ../../lib/dynbuf.c \ 35 ../../lib/strdup.c \ 36 ../../lib/strcase.c \ 40 ../../lib/curlx.h \ 46 ../../lib/dynbuf.h \ 47 ../../lib/strdup.h \ 54 ../../lib/base64.c \ [all …]
|
H A D | Makefile.am | 36 -I$(top_builddir)/lib \ 37 -I$(top_srcdir)/lib
|
/curl/src/ |
H A D | Makefile.inc | 34 ../lib/base64.c \ 35 ../lib/dynbuf.c 40 ../lib/base64.c \ 42 ../lib/dynbuf.c \ 43 ../lib/nonblock.c \ 45 ../lib/timediff.c \ 47 ../lib/warnless.c 53 ../lib/dynbuf.h \ 54 ../lib/nonblock.h \ 56 ../lib/timediff.h \ [all …]
|
H A D | Makefile.mk | 31 include $(PROOT)/lib/Makefile.mk 35 CPPFLAGS += -I$(PROOT)/lib 36 LDFLAGS += -L$(PROOT)/lib 59 vpath %.c $(PROOT)/lib 92 $(TARGETS): $(curl_OBJECTS) $(PROOT)/lib/libcurl.a
|
/curl/.github/ |
H A D | labeler.yml | 31 lib/macos*,\ 50 lib/*krb5*,\ 51 lib/*ntlm*,\ 56 lib/vauth/**\ 155 lib/psl.*\ 170 lib/md?.*,\ 171 lib/rand.*\ 219 lib/ftp*,\ 369 lib/doh*,\ 371 lib/idn*,\ [all …]
|
/curl/winbuild/ |
H A D | MakefileBuild.vc | 65 LNKLIB = lib.exe 72 WIN_LIBS = ws2_32.lib wldap32.lib advapi32.lib crypt32.lib 126 SSL_LIBS = libssl.lib libcrypto.lib 128 SSL_LIBS = libeay32.lib ssleay32.lib 133 WIN_LIBS = $(WIN_LIBS) gdi32.lib user32.lib crypt32.lib 203 MBEDTLS_LIBS = mbedtls.lib mbedcrypto.lib mbedx509.lib 274 ZLIB_LIBS = zdll.lib 276 ZLIB_LIBS = zlib.lib 287 ZLIB_LIBS = zlib.lib 341 SSH_LIBS = ssh.lib [all …]
|
/curl/projects/ |
H A D | generate.bat | 94 call :generate vcxproj Windows\VC10\lib\libcurl.tmpl Windows\VC10\lib\libcurl.vcxproj 109 call :generate vcxproj Windows\VC11\lib\libcurl.tmpl Windows\VC11\lib\libcurl.vcxproj 124 call :generate vcxproj Windows\VC12\lib\libcurl.tmpl Windows\VC12\lib\libcurl.vcxproj 184 for /f "delims=" %%c in ('dir /b ..\lib\*.c') do call :element %1 lib "%%c" %3 187 for /f "delims=" %%h in ('dir /b ..\lib\*.h') do call :element %1 lib "%%h" %3 189 for /f "delims=" %%r in ('dir /b ..\lib\*.rc') do call :element %1 lib "%%r" %3 199 for /f "delims=" %%c in ('dir /b ..\lib\vssh\*.c') do call :element %1 lib\vssh "%%c" %3 201 for /f "delims=" %%h in ('dir /b ..\lib\vssh\*.h') do call :element %1 lib\vssh "%%h" %3 203 for /f "delims=" %%c in ('dir /b ..\lib\vtls\*.c') do call :element %1 lib\vtls "%%c" %3 217 rem %2 - Directory (src, lib, lib\vauth, lib\vquic, lib\vssh, lib\vtls) [all …]
|
H A D | checksrc.bat | 49 ) else if /i "%~1" == "lib" ( 102 if exist lib ( 124 rem Check the lib directory 125 if exist %SRC_DIR%\lib ( 130 rem Check the lib\vauth directory 131 if exist %SRC_DIR%\lib\vauth ( 137 if exist %SRC_DIR%\lib\vquic ( 142 rem Check the lib\vssh directory 143 if exist %SRC_DIR%\lib\vssh ( 148 rem Check the lib\vtls directory [all …]
|
/curl/ |
H A D | REUSE.toml | 26 "lib/libcurl.vers.in", 27 "lib/libcurl.def", 45 "lib/.checksrc", 46 "lib/vauth/.checksrc", 47 "lib/vquic/.checksrc", 48 "lib/vssh/.checksrc", 49 "lib/vtls/.checksrc",
|
H A D | Makefile.dist | 42 $(MAKE) -C lib -f Makefile.mk CFG=$@ CROSSPREFIX=i586-pc-msdosdjgpp- 54 $(MAKE) -C lib -f Makefile.mk CFG=$@ CROSSPREFIX=m68k-amigaos- 67 @perl $< -b -l -u lib/ca-bundle.crt 71 ./scripts/firefox-db2pem.sh lib/ca-bundle.crt
|
H A D | Makefile.am | 80 plan9/lib/mkfile.inc \ 81 plan9/lib/mkfile \ 98 SUBDIRS = lib docs src scripts 105 include lib/Makefile.inc 236 @perl $(srcdir)/scripts/mk-ca-bundle.pl -b -l -u lib/ca-bundle.crt 240 $(srcdir)/scripts/firefox-db2pem.sh lib/ca-bundle.crt 243 (cd lib && $(MAKE) checksrc) 252 (cd lib && $(MAKE) tidy)
|
/curl/docs/examples/ |
H A D | Makefile.mk | 31 include $(PROOT)/lib/Makefile.mk 36 LDFLAGS += -L$(PROOT)/lib 49 %$(BIN_EXT): %.c $(PROOT)/lib/libcurl.a
|
H A D | Makefile.example | 41 LDFLAGS = -L/home/dast/lib -L/usr/local/ssl/lib
|
/curl/tests/http/clients/ |
H A D | Makefile.am | 37 -I$(top_builddir)/lib \ 38 -I$(top_srcdir)/lib 40 LIBDIR = $(top_builddir)/lib
|
/curl/plan9/src/ |
H A D | mkfile | 28 CFLAGS=$CFLAGS -I../include -I../lib -c 34 /$objtype/lib/ape/libcurl.a\ 35 /$objtype/lib/ape/libssl.a\ 36 /$objtype/lib/ape/libcrypto.a\ 37 /$objtype/lib/ape/libz.a\
|
/curl/.github/workflows/ |
H A D | http3-linux.yml | 190 LDFLAGS="-Wl,-rpath,$PWD/build/lib -L$PWD/build/lib" \ 222 …ependency-tracking --prefix=$PWD/build PKG_CONFIG_PATH="$PWD/build/lib/pkgconfig" --enable-lib-only 234 …/build/lib/pkgconfig:$HOME/quictls/build/lib/pkgconfig:$HOME/gnutls/build/lib/pkgconfig:$HOME/wolf… 246 …ONFIG_PATH="$HOME/build/lib/pkgconfig:$HOME/quictls/build/lib/pkgconfig:$HOME/nghttp3/build/lib/pk… 264 …H: '$HOME/quictls/build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/lib/pkg… 272 …TH: '$HOME/gnutls/build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/lib/pkg… 280 …H: '$HOME/wolfssl/build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/lib/pkg… 289 …H: '$HOME/wolfssl/build/lib/pkgconfig:$HOME/nghttp3/build/lib/pkgconfig:$HOME/ngtcp2/build/lib/pkg… 443 mkdir -v quiche/deps/boringssl/src/lib 448 # lib dir [all …]
|
H A D | configure-vs-cmake.yml | 14 - 'lib/curl_config.h.cmake' 25 - 'lib/curl_config.h.cmake' 54 run: ./.github/scripts/cmp-config.pl bld-am/lib/curl_config.h bld-cm/lib/curl_config.h 94 run: ./.github/scripts/cmp-config.pl bld-am/lib/curl_config.h bld-cm/lib/curl_config.h 132 run: ./.github/scripts/cmp-config.pl bld-am/lib/curl_config.h bld-cm/lib/curl_config.h
|
/curl/tests/libtest/ |
H A D | .gitignore | 5 lib[1234][0-9][0-9][0-9] 6 lib[56][0-9][0-9]
|
H A D | Makefile.am | 36 -I$(top_builddir)/lib \ 37 -I$(top_srcdir)/lib \ 52 SUPPORTFILES_LIBS = $(top_builddir)/lib/libcurl.la @LIBCURL_PC_LIBS_PRIVATE@ 53 TESTUTIL_LIBS = $(top_builddir)/lib/libcurl.la @LIBCURL_PC_LIBS_PRIVATE@
|
H A D | CMakeLists.txt | 29 set_source_files_properties("../../lib/curl_multibyte.c" PROPERTIES SKIP_UNITY_BUILD_INCLUSION ON) 52 # These are part of the libcurl static lib. Add them here when linking shared. 65 # These are part of the libcurl static lib. Do not compile/link them again. 75 "${PROJECT_BINARY_DIR}/lib" # for "curl_config.h" 76 "${PROJECT_SOURCE_DIR}/lib" # for "curl_setup.h"
|
/curl/tests/unit/ |
H A D | Makefile.am | 36 -I$(top_builddir)/lib \ 37 -I$(top_srcdir)/lib \ 50 $(top_builddir)/lib/libcurlu.la \
|
/curl/projects/Windows/ |
H A D | .gitignore | 6 VC*/lib/*curl.vcproj.dist 8 VC*/lib/*curl.vcxproj.dist
|
/curl/packages/vms/ |
H A D | clean_gnv_curl.com | 67 $ file = "lcl_root:[.lib]*.out" 69 $ file = "lcl_root:[.lib]*.o" 73 $ file = "lcl_root:[.lib]*.lis" 88 $ file = "lcl_root:[.lib]ar*." 91 $ file = "lcl_root:[.lib]cc_temp*." 173 $ file = "lcl_root:[.lib]config.h" 176 $ file = "lcl_root:[.lib]curl_config.h" 179 $ file = "lcl_root:[.lib]libcurl.vers" 209 $ file = "lcl_root:[.lib]*.a"
|
/curl/tests/data/ |
H A D | test558 | 24 lib%TESTNUMBER 40 MEM lib%TESTNUMBER.c: malloc() 41 MEM lib%TESTNUMBER.c: free()
|
H A D | test1177 | 17 Verify that feature names and CURL_VERSION_* in lib and docs are in sync 21 …pl %PWD/../docs/libcurl/curl_version_info.3 %SRCDIR/../include/curl/curl.h %SRCDIR/../lib/version.c
|
Completed in 30 milliseconds
12345678910>>...13