Home
last modified time | relevance | path

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

/libevent-2.1.12/
H A Devent-config.h.cmake47 /* Define to 1 if you have the `accept4' function. */
78 /* Define to 1 if you have `getrandom' function. */
105 /* Define to 1 if you have the `eventfd' function. */
111 /* Define to 1 if you have the `fcntl' function. */
120 /* Define to 1 if you have the `getegid' function. */
123 /* Define to 1 if you have the `geteuid' function. */
169 /* Define to 1 if you have the `kqueue' function. */
187 /* Define to 1 if you have the `mmap' function. */
214 /* Define to 1 if you have the `pipe' function. */
217 /* Define to 1 if you have the `pipe2' function. */
[all …]
H A Dwhatsnew-2.1.txt94 function, libevent_global_shutdown(), that you can use to free all
102 There is a new event_base_get_npriorities() function to return the
121 There's also a new event_base_get_running_event() function you can
133 There is an event_get_priority() function to return an event's
265 new function event_base_free_nofinalize().
269 You can now turn on debug logs at runtime using a new function,
311 is an evbuffer_add_iovec() function.
313 There's a new evbuffer_copyout_from() variant function to enable
324 You can now use the bufferevent_getcb() function to find out a
442 new evhttp_connection_get_server() function.
[all …]
H A DChangeLog-2.0406 o Add a function to change a listener's callback. (46ee061)
409 o Add a bufferevent_get_base function (aab49b6)
490 o Refactor http version parsing into a single function (a38140b)
584 o On windows, make lock/thread function tables static (5de2bcb)
586 o Declare signal handler function as "__cdecl" on Windows (f0056d0)
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)
988 o New EVTHREAD_TRY_LOCK function to try to grab a lock. (689fc09)
1004 o forgot to add void to test function (78a50fe)
1094 o Actually define the event_config_set_flag() function.
[all …]
H A Dwhatsnew-2.0.txt98 event' themselves, since there was no function in Libevent to do it
140 memory with malloc(), and free it with the free() function you provide.
242 *_enable_locking() function.
288 dispatch function, the backend might wind up making unnecessary calls or
362 EVBUFFER_DATA() function still works. Watch out, though: it needs to copy
367 The old evbuffer_readline() function (which accepted any sequence of
370 function is evbuffer_readln(), which supports a variety of
406 The evbuffer_setcb() function is now deprecated.
426 The evbuffer_search() function lets you search for repeated instances of
489 bufferevent_openssl_filter_new() function. If you want to do SSL
[all …]
H A Dconfigure.ac107 AC_ARG_ENABLE([function-sections],
108 …AS_HELP_STRING([--enable-function-sections, make static library allow smaller binaries with --gc-s…
869 …ypes -Wwrite-strings -Wredundant-decls -Wmissing-declarations -Wnested-externs -Wbad-function-cast"
898 # Disable the unused-function warnings, because these trigger
900 CFLAGS="$CFLAGS -Wno-unused-function"
H A DDoxyfile252 # doxygen's preprocessor will remove all function-like macros that are alone
254 # function macros are typically used for boiler-plate code, and will confuse
H A DChangeLog-1.4130 o Merge windows gettimeofday() replacement into a new evutil_gettimeofday() function.
149 …o Add a int64_t parsing function, with unit tests, so we can apply Scott Lamb's fix to allow large…
170 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
197 o Add a evdns_set_transaction_id_fn() function to override the default
H A DChangeLog90 should ABI compatible (anyway that function is in -compat.h header).
231 o use *_new_with_arg() to match function prototype (a95cc9e3)
410 o New function to get address for nameserver. (537177d Nick Mathewson)
883 o Add function to fetch underlying ratelimit cfg (4b3d5af Mark Ellzey)
904 the function actually does and usage (da86dda Andrew Sweeney)
1285 o Add a bufferevent_get_priority() function (bd39554)
1570 o Add function to check referential integrity of an event_base (27737d5)
1915 o Use a wrapper function to create the notification
1948 o Add event_config function to limit time/callbacks between calls
2083 o Add an (internal) usleep function for use by unit tests (f25d9d3)
[all …]
H A DCMakeLists.txt268 option(EVENT__ENABLE_GCC_FUNCTION_SECTIONS "Enable gcc function sections" OFF)
296 list(APPEND __FLAGS -Wno-unused-function)
1460 function(gen_package_config forinstall)
H A Dhttp.c3599 evhttp_bound_socket_foreach_fn *function, in evhttp_foreach_bound_socket() argument
3605 function(bound, argument); in evhttp_foreach_bound_socket()
/libevent-2.1.12/m4/
H A Dax_check_funcs_ex.m41 # Check if the function is available.
4 # $1: the name of function
5 # $2: the headers in where the function declared
10 [AC_DEFINE([have_func_var], [1], [Define to 1 if you have the `$1' function.])],,dnl
H A Dacx_pthread.m4154 # a function called by this macro, so we could check for that, but
/libevent-2.1.12/cmake/
H A DCheckPrototypeDefinition.cmake4 # FUNCTION - The name of the function (used to check if prototype exists)
6 # RETURN - The return value of the function.
27 function(CHECK_PROTOTYPE_DEFINITION _FUNCTION _PROTOTYPE _RETURN _HEADER _VARIABLE)
H A DCodeCoverage.cmake46 # 3. Use the function SETUP_TARGET_FOR_COVERAGE to create a custom make target
/libevent-2.1.12/.github/workflows/
H A Dwindows.yml66 function cmake_configure($retry)
205 function cmake_configure($retry)
H A Dmingw.yml140 function cmake_configure($retry)
/libevent-2.1.12/include/event2/
H A Dhttp.h175 void evhttp_foreach_bound_socket(struct evhttp *http, evhttp_bound_socket_foreach_fn *function, voi…