Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 51) sorted by relevance

123

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A DMakefile.am269 hdr = server.h buffer.h network.h log.h keyvalue.h \
270 response.h request.h fastcgi.h chunk.h \
271 settings.h http_chunk.h \
272 md5.h http_auth.h stream.h \
273 fdevent.h connections.h base.h stat_cache.h \
274 plugin.h mod_auth.h \
275 etag.h joblist.h array.h crc32.h \
276 network_backends.h configfile.h bitset.h \
277 mod_ssi.h mod_ssi_expr.h inet_ntop_cache.h \
279 sys-mmap.h sys-socket.h mod_cml.h mod_cml_funcs.h \
[all …]
H A Detag.c41 uint32_t h; in etag_mutate() local
43 for (h=0, i=0; i < etag->used-1; ++i) h = (h<<5)^(h>>27)^(etag->ptr[i]); in etag_mutate()
47 buffer_append_off_t(mut, h); in etag_mutate()
H A Dlemon.c3755 while( *x) h = h*13 + *(x++);
3826 int h; local
3882 int h; local
3989 int h; local
4047 int h; local
4129 h = h*571 + a->rp->index*37 + a->dot;
4195 int h; local
4253 int h; local
4287 h = h*571 + a->rp->index*37 + a->dot;
4340 int h; local
[all …]
H A DMakefile.in893 hdr = server.h buffer.h network.h log.h keyvalue.h \
894 response.h request.h fastcgi.h chunk.h \
895 settings.h http_chunk.h \
896 md5.h http_auth.h stream.h \
897 fdevent.h connections.h base.h stat_cache.h \
898 plugin.h mod_auth.h \
899 etag.h joblist.h array.h crc32.h \
900 network_backends.h configfile.h bitset.h \
901 mod_ssi.h mod_ssi_expr.h inet_ntop_cache.h \
903 sys-mmap.h sys-socket.h mod_cml.h mod_cml_funcs.h \
[all …]
H A Dmod_accesslog.c203 char h = c / 16; in accesslog_append_escaped() local
204 hh[2] = (h > 9) ? (h - 10 + 'A') : (h + '0'); in accesslog_append_escaped()
205 h = c % 16; in accesslog_append_escaped()
206 hh[3] = (h > 9) ? (h - 10 + 'A') : (h + '0'); in accesslog_append_escaped()
H A Dmod_usertrack.c174 unsigned char h[16]; in URIHANDLER_FUNC() local
232 li_MD5_Final(h, &Md5Ctx); in URIHANDLER_FUNC()
234 buffer_append_string_encoded(ds->value, (char *)h, 16, ENCODING_HEX); in URIHANDLER_FUNC()
H A Dmod_scgi.c429 if (!h) return; in scgi_host_free()
431 buffer_free(h->host); in scgi_host_free()
433 buffer_free(h->docroot); in scgi_host_free()
434 buffer_free(h->bin_path); in scgi_host_free()
435 array_free(h->bin_env); in scgi_host_free()
441 free(h); in scgi_host_free()
465 scgi_extension_host *h; in scgi_extensions_free() local
467 h = fe->hosts[j]; in scgi_extensions_free()
469 scgi_host_free(h); in scgi_extensions_free()
2760 used = h->load; in scgi_check_extension()
[all …]
H A DSConscript34 configparser = env.Command(['configparser.c', 'configparser.h'], 'configparser.y', '(cd build; ../'…
37 mod_ssi_exprparser = env.Command(['mod_ssi_exprparser.c', 'mod_ssi_exprparser.h'], 'mod_ssi_exprpar…
94 open('plugin-static.h', 'w+').write(staticinit)
H A Dmod_fastcgi.c566 if (!h) return; in fastcgi_host_free()
568 buffer_free(h->id); in fastcgi_host_free()
569 buffer_free(h->host); in fastcgi_host_free()
571 buffer_free(h->docroot); in fastcgi_host_free()
572 buffer_free(h->bin_path); in fastcgi_host_free()
574 array_free(h->bin_env); in fastcgi_host_free()
580 free(h); in fastcgi_host_free()
604 fcgi_extension_host *h; in fastcgi_extensions_free() local
606 h = fe->hosts[j]; in fastcgi_extensions_free()
608 fastcgi_host_free(h); in fastcgi_extensions_free()
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DSConstruct120 fcntl.h
122 sys/types.h netinet/in.h
126 sys/types.h sys/socket.h
131 sys/types.h sys/uio.h
135 sys/types.h sys/select.h
136 poll.h
141 sys/types.h sys/mman.h
143 sys/types.h sys/event.h
146 pwd.h
149 sys/time.h sys/types.h sys/resource.h
[all …]
H A Dconfig.h.in1 /* config.h.in. Generated from configure.ac by autoheader. */
6 /* Define to 1 if you have the <arpa/inet.h> header file. */
12 /* Define to 1 if you have the <bzlib.h> header file. */
33 /* Define to 1 if you have the <ev.h> header file. */
39 /* fam.h */
147 /* libxml.h */
162 /* lua.h */
171 /* memcache.h */
201 /* pcre.h */
258 /* sqlite3.h */
[all …]
H A Dconfigure.ac6 AC_CONFIG_HEADER([config.h])
60 AC_CHECK_HEADERS([arpa/inet.h fcntl.h netinet/in.h stdlib.h string.h \
61 sys/socket.h sys/time.h unistd.h sys/sendfile.h sys/uio.h \
62 getopt.h sys/epoll.h sys/select.h poll.h sys/poll.h sys/devpoll.h sys/filio.h \
63 sys/mman.h sys/event.h port.h pwd.h sys/syslimits.h \
64 sys/resource.h sys/un.h syslog.h sys/prctl.h uuid/uuid.h])
77 #include <sys/socket.h>])
169 AC_CHECK_HEADERS(errmsg.h mysql.h)
538 #include <errno.h>
566 #include <sys/socket.h>
[all …]
H A Dconfigure1949 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5363 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5364 inttypes.h stdint.h unistd.h
13107 for ac_header in arpa/inet.h fcntl.h netinet/in.h stdlib.h string.h \
13108 sys/socket.h sys/time.h unistd.h sys/sendfile.h sys/uio.h \
13109 getopt.h sys/epoll.h sys/select.h poll.h sys/poll.h sys/devpoll.h sys/filio.h \
13110 sys/mman.h sys/event.h port.h pwd.h sys/syslimits.h \
13111 sys/resource.h sys/un.h syslog.h sys/prctl.h uuid/uuid.h
14259 for ac_header in errmsg.h mysql.h
16882 for ac_header in fastcgi.h fastcgi/fastcgi.h
[all …]
H A DMakefile.in104 CONFIG_HEADER = config.h
143 $(LISP)config.h.in
164 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
368 all: config.h
406 config.h: stamp-h1
410 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
412 cd $(top_builddir) && $(SHELL) ./config.status config.h
413 $(srcdir)/config.h.in: $(am__configure_deps)
419 -rm -f config.h stamp-h1
698 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
[all …]
/mOS-networking-stack/scripts/
H A Dconfigure.ac14 AC_CHECK_HEADER(linux/sched.h,,,)
16 AC_CHECK_HEADER(pthread.h,,,)
18 AC_CHECK_HEADER(numa.h,,,)
19 AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h stddef.h stdlib.h string.h strings.h sys/param.h sys/…
H A Dconfigure1804 /* end confdefs.h. */
1811 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2044 cat confdefs.h
2681 /* end confdefs.h. */
2745 /* end confdefs.h. */
2796 /* end confdefs.h. */
2837 /* end confdefs.h. */
2852 /* end confdefs.h. */
2868 /* end confdefs.h. */
3489 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
[all …]
/mOS-networking-stack/core/src/
H A Dtcp_rb_frag_queue.c99 index_type h = rb_fragq->_head; in RBFragEnqueue() local
103 if (nt != h) { in RBFragEnqueue()
117 index_type h = rb_fragq->_head; in RBFragDequeue() local
120 if (h != t) { in RBFragDequeue()
121 struct fragment_ctx *frag = rb_fragq->_q[h]; in RBFragDequeue()
122 RBFragMemoryBarrier(rb_fragq->_q[h], rb_fragq->_head); in RBFragDequeue()
123 rb_fragq->_head = NextIndex(rb_fragq, h); in RBFragDequeue()
H A Dtcp_sb_queue.c99 index_type h = sq->_head; in SBEnqueue() local
103 if (nt != h) { in SBEnqueue()
117 index_type h = sq->_head; in SBDequeue() local
120 if (h != t) { in SBDequeue()
121 struct tcp_send_buffer *buf = sq->_q[h]; in SBDequeue()
122 SBMemoryBarrier(sq->_q[h], sq->_head); in SBDequeue()
123 sq->_head = NextIndex(sq, h); in SBDequeue()
H A Dtcp_stream_queue.c183 index_type h = sq->_head; in StreamEnqueue() local
187 if (nt != h) { in StreamEnqueue()
201 index_type h = sq->_head; in StreamDequeue() local
204 if (h != t) { in StreamDequeue()
205 tcp_stream *stream = sq->_q[h]; in StreamDequeue()
206 StreamMemoryBarrier(sq->_q[h], sq->_head); in StreamDequeue()
207 sq->_head = NextIndex(sq, h); in StreamDequeue()
H A DMakefile.in15 MTCP_HDR = mtcp_api.h mos_api.h mtcp_epoll.h mtcp_util.h
58 INC += -DENABLE_DPDK -I${DPDK_INC} -include $(DPDK_INC)/rte_config.h
/mOS-networking-stack/util/
H A Dtdate_parse.c73 int i, h, l, r; in strlong_search() local
76 h = n - 1; in strlong_search()
79 i = ( h + l ) / 2; in strlong_search()
82 h = i - 1; in strlong_search()
90 if ( h < l ) in strlong_search()
/mOS-networking-stack/core/src/include/
H A Dnetmap_user.h453 win_nm_ioctl_internal(HANDLE h, int32_t ctlCode, void *arg) in win_nm_ioctl_internal() argument
487 ioctlReturnStatus = DeviceIoControl(h, in win_nm_ioctl_internal()
503 HANDLE h = win_get_netmap_handle(fd); in win_nm_ioctl() local
505 if (h == NULL) { in win_nm_ioctl()
508 return win_nm_ioctl_internal(h, ctlCode, arg); in win_nm_ioctl()
522 HANDLE h = win_get_netmap_handle(fd); in win32_mmap_emulated() local
524 if (h == NULL) { in win32_mmap_emulated()
529 return win_nm_ioctl_internal(h, NETMAP_MMAP, &ret) ? in win32_mmap_emulated()
541 HANDLE h; in win_nm_poll() local
543 if (nfds != 1 || fds == NULL || (h = win_get_netmap_handle(fds->fd)) == NULL) {; in win_nm_poll()
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A DLightyTest.pm245 (my $h = $1) =~ tr/[A-Z]/[a-z]/;
247 if (defined $resp_hdr{$h}) {
250 $resp_hdr{$h} .= ', '.$2;
252 $resp_hdr{$h} = $2;
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Daccesslog.txt59 %h name or address of remote-host
97 accesslog.format = "%h %l %u %t \"%r\" %b %>s \"%{User-Agent}i\" \"%{Referer}i\""
111 …accesslog.format = "%h %l %u %t \"%r\" %b %>s \"%{User-Agent}i\" \"%{Referer}i\" \"%{X-LIGHTTPD-SI…
/mOS-networking-stack/core/test/tcprb/
H A DMakefile9 test: test.c $(SRC)/tcp_rb.c $(SRC)/include/tcp_rb.h \

123