Lines Matching refs:init_lib
23578 …put init_lib() every time. Unlike init_auth(), works every time in setUp() without causing segfault
23579 added init_lib() in setUp(), so now stuff works!
23582 …put init_lib() every time. Unlike init_auth(), works every time in setUp() without causing segfault
23585 added init_lib() in setUp(), so now stuff works!
26649 …removed init_lib() and init_auth() from here. Put it into setUp() in the test, but it should be ru…
26652 …removed init_lib() and init_auth() from here. Put it into setUp() in the test, but it should be ru…
26714 test runners main() will always call init_lib() and init_auth()
26717 test runners main() will always call init_lib() and init_auth()
102036 init_lib() calls init_systime() which needs to happen before get_systime()
102045 Call libntp's init_lib() early in unit tests.
102048 ntp_stdlib.h for init_lib()
125833 Call init_lib() in propdelay and tickadj just to get the debug symbol from libntp
125836 Call init_lib() just to get the debug symbol from libntp
125839 Call init_lib() just to get the debug symbol from libntp
127773 Make sure init_lib() is called before ssl_init() returns.
127835 Make sure init_lib() is called before ssl_init() returns.
131312 No need to call init_lib(), lib_nextbuf is already zero initially.
131327 no need to zero lib_nextbuf in init_lib(), it's zero initially.
173667 move init_lib() call back to original location
173675 remove explicit WSAStartup() call on Windows, now handled in init_lib()
173679 remove Win32InitSockets call, handled by init_lib() now
173683 remove Win32InitSockets call, handled by init_lib() now