Searched refs:fdlookup (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/crypto/openssl/crypto/async/
H A Dasync_wait.c48 struct fd_lookup_st *fdlookup; local
50 if ((fdlookup = OPENSSL_zalloc(sizeof(*fdlookup))) == NULL) {
55 fdlookup->key = key;
56 fdlookup->fd = fd;
57 fdlookup->custom_data = custom_data;
58 fdlookup->cleanup = cleanup;
59 fdlookup->add = 1;
60 fdlookup->next = ctx->fds;
61 ctx->fds = fdlookup;
[all...]

Completed in 54 milliseconds