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

/dovecot/src/lib-smtp/
H A Dtest-smtp-payload.c470 static struct test_client_transaction *client_requests; variable in typeref:struct:test_client_transaction
480 DLLIST_PREPEND(&client_requests, tctrans);
493 DLLIST_REMOVE(&client_requests, tctrans);
/dovecot/src/lib-http/
H A Dtest-http-payload.c638 static struct test_client_request *client_requests; variable in typeref:struct:test_client_request
648 DLLIST_PREPEND(&client_requests, tcreq);
660 DLLIST_REMOVE(&client_requests, tcreq);
671 for (tcreq = client_requests; tcreq != NULL;

Completed in 1227 milliseconds