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

/dovecot/src/lib-http/
H A Dtest-http-payload.c645 struct test_client_request *tcreq; local
647 tcreq = i_new(struct test_client_request, 1);
648 DLLIST_PREPEND(&client_requests, tcreq);
650 return tcreq;
654 test_client_request_destroy(struct test_client_request *tcreq) argument
656 io_remove(&tcreq->io);
657 i_stream_unref(&tcreq->payload);
658 i_stream_unref(&tcreq->file);
660 DLLIST_REMOVE(&client_requests, tcreq);
661 i_free(tcreq);
667 struct test_client_request *tcreq; local
734 test_client_download_payload_input(struct test_client_request *tcreq) argument
809 test_client_download_response(const struct http_response *resp, struct test_client_request *tcreq) argument
890 struct test_client_request *tcreq; local
971 test_client_echo_payload_input(struct test_client_request *tcreq) argument
1046 test_client_echo_response(const struct http_response *resp, struct test_client_request *tcreq) argument
1117 struct test_client_request *tcreq; local
[all...]

Completed in 11 milliseconds