HomeSort by: relevance | last modified time | path
    Searched refs:nfy (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
rio_notifier.h 43 int ossl_rio_notifier_init(RIO_NOTIFIER *nfy);
48 void ossl_rio_notifier_cleanup(RIO_NOTIFIER *nfy);
53 int ossl_rio_notifier_signal(RIO_NOTIFIER *nfy);
58 int ossl_rio_notifier_unsignal(RIO_NOTIFIER *nfy);
64 static ossl_inline ossl_unused int ossl_rio_notifier_as_fd(RIO_NOTIFIER *nfy)
66 return nfy->rfd;
  /src/crypto/external/apache2/openssl/dist/ssl/rio/
rio_notifier.c 147 int ossl_rio_notifier_init(RIO_NOTIFIER *nfy)
266 nfy->rfd = rfd;
267 nfy->wfd = wfd;
282 int ossl_rio_notifier_init(RIO_NOTIFIER *nfy)
323 nfy->rfd = fds[0];
324 nfy->wfd = fds[1];
335 void ossl_rio_notifier_cleanup(RIO_NOTIFIER *nfy)
337 if (nfy->rfd < 0)
340 BIO_closesocket(nfy->wfd);
341 BIO_closesocket(nfy->rfd)
    [all...]
  /src/games/hack/
hack.unix.c 468 int dx, dy, nfx = fx, nfy = fy, d1, local
480 nfy = fy + dy;
483 if (nfx != fx || nfy != fy) {
485 fy = nfy;
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_impl.c 5346 RIO_NOTIFIER *nfy; local
5354 nfy = ossl_quic_reactor_get0_notifier(rtor);
5355 if (nfy == NULL)
5357 nfd = ossl_rio_notifier_as_fd(nfy);

Completed in 19 milliseconds