fd_read
while (ptr < end && fd_read(bp, ptr, 1) > 0) {
static int fd_read(BIO *h, char *buf, int size);
fd_read,