Lines Matching defs:command_length

345   const uint32_t command_length = 8 + 2 + 2 + ::strlen(greeting) + 1;
346 MakeRequestPacketHeader(command, request_packet, command_length);
371 const uint32_t command_length = 8 + 2;
372 MakeRequestPacketHeader(command, request_packet, command_length);
404 const uint32_t command_length = 8;
405 MakeRequestPacketHeader(command, request_packet, command_length);
490 const uint32_t command_length = 8;
491 MakeRequestPacketHeader(command, request_packet, command_length);
520 const uint32_t command_length = 8;
521 MakeRequestPacketHeader(command, request_packet, command_length);
536 const uint32_t command_length = 8;
537 MakeRequestPacketHeader(command, request_packet, command_length);
555 const uint32_t command_length = 8 + command_addr_byte_size + 4;
556 MakeRequestPacketHeader(command, request_packet, command_length);
594 const uint32_t command_length = 8 + command_addr_byte_size + 4 + src_len;
595 MakeRequestPacketHeader(command, request_packet, command_length);
625 const uint32_t command_length = 8 + src_len;
627 MakeRequestPacketHeader(command, request_packet, command_length);
1175 const uint32_t command_length = 8 + 4 + 4;
1176 MakeRequestPacketHeader(command, request_packet, command_length);
1218 const uint32_t command_length = 8 + 4 + 4 + src_len;
1219 MakeRequestPacketHeader(command, request_packet, command_length);
1242 const uint32_t command_length = 12;
1243 MakeRequestPacketHeader(command, request_packet, command_length);
1259 const uint32_t command_length = 8 + command_addr_byte_size;
1260 MakeRequestPacketHeader(command, request_packet, command_length);
1277 const uint32_t command_length = 8;
1278 MakeRequestPacketHeader(command, request_packet, command_length);