![]() |
The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
|
Common finalization code for the FD bio read functions. More...
#include <freeradius-devel/bio/fd_errno.h>
Include dependency graph for fd_read.h:Go to the source code of this file.
Functions | |
| static bool | fr_bio_fd_read_retry (fr_bio_fd_t *my, ssize_t *rcode_p, int *tries_p) |
| Common finalization code for the read functions. | |
Common finalization code for the FD bio read functions.
Definition in file fd_read.h.
|
inlinestatic |
Common finalization code for the read functions.
The caller must not pass rcode==0. A read of 0 means different things for datagram and stream sockets, so each caller deals with it before getting here.
| my | the FD bio. | |
| [in,out] | rcode_p | in: the read() return code. out: what to return to the application. |
| [in,out] | tries_p | how many times we have retried on EINTR. |
Definition at line 44 of file fd_read.h.
Here is the call graph for this function:
Here is the caller graph for this function:
1.9.8