Home
last modified time | relevance | path

Searched refs:changes (Results 1 – 13 of 13) sorted by relevance

/libevent-2.1.12/
H A Dkqueue.c78 struct kevent *changes; member
142 if (kqueueop->changes == NULL) in kq_init()
150 memset(&kqueueop->changes[0], 0, sizeof kqueueop->changes[0]); in kq_init()
232 kqop->changes = newchanges; in kq_build_changes_list()
271 struct kevent *changes; in kq_dispatch() local
282 EVUTIL_ASSERT(kqop->changes); in kq_dispatch()
291 changes = kqop->changes; in kq_dispatch()
292 kqop->changes = NULL; in kq_dispatch()
321 kqop->changes = changes; in kq_dispatch()
434 if (kqop->changes) in kqop_free()
[all …]
H A Ddevpoll.c60 struct pollfd *changes; member
91 if (pwrite(devpollop->dpfd, devpollop->changes, in devpoll_commit()
112 pfd = &devpollop->changes[devpollop->nchanges++]; in devpoll_queue()
154 devpollop->changes = mm_calloc(nfiles, sizeof(struct pollfd)); in devpoll_init()
155 if (devpollop->changes == NULL) { in devpoll_init()
302 if (devpollop->changes) in devpoll_dealloc()
303 mm_free(devpollop->changes); in devpoll_dealloc()
H A Devmap.c710 changelist->changes = NULL;
744 struct event_change *c = &changelist->changes[f->idxplus1 - 1];
759 struct event_change *c = &changelist->changes[i];
787 struct event_change *ch = &changelist->changes[i];
802 if (changelist->changes)
803 mm_free(changelist->changes);
818 new_changes = mm_realloc(changelist->changes,
824 changelist->changes = new_changes;
852 change = &changelist->changes[idx];
859 change = &changelist->changes[fdinfo->idxplus1 - 1];
H A Devent-internal.h184 struct event_change *changes; member
H A Depoll.c366 ch = &changelist->changes[i]; in epoll_apply_changes()
H A Dwhatsnew-2.1.txt399 Libevent 2.1 changes the behavior of the LEV_OPT_CLOSE_ON_EXEC
483 The evhttp_uri_set_flags() can changes the flags on URI.
633 Using monotonic timers makes Libevent more resilient to changes in the
664 changes without losing their train of thought.
719 These changes were made *mainly* through the use of automated scripts,
H A DChangeLog-1.448 o Do not break evdns connections to nameservers when our IP changes.
175 …o support for 32-bit tag numbers in rpc structures; this is wire compatible, but changes the API s…
215 …es linked against old versions of libevent continue working when we make changes to libevent that …
H A DVagrantfile9 # - if you have uncommited changes, you should commit them first to check
H A DChangeLog-2.0400 o Add stuff to "whats new in 2.0" based on reading include changes since August. (18adc3f)
880 o Changelist code to defer event changes until just before dispatch (27308aa)
938 o Fixed a fd leak in start_accepting(), plus cosmetic changes (4367a33 Jardel Weyrich)
997 …o Comestic changes in evconnlistener_new(), new_accepting_socket(), accepted_socket_invoke_user_cb…
1154 …o support for 32-bit tag numbers in rpc structures; this is wire compatible, but changes the API s…
H A DChangeLog13 Below you will find some of changes (this list has been cleaned up from the
181 - contains only highlighted changes (so now it will not contains a lot of
321 There are highlighted changes above.
1198 o Preliminary changes for Minix3. (0dda56a Nicholas Heath)
1205 Evhttp changes:
1274 Libevent 2.1.2-alpha also includes all changes made in 2.0.19-stable
H A Dwhatsnew-2.0.txt438 being invoked immediately when the evbuffer's length changes, they are
H A DCMakeLists.txt7 # Additional changes:
/libevent-2.1.12/extra/abi-check/
H A DREADME.md1 ## libevent ABI/API changes
4 This script is used to generate information about changes in libevent ABI/API