Searched refs:bgets (Results 1 – 3 of 3) sorted by relevance
295 if ((b == NULL) || (b->method == NULL) || (b->method->bgets == NULL)) in BIO_gets()313 i=b->method->bgets(b,in,inl); in BIO_gets()
303 int (*bgets)(BIO *, char *, int); member