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

  /src/crypto/external/apache2/openssl/dist/engines/
e_afalg.h 71 aio_context_t aio_ctx; member in struct:afalg_aio_st
e_afalg.c 249 aio->aio_ctx = 0;
250 r = io_setup(MAX_INFLIGHTS, &aio->aio_ctx);
304 r = io_read(aio->aio_ctx, 1, &cb);
337 r = io_getevents(aio->aio_ctx, 1, MAX_INFLIGHTS,
350 r = io_read(aio->aio_ctx, 1, &cb);
720 io_destroy(actx->aio.aio_ctx);
  /src/crypto/external/bsd/openssl/dist/engines/
e_afalg.h 72 aio_context_t aio_ctx; member in struct:afalg_aio_st
e_afalg.c 249 aio->aio_ctx = 0;
250 r = io_setup(MAX_INFLIGHTS, &aio->aio_ctx);
304 r = io_read(aio->aio_ctx, 1, &cb);
337 r = io_getevents(aio->aio_ctx, 1, MAX_INFLIGHTS,
350 r = io_read(aio->aio_ctx, 1, &cb);
698 io_destroy(actx->aio.aio_ctx);
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_afalg.h 72 aio_context_t aio_ctx; member in struct:afalg_aio_st
e_afalg.c 201 aio->aio_ctx = 0;
202 r = io_setup(MAX_INFLIGHTS, &aio->aio_ctx);
256 r = io_read(aio->aio_ctx, 1, &cb);
280 r = io_getevents(aio->aio_ctx, 1, MAX_INFLIGHTS,
293 r = io_read(aio->aio_ctx, 1, &cb);
639 io_destroy(actx->aio.aio_ctx);

Completed in 29 milliseconds