Lines Matching refs:writefd
525 OSSL_ASYNC_FD *writefd;
551 (void **)&writefd)) {
552 pipefds[1] = *writefd;
554 writefd = OPENSSL_malloc(sizeof(*writefd));
555 if (writefd == NULL)
559 OPENSSL_free(writefd);
564 OPENSSL_free(writefd);
568 *writefd = pipefds[1];
571 writefd, wait_cleanup)) {
572 wait_cleanup(waitctx, engine_dasync_id, pipefds[0], writefd);