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

  /src/crypto/external/apache2/openssl/dist/engines/
e_afalg.h 88 int zc_pipe[2]; member in struct:afalg_ctx_st
e_afalg.c 541 ret = vmsplice(actx->zc_pipe[1], &iov, 1, SPLICE_F_GIFT);
547 ret = splice(actx->zc_pipe[0], NULL, actx->sfd, NULL, inl, 0);
633 pipe(actx->zc_pipe);
714 close(actx->zc_pipe[0]);
715 close(actx->zc_pipe[1]);
  /src/crypto/external/bsd/openssl/dist/engines/
e_afalg.h 89 int zc_pipe[2]; member in struct:afalg_ctx_st
e_afalg.c 519 ret = vmsplice(actx->zc_pipe[1], &iov, 1, SPLICE_F_GIFT);
525 ret = splice(actx->zc_pipe[0], NULL, actx->sfd, NULL, inl, 0);
611 pipe(actx->zc_pipe);
692 close(actx->zc_pipe[0]);
693 close(actx->zc_pipe[1]);
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_afalg.h 89 int zc_pipe[2]; member in struct:afalg_ctx_st
e_afalg.c 461 ret = vmsplice(actx->zc_pipe[1], &iov, 1, SPLICE_F_GIFT);
467 ret = splice(actx->zc_pipe[0], NULL, actx->sfd, NULL, inl, 0);
552 pipe(actx->zc_pipe);
633 close(actx->zc_pipe[0]);
634 close(actx->zc_pipe[1]);

Completed in 35 milliseconds