Searched refs:hdr_bytes (Results 1 – 1 of 1) sorted by relevance
144 mDNSu32 hdr_bytes; // bytes of header already read member3569 if (req->hdr_bytes < sizeof(ipc_msg_hdr)) in read_msg()3571 mDNSu32 nleft = sizeof(ipc_msg_hdr) - req->hdr_bytes; in read_msg()3572 …int nread = udsSupportReadFD(req->sd, (char *)&req->hdr + req->hdr_bytes, nleft, 0, req->platform_… in read_msg()3575 req->hdr_bytes += nread; in read_msg()3576 if (req->hdr_bytes > sizeof(ipc_msg_hdr)) in read_msg()3580 if (req->hdr_bytes == sizeof(ipc_msg_hdr)) in read_msg()3603 if (req->hdr_bytes == sizeof(ipc_msg_hdr) && req->data_bytes < req->hdr.datalen) in read_msg()3667 if (req->hdr_bytes == sizeof(ipc_msg_hdr) && req->data_bytes == req->hdr.datalen) in read_msg()3875 req->hdr_bytes = 0; in request_callback()