代码搜索:liburl
找到约 16 项符合「liburl」的源代码
代码结果 16
www.eeworm.com/read/180137/5291114
c ftpget.bin.c
static char rcsid[] = "$Id: ftpget.c,v 2.2 2000/01/21 17:37:33 sxw Exp $";
/*
* ftpget.c - An FTP client used by liburl and cached.
*
* Duane Wessels, University of Colorado, September 1995
*
*
www.eeworm.com/read/180137/5291090
c urlget.c
static char rcsid[] = "$Id: urlget.c,v 2.1 1997/03/21 18:10:12 sxw Exp $";
/*
* urlget.c - Prints the URL to stdout
*
* DEBUG: section 25, level 1 urlget - standalone liburl program.
www.eeworm.com/read/180137/5291118
in makefile.in
#
# Makefile for simple liburl
#
# $Id: Makefile.in,v 2.9 2000/01/21 17:37:33 sxw Exp $
#
srcdir = @srcdir@
VPATH = $(srcdir)
prefix = @prefix@
INSTALL_BINDIR = $(prefix)/bin
INSTALL_LIBDIR = $(pr
www.eeworm.com/read/180137/5291119
c url.c
static char rcsid[] = "$Id: url.c,v 2.3 2000/01/21 17:37:33 sxw Exp $";
/*
* url.c - URL processing code
*
* DEBUG: section 20, level 1 Common liburl URL processing
* AUTHOR: Harvest d
www.eeworm.com/read/180137/5291093
c cache.c
static char rcsid[] = "$Id: cache.c,v 2.1 1997/03/21 18:01:13 sxw Exp $";
/*
* cache.c - Simple, local disk cache for liburl.
* Uses a GDBM file to map URLs to the cached files. Uses links to cop
www.eeworm.com/read/207991/4999075
h url.h
#ifndef URL_H
#define URL_H
#include
#include
typedef str url;
#ifdef WIN32
#ifndef LIBURL
#define url_export extern __declspec(dllimport)
#else
#define url_export extern __decls