![]() |
The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
|
Common finalization code for the FD bio write functions. More...
#include <freeradius-devel/bio/fd_errno.h>
Include dependency graph for fd_write.h:Go to the source code of this file.
Functions | |
| static bool | fr_bio_fd_write_retry (fr_bio_fd_t *my, ssize_t *rcode_p, int *tries_p, size_t size) |
| Common finalization code for the write functions. | |
Common finalization code for the FD bio write functions.
Definition in file fd_write.h.
|
inlinestatic |
Common finalization code for the write functions.
| my | the FD bio. | |
| [in,out] | rcode_p | in: the write() return code. out: what to return to the application. |
| [in,out] | tries_p | how many times we have retried on EINTR. |
| size | how many bytes the application asked us to write. |
Definition at line 42 of file fd_write.h.
Here is the call graph for this function:
Here is the caller graph for this function:
1.9.8