332
332
long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long))
335
long (*cb)(BIO *,int,const char *,int,long,long);
337
337
if (b == NULL) return(0);
339
339
if ((b->method == NULL) || (b->method->callback_ctrl == NULL))