Searched refs:data_offset (Results 1 – 1 of 1) sorted by relevance
573 uint32_t data_offset = cursor + sizeof(dm_target_spec); in GetTable() local577 if (next_cursor > data_offset) { in GetTable()579 data = std::string(&buffer[data_offset], next_cursor - data_offset).c_str(); in GetTable()