uint16_t hash_item_get_key_len(const hash_item *item); uint32_t hash_item_get_data_len(const hash_item *item); char *hash_item_get_key(const hash_item *item); char ...
// you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 ...