Definition at line 270 of file dna.c.
References DIM_WARNING, DIMTCPWRRTY, DIMTCPWRTMO, dna_report_error(), size, tcpip_failure(), Tcpip_max_io_data_write, tcpip_would_block(), tcpip_write(), and tcpip_write_nowait().
Referenced by dna_test_write(), dna_write_nowait(), and do_dna_write().
272 register int size_left, wrote;
276 int retries = WRITE_RETRIES, retrying = 0;
277 float wait_time = 0.01;
285 size = (size_left > max_io_data) ? max_io_data : size_left ;
295 if(retries == WRITE_RETRIES_WNG)
301 lib$wait(&wait_time);
331 }
while(size_left > 0);
int tcpip_would_block(int code)
int tcpip_write_nowait(int conn_id, char *buffer, int size)
void dna_report_error(int conn_id, int code, char *routine_name, int severity, int errcode)
int tcpip_write(int conn_id, char *buffer, int size)
int Tcpip_max_io_data_write
int tcpip_failure(int code)