Lines Matching refs:c_fd
66 int c_fd; member
652 if (h->c_fd >= 0) { in helper_cleanup()
653 BIO_closesocket(h->c_fd); in helper_cleanup()
654 h->c_fd = -1; in helper_cleanup()
686 h->c_fd = -1; in helper_init()
773 h->c_fd = BIO_socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP, 0); in helper_init()
774 if (!TEST_int_ge(h->c_fd, 0)) in helper_init()
777 if (!TEST_true(BIO_socket_nbio(h->c_fd, 1))) in helper_init()
780 if (!TEST_ptr(h->c_net_bio = h->c_net_bio_own = BIO_new_dgram(h->c_fd, 0))) in helper_init()
1900 BIO_closesocket(h->c_fd); in run_script_worker()
1901 h->c_fd = -1; in run_script_worker()