Searched defs:test_client (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-program-client/
H A Dtest-program-client-net.c42 struct test_client *client;
48 struct test_client { struct
80 void test_program_client_destroy(struct test_client **_client)
82 struct test_client *client = *_client;
100 int test_program_input_handle(struct test_client *client, const char *line)
160 void test_program_run(struct test_client *client)
195 void test_program_input(struct test_client *client)
241 struct test_client *client = p_new(pool, struct test_client, 1);
H A Dtest-program-client-unix.c41 struct test_client *client;
45 struct test_client { struct
63 void test_program_client_destroy(struct test_client **_client)
65 struct test_client *client = *_client;
82 int test_program_input_handle(struct test_client *client, const char *line)
136 void test_program_run(struct test_client *client)
160 void test_program_input(struct test_client *client)
205 struct test_client *client = p_new(pool, struct test_client, 1);
/dovecot/src/lib-smtp/
H A Dtest-smtp-payload.c721 test_client(enum smtp_protocol protocol, function
881 SMTP_CAPABILITY_DSN, test_client);
890 test_client);
898 SMTP_CAPABILITY_DSN, test_client);
907 test_client);

Completed in 1881 milliseconds