Searched defs:test_globals (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-program-client/
H A Dtest-program-client-net.c46 } test_globals; variable in typeref:struct:test_server
68 if (test_globals.io_loop_ref++ == 0)
75 if (--test_globals.io_loop_ref == 0)
95 test_globals.client = NULL;
167 timeout_remove(&test_globals.to);
221 test_globals.to = timeout_add_short(100, test_program_run, client);
256 test_globals.ioloop = io_loop_create();
257 io_loop_set_current(test_globals.ioloop);
261 test_globals.port = 0;
264 test_globals
[all...]
H A Dtest-program-client-unix.c43 } test_globals; variable in typeref:struct:test_server
78 test_globals.client = NULL;
141 timeout_remove(&test_globals.to);
192 test_globals.to = timeout_add_short(100, test_program_run, client);
218 test_globals.ioloop = io_loop_create();
219 io_loop_set_current(test_globals.ioloop);
222 test_globals.listen_fd = net_listen_unix_unlink_stale(TEST_SOCKET, 100);
223 if (test_globals.listen_fd < 0)
226 test_globals.io = io_add(test_globals
[all...]

Completed in 764 milliseconds