代码搜索:CURL
找到约 894 项符合「CURL」的源代码
代码结果 894
www.eeworm.com/read/383153/2622321
txt cmakelists.txt
#this file is automatically generated
OPTION(CURL_IS_STATIC "on if curl is a static lib " ON)
MARK_AS_ADVANCED(CURL_IS_STATIC)
IF(WIN32)
SET(CMAKE_SHARED_LINKER_FLAGS_DEBUG "${CMAKE_SHARED_LINK
www.eeworm.com/read/462984/1540527
am makefile.am
#
# $Id: Makefile.am,v 1.27 2008-01-08 14:52:07 bagder Exp $
#
AUTOMAKE_OPTIONS = foreign no-dependencies
man_MANS = curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 \
curl_easy_perform.3
www.eeworm.com/read/180137/5290681
in config.h.in
/* lib/config.h.in. Generated from configure.ac by autoheader. */
/* to disable DICT */
#undef CURL_DISABLE_DICT
/* to disable FILE */
#undef CURL_DISABLE_FILE
/* to disable FTP */
#undef CURL_DI
www.eeworm.com/read/201217/9007577
h url2md5.h
// Url2Md5.h : main header file for the URL2MD5 application
//
#if !defined(AFX_URL2MD5_H__4118537E_9E15_4FD6_918E_DEB6D44AF87F__INCLUDED_)
#define AFX_URL2MD5_H__4118537E_9E15_4FD6_918E_DEB6D44A
www.eeworm.com/read/225655/14527288
c btget.c
/* btget.c */
#define VERSION "1.01"
#include "config.h"
#ifdef WITH_DMALLOC
#include
#endif /* WITH_DMALLOC */
#include
#include
#include
#in
www.eeworm.com/read/225655/14527302
c context.c
/* context.c */
#include "config.h"
#ifdef WITH_DMALLOC
#include
#endif /* WITH_DMALLOC */
#include
#include
#include
#include
#inc