Lines Matching refs:init_lib
22865 …put init_lib() every time. Unlike init_auth(), works every time in setUp() without causing segfault
22866 added init_lib() in setUp(), so now stuff works!
22869 …put init_lib() every time. Unlike init_auth(), works every time in setUp() without causing segfault
22872 added init_lib() in setUp(), so now stuff works!
25936 …removed init_lib() and init_auth() from here. Put it into setUp() in the test, but it should be ru…
25939 …removed init_lib() and init_auth() from here. Put it into setUp() in the test, but it should be ru…
26001 test runners main() will always call init_lib() and init_auth()
26004 test runners main() will always call init_lib() and init_auth()
101323 init_lib() calls init_systime() which needs to happen before get_systime()
101332 Call libntp's init_lib() early in unit tests.
101335 ntp_stdlib.h for init_lib()
125120 Call init_lib() in propdelay and tickadj just to get the debug symbol from libntp
125123 Call init_lib() just to get the debug symbol from libntp
125126 Call init_lib() just to get the debug symbol from libntp
127060 Make sure init_lib() is called before ssl_init() returns.
127122 Make sure init_lib() is called before ssl_init() returns.
130599 No need to call init_lib(), lib_nextbuf is already zero initially.
130614 no need to zero lib_nextbuf in init_lib(), it's zero initially.
172954 move init_lib() call back to original location
172962 remove explicit WSAStartup() call on Windows, now handled in init_lib()
172966 remove Win32InitSockets call, handled by init_lib() now
172970 remove Win32InitSockets call, handled by init_lib() now