Searched refs:httpd (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dhttpd.c24 #include <isc/httpd.h>
96 * Flags on the httpd client.
136 /*% lightweight socket manager for httpd output */
219 static void reset_client(isc_httpd_t *httpd);
234 isc_httpd_t *httpd = *httpdp; local
235 isc_httpdmgr_t *httpdmgr = httpd->mgr;
241 isc_socket_detach(&httpd->sock);
242 ISC_LIST_UNLINK(httpdmgr->running, httpd, link);
244 if (httpd->headerlen > 0)
245 isc_mem_put(httpdmgr->mctx, httpd
262 isc_httpdmgr_t *httpd; local
382 process_request(isc_httpd_t *httpd, int length) argument
520 isc_httpd_t *httpd; local
664 isc_httpd_t *httpd = ev->ev_arg; local
772 isc_httpd_t *httpd; local
797 grow_headerspace(isc_httpd_t *httpd) argument
819 isc_httpd_response(isc_httpd_t *httpd) argument
842 isc_httpd_addheader(isc_httpd_t *httpd, const char *name, const char *val) argument
872 isc_httpd_endheaders(isc_httpd_t *httpd) argument
889 isc_httpd_addheaderuint(isc_httpd_t *httpd, const char *name, int val) argument
917 isc_httpd_t *httpd = ev->ev_arg; local
979 reset_client(isc_httpd_t *httpd) argument
[all...]
/freebsd-11-stable/tools/tools/netrate/httpd/
H A DMakefile3 PROG= httpd
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dmod_authz_svn.h30 #include <httpd.h>
H A Dmod_dav_svn.h32 #include <httpd.h>
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dhttpd.h17 /* $Id: httpd.h,v 1.9 2008/08/08 05:06:49 marka Exp $ */
53 isc_httpd_response(isc_httpd_t *httpd);
56 isc_httpd_addheader(isc_httpd_t *httpd, const char *name,
60 isc_httpd_addheaderuint(isc_httpd_t *httpd, const char *name, int val);
62 isc_result_t isc_httpd_endheaders(isc_httpd_t *httpd);
/freebsd-11-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dt_tcpip.sh35 atf_set "descr" "Start hijacked httpd and get webpage from it"
45 /usr/libexec/httpd -P ./httpd.pid -b -s $(atf_get_srcdir)
64 if [ -f httpd.pid ]; then
65 kill -9 "$(cat httpd.pid)"
66 rm -f httpd.pid
/freebsd-11-stable/contrib/subversion/
H A Dget-deps.sh53 HTTPD=httpd-${HTTPD_VERSION}
165 echo "If you require mod_dav_svn, the recommended version of httpd is:"
166 echo " $APACHE_MIRROR/httpd/$HTTPD.tar.bz2"
H A DMakefile.in198 ### suppressed (but they may come from httpd or APR).
566 flags="--httpd-version $(HTTPD_VERSION) $$flags"; \
569 flags="--httpd-whitelist $(HTTPD_WHITELIST) $$flags"; \
639 # Automatically configure and run Apache httpd on a random port, and then
713 subversion/tests/cmdline/httpd-* \
H A Dconfigure1585 --enable-broken-httpd-auth
1586 Force build against httpd 2.4 with broken auth.
1632 --enable-mod-activation Enable mod_dav_svn in httpd.conf
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking httpd version" >&5
5911 $as_echo_n "checking httpd version... " >&6; }
5970 as_fn_error $? "Apache httpd version $HTTPD_VERSION includes a broken mod_dav; use a newer version of httpd" "$LINENO" 5
5979 as_fn_error $? "Apache httpd version $HTTPD_VERSION not recognised" "$LINENO" 5
6061 # This is httpd 2.4 and it doesn't appear to have the required
6063 # Check whether --enable-broken-httpd
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/
H A Dnet_common.sh116 # start httpd in daemon mode
118 /usr/libexec/httpd -P $HTTPD_PID -i $ip -b -s $(pwd)
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak141 -@erase "$(INTDIR)\httpd.obj"
256 "$(INTDIR)\httpd.obj" \
358 -@erase "$(INTDIR)\httpd.obj"
359 -@erase "$(INTDIR)\httpd.sbr"
525 "$(INTDIR)\httpd.sbr" \
613 "$(INTDIR)\httpd.obj" \
1387 SOURCE=..\httpd.c
1392 "$(INTDIR)\httpd.obj" : $(SOURCE) "$(INTDIR)"
1399 "$(INTDIR)\httpd.obj" "$(INTDIR)\httpd
[all...]

Completed in 267 milliseconds