Searched defs:command_length (Results 1 – 2 of 2) sorted by relevance
408 const uint32_t command_length = 8 + 2 + 2 + ::strlen(greeting) + 1; in SendRequestConnect() local437 const uint32_t command_length = 8 + 2; in SendRequestReattach() local476 const uint32_t command_length = 8; in SendRequestVersion() local613 const uint32_t command_length = 8; in SendRequestHostInfo() local648 const uint32_t command_length = 8; in SendRequestKernelVersion() local666 const uint32_t command_length = 8; in SendRequestDisconnect() local688 const uint32_t command_length = 8 + command_addr_byte_size + 4; in SendRequestReadMemory() local733 const uint32_t command_length = 8 + command_addr_byte_size + 4 + src_len; in SendRequestWriteMemory() local768 const uint32_t command_length = 8 + src_len; in SendRawRequest() local1326 const uint32_t command_length = 8 + 4 + 4; in SendRequestReadRegisters() local[all …]
372 def command_length(self): member in glx_function