代码搜索:httpd

找到约 3,603 项符合「httpd」的源代码

代码结果 3,603
www.eeworm.com/read/192707/5150390

c util_win32.c

#include #include #include #include "httpd.h" #include "http_log.h" /* Returns TRUE if the path is real, FALSE if it is PATH_INFO */ static BOOL sub_canonical_fil
www.eeworm.com/read/292758/3939628

solaris makefile.solaris

# Defines for example NSAPI programs running under SOLARIS CC_CMD=gcc -DNET_SSL -DSOLARIS -D_REENTRANT -DXP_UNIX \ -DMCC_HTTPD -DSPAPI20 \ -fPIC LD_SHAREDCMD=ld -G -fPIC all: prepare:
www.eeworm.com/read/209211/4982492

c xml.c

#include "stdinc.h" #include "dat.h" #include "fns.h" #include "httpd.h" #include "xml.h" void xmlArena(Hio *hout, Arena *s, char *tag, int indent){ xmlIndent(hout, indent); hprint(hout, "
www.eeworm.com/read/398200/2386606

entries

/.cvsignore/1.1/Sat Nov 22 13:05:02 2003// D/bsd_tcpip//// D/common//// D/ftpclient//// D/httpd//// D/ipsec//// D/lwip_tcpip//// D/ns//// D/ppp//// D/sntp//// D/tcpip//// D/vnc_server////
www.eeworm.com/read/358128/3002369

sh publish.sh

#!/bin/sh ./package.sh scp BUILD/*.tgz root@sergiocarvalho.com:/home/httpd/vhosts/com/sergiocarvalho/pear-base/pear (cd docs; ./generate.sh) scp -r docs/html/* root@iluvatar.portugalmail.pt:/home/http
www.eeworm.com/read/386861/8722365

c fs.c

#include "uip.h" #include "httpd.h" #include "fs.h" #include "fsdata.h" #define NULL (void *)0 #ifdef FS_STATISTICS #if FS_STATISTICS == 1 static u16_t count[FS_NUMFILES]; #endif /*
www.eeworm.com/read/346656/11733816

cgi comments.cgi

#!/usr/bin/perl -wT use strict; use CGI; use DB_File; use Fcntl qw( :DEFAULT :flock ); my $DBM_FILE = "/usr/local/httpd/data/bookmarklets/comments.dbm"; my $q = new CGI; my $url = $q->pa
www.eeworm.com/read/209211/4986605

c urlunesc.c

#include #include #include #include /* go from url with escaped utf to utf */ char * hurlunesc(HConnect *cc, char *s) { char *t, *v, *u; Rune r; int c, n; /* une
www.eeworm.com/read/209211/4986606

c parsereq.c

#include #include #include #include typedef struct Strings Strings; struct Strings { char *s1; char *s2; }; static char* abspath(HConnect *cc, char *origpath, c
www.eeworm.com/read/209211/4986620

c lower.c

#include #include #include #include char* hlower(char *p) { char c; char *x; if(p == nil) return p; for(x = p; c = *x; x++) if(c >= 'A' && c