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

/dovecot/src/lib-program-client/
H A Dtest-program-client-net.c100 int test_program_input_handle(struct test_client *client, const char *line) function
201 if (test_program_input_handle(client, NULL)==0 &&
206 ret = test_program_input_handle(client, line);
208 ret = test_program_input_handle(client, NULL);
H A Dtest-program-client-unix.c82 int test_program_input_handle(struct test_client *client, const char *line) function
168 ret = test_program_input_handle(client, NULL);
173 if (test_program_input_handle(client, line) < 0) {

Completed in 10 milliseconds