Searched refs:hdr_bytes (Results 1 – 1 of 1) sorted by relevance
144 mDNSu32 hdr_bytes; // bytes of header already read member3563 if (req->hdr_bytes < sizeof(ipc_msg_hdr)) in read_msg()3565 mDNSu32 nleft = sizeof(ipc_msg_hdr) - req->hdr_bytes; in read_msg()3566 …int nread = udsSupportReadFD(req->sd, (char *)&req->hdr + req->hdr_bytes, nleft, 0, req->platform_… in read_msg()3569 req->hdr_bytes += nread; in read_msg()3570 if (req->hdr_bytes > sizeof(ipc_msg_hdr)) in read_msg()3574 if (req->hdr_bytes == sizeof(ipc_msg_hdr)) in read_msg()3597 if (req->hdr_bytes == sizeof(ipc_msg_hdr) && req->data_bytes < req->hdr.datalen) in read_msg()3661 if (req->hdr_bytes == sizeof(ipc_msg_hdr) && req->data_bytes == req->hdr.datalen) in read_msg()3869 req->hdr_bytes = 0; in request_callback()