Lines Matching refs:init_lib

32934 …put init_lib() every time. Unlike init_auth(), works every time in setUp() without causing segfault
32935 added init_lib() in setUp(), so now stuff works!
32938 …put init_lib() every time. Unlike init_auth(), works every time in setUp() without causing segfault
32941 added init_lib() in setUp(), so now stuff works!
36005 …removed init_lib() and init_auth() from here. Put it into setUp() in the test, but it should be ru…
36008 …removed init_lib() and init_auth() from here. Put it into setUp() in the test, but it should be ru…
36070 test runners main() will always call init_lib() and init_auth()
36073 test runners main() will always call init_lib() and init_auth()
111392 init_lib() calls init_systime() which needs to happen before get_systime()
111401 Call libntp's init_lib() early in unit tests.
111404 ntp_stdlib.h for init_lib()
135189 Call init_lib() in propdelay and tickadj just to get the debug symbol from libntp
135192 Call init_lib() just to get the debug symbol from libntp
135195 Call init_lib() just to get the debug symbol from libntp
137129 Make sure init_lib() is called before ssl_init() returns.
137191 Make sure init_lib() is called before ssl_init() returns.
140668 No need to call init_lib(), lib_nextbuf is already zero initially.
140683 no need to zero lib_nextbuf in init_lib(), it's zero initially.
183023 move init_lib() call back to original location
183031 remove explicit WSAStartup() call on Windows, now handled in init_lib()
183035 remove Win32InitSockets call, handled by init_lib() now
183039 remove Win32InitSockets call, handled by init_lib() now