Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 14 of 14) sorted by relevance

/crypto/x509/
A Dx509_meth.c86 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()
A Dx509_local.h79 int (*shutdown) (X509_LOOKUP *ctx); member
A Dx509_lu.c71 if (ctx->method->shutdown != NULL) in X509_LOOKUP_shutdown()
72 return ctx->method->shutdown(ctx); in X509_LOOKUP_shutdown()
/crypto/bio/
A Dbss_sock.c104 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()
A Dbss_fd.c103 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()
A Dbss_file.c122 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()
A Dbss_mem.c125 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()
A Dbss_acpt.c87 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()
A Dbio_lib.c90 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()
A Dbss_conn.c340 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()
A Dbio_local.h108 int shutdown; member
A Dbss_bio.c536 ret = bio->shutdown; in bio_ctrl()
540 bio->shutdown = (int)num; in bio_ctrl()
A Dbss_dgram.c293 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()
/crypto/err/
A Dopenssl.txt1577 SSL_R_PROTOCOL_IS_SHUTDOWN:207:protocol is shutdown
1604 SSL_R_SHUTDOWN_WHILE_IN_INIT:407:shutdown while in init

Completed in 43 milliseconds