Home
last modified time | relevance | path

Searched refs:init (Results 1 – 10 of 10) sorted by relevance

/libevent-2.1.12/test/
H A DMakefile.nmake25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \
31 test-init.exe test-eof.exe test-closed.exe test-weof.exe test-time.exe \
46 test-init.exe: test-init.obj
47 $(CC) $(CFLAGS) $(LIBS) test-init.obj
H A Dinclude.am28 test/test-init \
87 test_test_init_SOURCES = test/test-init.c
H A Dtest.sh67 if $TEST_DIR/test-init 2>>"$TEST_OUTPUT_FILE" ;
/libevent-2.1.12/
H A Dopenssl-compat.h28 #define BIO_set_init(b, val) (b)->init = (val)
31 #define BIO_get_init(b) (b)->init
44 #define BIO_get_init(b) (b)->init
H A D.gitignore115 /test/test-init
H A Devent-internal.h94 void *(*init)(struct event_base *); member
H A DCMakeLists.txt287 -Woverride-init
1184 test-init
H A Devent.c694 base->evbase = base->evsel->init(base); in event_base_new_with_config()
1051 base->evbase = evsel->init(base); in event_reinit()
H A Dconfigure.ac889 CFLAGS="$CFLAGS -Wnormalized=id -Woverride-init"
H A DChangeLog345 o Merge branch 'openssl-1.1-init-fixes-v2' (18a161f0 Azat Khuzhin)
430 o event_reinit: always re-init signal's socketpair (ad0c237 Nicholas Marriott)
757 o Debug mode option to error on evthread init AFTER other event calls. (dcfb19a Mark Ellzey)
1815 o Use newer syntax for autoconf/automake init (7d60ba8)