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

/dovecot/src/lib-http/
H A Dtest-http-server-errors.c59 static void (*test_client_input)(struct client_connection *conn); variable
105 test_client_input = test_slow_request_input;
597 if (test_client_input != NULL)
598 test_client_input(conn);
/dovecot/src/lib-smtp/
H A Dtest-smtp-server-errors.c63 static void (*test_client_input)(struct client_connection *conn); variable
111 test_client_input = test_slow_server_input;
216 test_client_input = test_slow_client_input;
1039 if (test_client_input != NULL)
1040 test_client_input(conn);

Completed in 722 milliseconds