Searched refs:shutdown (Results 1 – 14 of 14) sorted by relevance
86 int (*shutdown) (X509_LOOKUP *ctx)) in X509_LOOKUP_meth_set_shutdown()88 method->shutdown = shutdown; in X509_LOOKUP_meth_set_shutdown()95 return method->shutdown; in X509_LOOKUP_meth_get_shutdown()
79 int (*shutdown) (X509_LOOKUP *ctx); member
71 if (ctx->method->shutdown != NULL) in X509_LOOKUP_shutdown()72 return ctx->method->shutdown(ctx); in X509_LOOKUP_shutdown()
104 if (a->shutdown) { in sock_free()188 if (b->shutdown) { in sock_ctrl()194 b->shutdown = (int)num; in sock_ctrl()209 ret = b->shutdown; in sock_ctrl()212 b->shutdown = (int)num; in sock_ctrl()
103 if (a->shutdown) { in fd_free()163 b->shutdown = (int)num; in fd_ctrl()176 ret = b->shutdown; in fd_ctrl()179 b->shutdown = (int)num; in fd_ctrl()
122 if (a->shutdown) { in file_free()209 b->shutdown = (int)num & BIO_CLOSE; in file_ctrl()260 b->shutdown = (int)num & BIO_CLOSE; in file_ctrl()308 ret = (long)b->shutdown; in file_ctrl()311 b->shutdown = (int)num; in file_ctrl()
125 bi->shutdown = 1; in mem_init()162 if (a->shutdown && a->init && a->ptr != NULL) { in mem_buf_free()305 b->shutdown = (int)num; in mem_ctrl()319 ret = (long)b->shutdown; in mem_ctrl()322 b->shutdown = (int)num; in mem_ctrl()
87 bi->shutdown = 1; in acpt_new()123 shutdown(c->accept_sock, 2); in acpt_close_socket()138 if (a->shutdown) { in acpt_free()474 b->shutdown = (int)num; in acpt_ctrl()523 ret = b->shutdown; in acpt_ctrl()526 b->shutdown = (int)num; in acpt_ctrl()
90 bio->shutdown = 1; in BIO_new_ex()174 a->shutdown = shut; in BIO_set_shutdown()179 return a->shutdown; in BIO_get_shutdown()878 new_bio->shutdown = bio->shutdown; in BIO_dup_chain()
340 shutdown(bio->num, 2); in conn_close_socket()356 if (a->shutdown) { in conn_free()658 ret = b->shutdown; in conn_ctrl()661 b->shutdown = (int)num; in conn_ctrl()
108 int shutdown; member
536 ret = bio->shutdown; in bio_ctrl()540 bio->shutdown = (int)num; in bio_ctrl()
293 if (a->shutdown) { in dgram_clear()580 b->shutdown = (int)num; in dgram_ctrl()604 ret = b->shutdown; in dgram_ctrl()607 b->shutdown = (int)num; in dgram_ctrl()
1577 SSL_R_PROTOCOL_IS_SHUTDOWN:207:protocol is shutdown1604 SSL_R_SHUTDOWN_WHILE_IN_INIT:407:shutdown while in init
Completed in 43 milliseconds