Searched defs:command_length (Results 1 – 3 of 3) sorted by relevance
346 const uint32_t command_length = 8 + 2 + 2 + ::strlen(greeting) + 1; in SendRequestConnect() local372 const uint32_t command_length = 8 + 2; in SendRequestReattach() local405 const uint32_t command_length = 8; in SendRequestVersion() local491 const uint32_t command_length = 8; in SendRequestHostInfo() local521 const uint32_t command_length = 8; in SendRequestKernelVersion() local537 const uint32_t command_length = 8; in SendRequestDisconnect() local556 const uint32_t command_length = 8 + command_addr_byte_size + 4; in SendRequestReadMemory() local595 const uint32_t command_length = 8 + command_addr_byte_size + 4 + src_len; in SendRequestWriteMemory() local626 const uint32_t command_length = 8 + src_len; in SendRawRequest() local1176 const uint32_t command_length = 8 + 4 + 4; in SendRequestReadRegisters() local[all …]
38 size_t command_length; member
364 def command_length(self): member in glx_function