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

/dovecot/src/lib-smtp/
H A Dtest-smtp-payload.c477 struct test_client_transaction *tctrans; local
479 tctrans = i_new(struct test_client_transaction, 1);
480 DLLIST_PREPEND(&client_requests, tctrans);
482 return tctrans;
486 test_client_transaction_destroy(struct test_client_transaction *tctrans) argument
488 if (tctrans->trans != NULL)
489 smtp_client_transaction_destroy(&tctrans->trans);
490 io_remove(&tctrans->io);
491 i_stream_unref(&tctrans->file);
493 DLLIST_REMOVE(&client_requests, tctrans);
521 test_client_transaction_finish(struct test_client_transaction *tctrans) argument
528 test_client_transaction_rcpt(const struct smtp_reply *reply, struct test_client_transaction *tctrans) argument
549 test_client_transaction_rcpt_data(const struct smtp_reply *reply ATTR_UNUSED, struct test_client_transaction *tctrans) argument
570 test_client_transaction_data(const struct smtp_reply *reply, struct test_client_transaction *tctrans) argument
606 struct test_client_transaction *tctrans; local
[all...]

Completed in 31 milliseconds