# hsearch\_data ## **Overview** **Related Modules:** [UTILS](zh-cn_topic_0000001055198076.md) **Description:** Defines a hash table. ## **Summary** ## Data Fields

Variable Name

Description

__tab

struct __tab * 

__unused1

unsigned int 

__unused2

unsigned int 

## **Details** ## **Field Documentation** ## \_\_tab ``` struct __tab* hsearch_data::__tab ``` **Description:** Pointer to the hash table search entry ## \_\_unused1 ``` unsigned int hsearch_data::__unused1 ``` **Description:** Unused ## \_\_unused2 ``` unsigned int hsearch_data::__unused2 ``` **Description:** Unused