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

  /src/crypto/external/apache2/openssl/dist/engines/
e_afalg.c 60 #ifndef SPLICE_F_GIFT
61 #define SPLICE_F_GIFT (0x08)
541 ret = vmsplice(actx->zc_pipe[1], &iov, 1, SPLICE_F_GIFT);
  /src/crypto/external/bsd/openssl/dist/engines/
e_afalg.c 59 # ifndef SPLICE_F_GIFT
60 # define SPLICE_F_GIFT (0x08)
519 ret = vmsplice(actx->zc_pipe[1], &iov, 1, SPLICE_F_GIFT);
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_afalg.c 56 # ifndef SPLICE_F_GIFT
57 # define SPLICE_F_GIFT (0x08)
461 ret = vmsplice(actx->zc_pipe[1], &iov, 1, SPLICE_F_GIFT);

Completed in 24 milliseconds