Searched refs:sreq (Results 1 – 3 of 3) sorted by relevance
83 uv_shutdown_t* sreq; in after_read() local91 sreq = malloc(sizeof* sreq); in after_read()93 ASSERT_EQ(0, uv_shutdown(sreq, handle, after_shutdown)); in after_read()142 ASSERT_EQ(0, uv_shutdown(malloc(sizeof* sreq), handle, on_shutdown)); in after_read()
233 const sreq = new stream_wrap.ShutdownWrap(); constant236 testUninitialized(sreq, 'ShutdownWrap');238 sreq.oncomplete = common.mustCall(() => {247 handle.shutdown(sreq);248 testInitialized(sreq, 'ShutdownWrap');
25 -key skey.pem -out sreq.pem -new27 $OPENSSL x509 -req -in sreq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \