Lines Matching refs:function

113  o Do a memberwise comparison of threading function tables (c94a5f2 Nate R)
141 o Add function to check referential integrity of an event_base (27737d5)
241 o Check if the `evhttp_new_object' function in `http.c' returns NULL. (446cc7a Mansour Moufid)
406 o Add a function to change a listener's callback. (46ee061)
409 o Add a bufferevent_get_base function (aab49b6)
476 …o Remove _event_initialized(); make event_initialized() a function(); make it consistent on window…
490 o Refactor http version parsing into a single function (a38140b)
571 o Expose a evdns_base_nameserver_sockaddr_add() function to add a nameserver by sockaddr (1952143)
584 o On windows, make lock/thread function tables static (5de2bcb)
586 o Declare signal handler function as "__cdecl" on Windows (f0056d0)
642 o Add a function to retrieve the other side of a bufferevent pair (17a8e2d)
716 o Turn our socketpair() replacement into its own function (57b30cd)
846 o Replace EVUTIL_CLOSESOCKET macro with a function (899c1dc Sebastian Sjöberg)
881 …o do not use a function to assign the evdns base; instead assign it via evhttp_connection_base_new…
887 o Note a missing ratelim function (361da8f)
939 …is function, so the caller is responsible for closing it. Additionally, since evconnlistener_new_b…
968 o Use new timeval diff comparison function in bufferevent test (f3dfe46)
988 o New EVTHREAD_TRY_LOCK function to try to grab a lock. (689fc09)
996 o Refactor code from evdns into a new internal "read a file" function. (0f7144f)
1004 o forgot to add void to test function (78a50fe)
1018 o Clean up formatting: function/keyword spacing consistency. (4faeaea)
1028 o New evconnlistener_get_fd function to expose a listener's associated socket.
1034 o Add an evbuffer_search_eol() function to locate the end of a line nondestructively.
1035 o Add an evbuffer_search_range() function to search a bounded range of a buffer.
1056 o Add an API to replace all fatal calls to exit() with a user-provided panic function.
1071 o Add an evutil_getaddrinfo() function to clone getaddrinfo on platforms that don't have it.
1072 …o Add an evdns_getaddrinfo() function to provide a nonblocking getaddrinfo using evdns, so program…
1075 …Ses, connect can return ECONREFUSED immediately; instead of failing the function call, pretend wit…
1094 o Actually define the event_config_set_flag() function.
1098 o Add an event_get_base() function to return the base assigned to an event.
1099 o New function to automate connecting on a socket-based bufferevent.
1101 o Do case-insensitive checks with a locale-independent comparison function.
1105 o Add a bufferevent_getfd() function to mirror bufferevent_setfd()
1137 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
1140 …o New function event_set_mem_functinons. It allows the user to give libevent replacement function…
1144 …o Add a more powerful evbuffer_readln as a replacement for evbuffer_readline. The new function ha…
1172 …o Add a int64_t parsing function, with unit tests, so we can apply Scott Lamb's fix to allow large…
1211 o Remove the never-exported, never-used evhttp_hostportfile function.
1222 …o turn event_initialized() into a function, and add function equivalents to EVENT_SIGNAL and EVENT…
1268 o Add an evbuffer_write_atmost() function to write a limited number of bytes to an fd.