Home
last modified time | relevance | path

Searched refs:sreq (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/sequential/
Dtest-async-wrap-getasyncid.js246 const sreq = new stream_wrap.ShutdownWrap(); constant
249 testUninitialized(sreq, 'ShutdownWrap');
251 sreq.oncomplete = common.mustCall(() => {
260 handle.shutdown(sreq);
261 testInitialized(sreq, 'ShutdownWrap');
/third_party/libuv/test/
Decho-server.c83 uv_shutdown_t* sreq; in after_read() local
91 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()
/third_party/openssl/demos/certs/apps/
Dmkacerts.sh25 -key skey.pem -out sreq.pem -new
27 $OPENSSL x509 -req -in sreq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h82415 struct PptpStartSessionRequest sreq; member