Lines Matching refs:BIO_CONNECT
40 } BIO_CONNECT;
50 static int conn_state(BIO *b, BIO_CONNECT *c);
52 BIO_CONNECT *BIO_CONNECT_new(void);
53 void BIO_CONNECT_free(BIO_CONNECT *a);
78 static int conn_state(BIO *b, BIO_CONNECT *c)
252 BIO_CONNECT *BIO_CONNECT_new(void)
254 BIO_CONNECT *ret;
265 void BIO_CONNECT_free(BIO_CONNECT *a)
293 BIO_CONNECT *c;
295 c = (BIO_CONNECT *)bio->ptr;
307 BIO_CONNECT *data;
311 data = (BIO_CONNECT *)a->ptr;
326 BIO_CONNECT *data;
328 data = (BIO_CONNECT *)b->ptr;
357 BIO_CONNECT *data;
359 data = (BIO_CONNECT *)b->ptr;
391 BIO_CONNECT *data;
396 data = (BIO_CONNECT *)b->ptr;
585 BIO_CONNECT *data;
587 data = (BIO_CONNECT *)b->ptr;