HomeSort by: relevance | last modified time | path
    Searched refs:ASYNC_WAIT_CTX (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssl/dist/include/openssl/
async.h 39 typedef struct async_wait_ctx_st ASYNC_WAIT_CTX;
56 ASYNC_WAIT_CTX *ASYNC_WAIT_CTX_new(void);
57 void ASYNC_WAIT_CTX_free(ASYNC_WAIT_CTX *ctx);
58 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
61 void (*cleanup)(ASYNC_WAIT_CTX *, const void *,
63 int ASYNC_WAIT_CTX_get_fd(ASYNC_WAIT_CTX *ctx, const void *key,
65 int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd,
67 int ASYNC_WAIT_CTX_get_callback(ASYNC_WAIT_CTX *ctx,
70 int ASYNC_WAIT_CTX_set_callback(ASYNC_WAIT_CTX *ctx,
73 int ASYNC_WAIT_CTX_set_status(ASYNC_WAIT_CTX *ctx, int status)
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/openssl/
async.h 38 typedef struct async_wait_ctx_st ASYNC_WAIT_CTX;
55 ASYNC_WAIT_CTX *ASYNC_WAIT_CTX_new(void);
56 void ASYNC_WAIT_CTX_free(ASYNC_WAIT_CTX *ctx);
57 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
60 void (*cleanup)(ASYNC_WAIT_CTX *, const void *,
62 int ASYNC_WAIT_CTX_get_fd(ASYNC_WAIT_CTX *ctx, const void *key,
64 int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd,
66 int ASYNC_WAIT_CTX_get_callback(ASYNC_WAIT_CTX *ctx,
69 int ASYNC_WAIT_CTX_set_callback(ASYNC_WAIT_CTX *ctx,
72 int ASYNC_WAIT_CTX_set_status(ASYNC_WAIT_CTX *ctx, int status)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
async.h 33 typedef struct async_wait_ctx_st ASYNC_WAIT_CTX;
44 ASYNC_WAIT_CTX *ASYNC_WAIT_CTX_new(void);
45 void ASYNC_WAIT_CTX_free(ASYNC_WAIT_CTX *ctx);
46 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
49 void (*cleanup)(ASYNC_WAIT_CTX *, const void *,
51 int ASYNC_WAIT_CTX_get_fd(ASYNC_WAIT_CTX *ctx, const void *key,
53 int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd,
55 int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd,
58 int ASYNC_WAIT_CTX_clear_fd(ASYNC_WAIT_CTX *ctx, const void *key);
63 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *ctx, int *ret
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/async/
async_local.h 45 ASYNC_WAIT_CTX *waitctx;
53 void (*cleanup)(ASYNC_WAIT_CTX *, const void *, OSSL_ASYNC_FD, void *);
80 void async_wait_ctx_reset_counts(ASYNC_WAIT_CTX *ctx);
async_wait.c 15 ASYNC_WAIT_CTX *ASYNC_WAIT_CTX_new(void)
17 return OPENSSL_zalloc(sizeof(ASYNC_WAIT_CTX));
20 void ASYNC_WAIT_CTX_free(ASYNC_WAIT_CTX *ctx)
44 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
46 void (*cleanup)(ASYNC_WAIT_CTX *, const void *,
65 int ASYNC_WAIT_CTX_get_fd(ASYNC_WAIT_CTX *ctx, const void *key,
87 int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd,
110 int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd,
139 int ASYNC_WAIT_CTX_clear_fd(ASYNC_WAIT_CTX *ctx, const void *key)
184 int ASYNC_WAIT_CTX_set_callback(ASYNC_WAIT_CTX *ctx
    [all...]
async.c 175 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret,
446 ASYNC_WAIT_CTX *ASYNC_get_wait_ctx(ASYNC_JOB *job)
  /src/crypto/external/bsd/openssl/dist/crypto/async/
async_local.h 45 ASYNC_WAIT_CTX *waitctx;
53 void (*cleanup)(ASYNC_WAIT_CTX *, const void *, OSSL_ASYNC_FD, void *);
80 void async_wait_ctx_reset_counts(ASYNC_WAIT_CTX *ctx);
async_wait.c 15 ASYNC_WAIT_CTX *ASYNC_WAIT_CTX_new(void)
17 return OPENSSL_zalloc(sizeof(ASYNC_WAIT_CTX));
20 void ASYNC_WAIT_CTX_free(ASYNC_WAIT_CTX *ctx)
43 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
45 void (*cleanup)(ASYNC_WAIT_CTX *, const void *,
66 int ASYNC_WAIT_CTX_get_fd(ASYNC_WAIT_CTX *ctx, const void *key,
88 int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd,
111 int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd,
140 int ASYNC_WAIT_CTX_clear_fd(ASYNC_WAIT_CTX *ctx, const void *key)
185 int ASYNC_WAIT_CTX_set_callback(ASYNC_WAIT_CTX *ctx
    [all...]
async.c 177 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret,
449 ASYNC_WAIT_CTX *ASYNC_get_wait_ctx(ASYNC_JOB *job)
  /src/crypto/external/bsd/openssl.old/dist/crypto/async/
async_local.h 45 ASYNC_WAIT_CTX *waitctx;
52 void (*cleanup)(ASYNC_WAIT_CTX *, const void *, OSSL_ASYNC_FD, void *);
76 void async_wait_ctx_reset_counts(ASYNC_WAIT_CTX *ctx);
async_wait.c 15 ASYNC_WAIT_CTX *ASYNC_WAIT_CTX_new(void)
17 return OPENSSL_zalloc(sizeof(ASYNC_WAIT_CTX));
20 void ASYNC_WAIT_CTX_free(ASYNC_WAIT_CTX *ctx)
43 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
45 void (*cleanup)(ASYNC_WAIT_CTX *, const void *,
66 int ASYNC_WAIT_CTX_get_fd(ASYNC_WAIT_CTX *ctx, const void *key,
88 int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd,
111 int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd,
140 int ASYNC_WAIT_CTX_clear_fd(ASYNC_WAIT_CTX *ctx, const void *key)
185 void async_wait_ctx_reset_counts(ASYNC_WAIT_CTX *ctx
    [all...]
async.c 167 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret,
413 ASYNC_WAIT_CTX *ASYNC_get_wait_ctx(ASYNC_JOB *job)
  /src/crypto/external/apache2/openssl/dist/test/
asynctest.c 84 ASYNC_WAIT_CTX *waitctx;
128 ASYNC_WAIT_CTX *waitctx = NULL;
168 ASYNC_WAIT_CTX *waitctx = NULL;
200 ASYNC_WAIT_CTX *waitctx = NULL;
228 ASYNC_WAIT_CTX *waitctx = NULL;
255 ASYNC_WAIT_CTX *waitctx = NULL;
322 ASYNC_WAIT_CTX *waitctx = NULL;
346 ASYNC_WAIT_CTX *waitctx = NULL;
  /src/crypto/external/bsd/openssl/dist/test/
asynctest.c 83 ASYNC_WAIT_CTX *waitctx;
127 ASYNC_WAIT_CTX *waitctx = NULL;
167 ASYNC_WAIT_CTX *waitctx = NULL;
200 ASYNC_WAIT_CTX *waitctx = NULL;
228 ASYNC_WAIT_CTX *waitctx = NULL;
255 ASYNC_WAIT_CTX *waitctx = NULL;
322 ASYNC_WAIT_CTX *waitctx = NULL;
346 ASYNC_WAIT_CTX *waitctx = NULL;
  /src/crypto/external/bsd/openssl.old/dist/test/
asynctest.c 50 ASYNC_WAIT_CTX *waitctx;
94 ASYNC_WAIT_CTX *waitctx = NULL;
130 ASYNC_WAIT_CTX *waitctx = NULL;
158 ASYNC_WAIT_CTX *waitctx = NULL;
185 ASYNC_WAIT_CTX *waitctx = NULL;
252 ASYNC_WAIT_CTX *waitctx = NULL;
  /src/crypto/external/apache2/openssl/dist/engines/
e_afalg.c 179 static void afalg_waitfd_cleanup(ASYNC_WAIT_CTX *ctx, const void *key,
188 ASYNC_WAIT_CTX *waitctx;
199 /* Get waitfd from ASYNC_WAIT_CTX if it is already set */
204 * waitfd is not set in ASYNC_WAIT_CTX, create a new one
e_dasync.c 500 static void wait_cleanup(ASYNC_WAIT_CTX *ctx, const void *key,
519 ASYNC_WAIT_CTX *waitctx;
  /src/crypto/external/bsd/openssl/dist/engines/
e_afalg.c 179 static void afalg_waitfd_cleanup(ASYNC_WAIT_CTX *ctx, const void *key,
188 ASYNC_WAIT_CTX *waitctx;
199 /* Get waitfd from ASYNC_WAIT_CTX if it is already set */
204 * waitfd is not set in ASYNC_WAIT_CTX, create a new one
e_dasync.c 503 static void wait_cleanup(ASYNC_WAIT_CTX *ctx, const void *key,
521 ASYNC_WAIT_CTX *waitctx;
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_afalg.c 131 static void afalg_waitfd_cleanup(ASYNC_WAIT_CTX *ctx, const void *key,
140 ASYNC_WAIT_CTX *waitctx;
151 /* Get waitfd from ASYNC_WAIT_CTX if it is already set */
156 * waitfd is not set in ASYNC_WAIT_CTX, create a new one
e_dasync.c 401 static void wait_cleanup(ASYNC_WAIT_CTX *ctx, const void *key,
419 ASYNC_WAIT_CTX *waitctx;
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 1709 ASYNC_WAIT_CTX *ctx = s->waitctx;
1719 ASYNC_WAIT_CTX *ctx = s->waitctx;
1753 ASYNC_WAIT_CTX *ctx = s->waitctx;
ssl_local.h 1753 ASYNC_WAIT_CTX *waitctx;
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 2107 ASYNC_WAIT_CTX *ctx;
2121 ASYNC_WAIT_CTX *ctx;
2169 ASYNC_WAIT_CTX *ctx;
ssl_local.h 1810 ASYNC_WAIT_CTX *waitctx;

Completed in 58 milliseconds

1 2