Lines Matching refs:t_error
87 t_error, enumerator
3552 if (req->ts == t_terminated || req->ts == t_error) in read_msg()
3553 …R: read_msg called with transfer state terminated or error", req->sd); req->ts = t_error; return; } in read_msg()
3562 req->ts = t_error; in read_msg()
3567 … read_msg called with invalid transfer state (%d)", req->sd, req->ts); req->ts = t_error; return; } in read_msg()
3577 …{ LogMsg("%3d: ERROR: read_msg - read too many header bytes", req->sd); req->ts = t_error; return;… in read_msg()
3584 …on 0x%08X daemon version 0x%08X", req->sd, req->hdr.version, VERSION); req->ts = t_error; return; } in read_msg()
3590 …alen %u (0x%X) > 70000", req->sd, req->hdr.datalen, req->hdr.datalen); req->ts = t_error; return; } in read_msg()
3592 if (!req->msgbuf) { my_perror("ERROR: malloc"); req->ts = t_error; return; } in read_msg()
3627 … { LogMsg("%3d: ERROR: read_msg - read too many data bytes", req->sd); req->ts = t_error; return; } in read_msg()
3659 req->ts = t_error; in read_msg()
3693 …g("%3d: read_msg: ERROR failed to get errsd via SCM_RIGHTS", req->sd); req->ts = t_error; return; } in read_msg()
3699 if (!dnssd_SocketValid(req->errsd)) { my_perror("ERROR: socket"); req->ts = t_error; return; } in read_msg()
3712 req->ts = t_error; in read_msg()
3728 req->ts = t_error; in read_msg()
3741 req->ts = t_error; in read_msg()
3762 if (req->ts == t_terminated || req->ts == t_error) { AbortUnlinkAndFree(req); return; } in request_callback()
4662 return(t_error); in send_msg()
4702 else if (result == t_terminated || result == t_error) in udsserver_idle()