Searched refs:BIO_dup_state (Results 1 – 3 of 3) sorted by relevance
492 if (!BIO_dup_state(bio,(char *)new)) in BIO_dup_chain()
463 #define BIO_dup_state(b,ret) BIO_ctrl(b,BIO_CTRL_DUP,0,(char *)(ret)) macro
1978 if (!BIO_dup_state(s->rbio,(char *)&ret->rbio)) in SSL_dup()1985 if (!BIO_dup_state(s->wbio,(char *)&ret->wbio)) in SSL_dup()