Searched refs:client_to (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-smtp/
H A Dtest-smtp-payload.c472 static struct timeout *client_to = NULL; variable in typeref:struct:timeout
516 if (client_to == NULL)
517 client_to = timeout_add_short(0, test_client_continue, NULL);
614 timeout_remove(&client_to);
658 if (client_to == NULL)
659 client_to = timeout_add_short(0, test_client_continue, NULL);
738 timeout_remove(&client_to);

Completed in 14 milliseconds