Lines Matching defs:fds
1167 BIO_printf(bio_err, "Too many fds in ASYNC_WAIT_CTX\n");
1211 BIO_printf(bio_err, "Too many fds in ASYNC_WAIT_CTX\n");
3422 int *fds;
3426 fds = app_malloc(sizeof(*fds) * multi, "fd buffer for do_multi");
3436 fds[n] = fd[0];
3447 OPENSSL_free(fds);
3459 if ((f = fdopen(fds[n], "r")) == NULL) {
3462 OPENSSL_free(fds);
3586 OPENSSL_free(fds);