Lines Matching refs:t_error
87 t_error, enumerator
3546 if (req->ts == t_terminated || req->ts == t_error) in read_msg()
3547 …R: read_msg called with transfer state terminated or error", req->sd); req->ts = t_error; return; } in read_msg()
3556 req->ts = t_error; in read_msg()
3561 … read_msg called with invalid transfer state (%d)", req->sd, req->ts); req->ts = t_error; return; } in read_msg()
3571 …{ LogMsg("%3d: ERROR: read_msg - read too many header bytes", req->sd); req->ts = t_error; return;… in read_msg()
3578 …on 0x%08X daemon version 0x%08X", req->sd, req->hdr.version, VERSION); req->ts = t_error; return; } in read_msg()
3584 …alen %u (0x%X) > 70000", req->sd, req->hdr.datalen, req->hdr.datalen); req->ts = t_error; return; } in read_msg()
3586 if (!req->msgbuf) { my_perror("ERROR: malloc"); req->ts = t_error; return; } in read_msg()
3621 … { LogMsg("%3d: ERROR: read_msg - read too many data bytes", req->sd); req->ts = t_error; return; } in read_msg()
3653 req->ts = t_error; in read_msg()
3687 …g("%3d: read_msg: ERROR failed to get errsd via SCM_RIGHTS", req->sd); req->ts = t_error; return; } in read_msg()
3693 if (!dnssd_SocketValid(req->errsd)) { my_perror("ERROR: socket"); req->ts = t_error; return; } in read_msg()
3706 req->ts = t_error; in read_msg()
3722 req->ts = t_error; in read_msg()
3735 req->ts = t_error; in read_msg()
3756 if (req->ts == t_terminated || req->ts == t_error) { AbortUnlinkAndFree(req); return; } in request_callback()
4656 return(t_error); in send_msg()
4696 else if (result == t_terminated || result == t_error) in udsserver_idle()