Searched refs:new (Results 1 – 17 of 17) sorted by relevance
134 splay_tree * new; in splaytree_insert() local143 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 …]
374 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 …]
225 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 …]
742 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 …]
456 set X $new && new=:$2:$4:$5:$6 &&458 test "$old" = "$new" &&
10 …* 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 is1049 * improved the error-messages from the new configfile parser1108 * added two new auth-backends (htpasswd, htdigest)
698 # 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 Autoconf801 dnl Distinguish between old-style and new-style calls.809 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
6359 /* Allocate new argument vector. */6362 /* Put quoted arguments into the new argument vector. */
151 If lighttpd runs out of file descriptors, it will stop accepting new155 If more than 90% of the file descriptors are used then the handling of new156 connections is disabled. If it drops below 80% again new connections will163 in the error log. This tells you there were too many new requests at once
59 $ openssl req -new -x509 \
76 don't start new servers for each connection.
254 Whenever a new connection is requested, the first entry (the one278 A new process is spawned as soon as the average number of283 for a new request before it kills itself.302 Adaptive Spawning is a quite new feature and it might misbehave
83 Quite simple. No magic involved. If the one of the files is new than the cached
400 which are fairly loaded and the network handler calls delay often (e.g. new
87 tcprb_setpile(tcprb_t *rb, loff_t new);
22 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
2659 # DragonFly does not have aout. When/if they implement a new7471 dnl tag define a new lt_????_link_test_code variable,8160 # If we don't have a new enough Autoconf to choose the best grep8176 # If we don't have a new enough Autoconf to choose the best objdump