Lines Matching refs:on
23 res.on('data', common.mustCall((data) => {
26 res.on('end', common.mustCall());
49 res.on('data', common.mustCall((data) => {
52 res.on('end', common.mustCall(cb));
69 req.on('data', common.mustCall(function test3_req_data(data) {
82 clientSide.on('end', common.mustCall());
83 serverSide.on('end', common.mustCall());
91 res.on('data', common.mustCall(function test3_res_data(data) {
94 res.on('end', common.mustCall());
107 req.on('data', common.mustCall(function test4_req_data(data) {
122 clientSide.on('end', common.mustCall());
123 serverSide.on('end', common.mustCall());
132 res.on('data', common.mustCall(function test4_res_data(data) {
135 res.on('end', common.mustCall());
149 server.on('clientError', common.mustCall());