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

/dovecot/src/lib/
H A Dioloop-private.h34 bool running:1; member in struct:ioloop
/dovecot/src/lib-storage/index/pop3c/
H A Dpop3c-client.c82 bool running:1; member in struct:pop3c_client
158 bool running = client->running; local
183 if (running)
198 if (client->running)
320 client->running = TRUE;
322 client->running = FALSE;
397 if (client->running)
761 i_error("pop3c(%s): Server sent line when no command was running: %s",

Completed in 17 milliseconds