| 231 | inline void engine_data(ulonglong data_arg){ engine_data_buff= data_arg; } |
| 232 | inline my_bool is_hashed() { return hashed; } |
| 233 | inline void set_hashed(my_bool hash) { hashed= hash; } |
| 234 | inline uchar* data() |
| 235 | { |
| 236 | return (uchar*)(((uchar*)this)+ |