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

  /src/crypto/external/apache2/openssl/dist/engines/
e_afalg.c 134 static ossl_inline int io_getevents(aio_context_t ctx, long min, long max, function
337 r = io_getevents(aio->aio_ctx, 1, MAX_INFLIGHTS,
393 ALG_PERR("%s(%d): io_getevents failed : ", __FILE__, __LINE__);
  /src/crypto/external/bsd/openssl/dist/engines/
e_afalg.c 134 static ossl_inline int io_getevents(aio_context_t ctx, long min, long max, function
337 r = io_getevents(aio->aio_ctx, 1, MAX_INFLIGHTS,
371 ALG_PERR("%s(%d): io_getevents failed : ", __FILE__, __LINE__);
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_afalg.c 124 static ossl_inline int io_getevents(aio_context_t ctx, long min, long max, function
280 r = io_getevents(aio->aio_ctx, 1, MAX_INFLIGHTS,
314 ALG_PERR("%s(%d): io_getevents failed : ", __FILE__, __LINE__);

Completed in 28 milliseconds