Searched refs:msglen (Results 1 – 5 of 5) sorted by relevance
101 uint16_t msglen);
78 uint32_t msglen; member
275 msg.status.msglen = 0; in handle_send_file()352 msg.status.msglen = 0; in handle_send_link()
502 std::vector<char> buf(msg.status.msglen + 1); in ReportCopyFailure()503 if (!ReadFdExactly(fd, &buf[0], msg.status.msglen)) { in ReportCopyFailure()508 buf[msg.status.msglen] = 0; in ReportCopyFailure()
628 const uint8_t* p_buf, uint16_t msglen) { in UIPC_Send() argument629 BTIF_TRACE_DEBUG("UIPC_Send : ch_id:%d %d bytes", ch_id, msglen); in UIPC_Send()634 OSI_NO_INTR(ret = write(uipc_main.ch[ch_id].fd, p_buf, msglen)); in UIPC_Send()