Home
last modified time | relevance | path

Searched refs:new (Results 1 – 17 of 17) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dsplaytree.c134 splay_tree * new; in splaytree_insert() local
143 assert(new); in splaytree_insert()
145 new->left = new->right = NULL; in splaytree_insert()
147 new->left = t->left; in splaytree_insert()
148 new->right = t; in splaytree_insert()
152 new->right = t->right; in splaytree_insert()
153 new->left = t; in splaytree_insert()
157 new->key = i; in splaytree_insert()
158 new->data = data; in splaytree_insert()
159 new->size = 1 + node_size(new->left) + node_size(new->right); in splaytree_insert()
[all …]
H A Dlemon.c374 new = freelist; in Action_new()
376 return new; in Action_new()
411 new->next = *app;
412 *app = new;
414 new->sp = sp;
1084 new = freelist; in newconfig()
1086 return new; in newconfig()
2478 return new; in Plink_new()
2489 *plpp = new;
2490 new->cfp = cfp;
[all …]
/mOS-networking-stack/core/src/
H A Dtcp_rb.c225 new = frags_new(); in buf_try_resize()
226 new->head = et; in buf_try_resize()
240 new->head = eh; in buf_try_resize()
414 if (!rb || new > (rb->head + rb->len) || new < rb->head) in tcprb_setpile()
425 if (new > cf->tail) in tcprb_setpile()
428 rb->pile = new; in tcprb_setpile()
748 new = frags_new(); in tcprb_pwrite()
750 new->head = off; in tcprb_pwrite()
771 new = frags_new(); in tcprb_pwrite()
773 new->empty = true; in tcprb_pwrite()
[all …]
H A Dscalable_event.c742 new->ev = g_evid++; in mtcp_alloc_event()
743 new->ft = NULL; in mtcp_alloc_event()
744 new->cb = NULL; in mtcp_alloc_event()
745 new->arg.arg = NULL; in mtcp_alloc_event()
746 new->arg.len = 0; in mtcp_alloc_event()
753 return new->ev; in mtcp_alloc_event()
789 new->ev = g_evid++; in mtcp_define_event()
790 new->ft = filter; in mtcp_define_event()
793 dforest_store(new->ev, new); in mtcp_define_event()
800 free(new); in mtcp_define_event()
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dinstall-sh456 set X $new && new=:$2:$4:$5:$6 &&
458 test "$old" = "$new" &&
H A DNEWS10 …* configure.ac: remove old stuff, add some new to fix warnings in automake 1.12 (fixes #2419, thx …
160 * mod_webdav: Delete old properties before updating new for MOVE (fixes #1317)
536 * changed no longer use 0600 for new files with webdav. umask is
1049 * improved the error-messages from the new configfile parser
1108 * added two new auth-backends (htpasswd, htdigest)
H A Daclocal.m4698 # each Makefile.in and add a new line on top of each file to say so.
771 # arguments mandatory, and then we can depend on a new Autoconf
801 dnl Distinguish between old-style and new-style calls.
809 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
H A Dltmain.sh6359 /* Allocate new argument vector. */
6362 /* Put quoted arguments into the new argument vector. */
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dperformance.txt151 If lighttpd runs out of file descriptors, it will stop accepting new
155 If more than 90% of the file descriptors are used then the handling of new
156 connections is disabled. If it drops below 80% again new connections will
163 in the error log. This tells you there were too many new requests at once
H A Dssl.txt59 $ openssl req -new -x509 \
H A Dstatus.txt76 don't start new servers for each connection.
H A Dfastcgi.txt254 Whenever a new connection is requested, the first entry (the one
278 A new process is spawned as soon as the average number of
283 for a new request before it kills itself.
302 Adaptive Spawning is a quite new feature and it might misbehave
H A Dcml.txt83 Quite simple. No magic involved. If the one of the files is new than the cached
H A Dconfiguration.txt400 which are fairly loaded and the network handler calls delay often (e.g. new
/mOS-networking-stack/core/src/include/
H A Dtcp_rb.h87 tcprb_setpile(tcprb_t *rb, loff_t new);
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlt~obsolete.m422 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
H A Dlibtool.m42659 # DragonFly does not have aout. When/if they implement a new
7471 dnl tag define a new lt_????_link_test_code variable,
8160 # If we don't have a new enough Autoconf to choose the best grep
8176 # If we don't have a new enough Autoconf to choose the best objdump