Lines Matching refs:hash_obj_t

35 static hash_obj_t	*hash_table[TABLE_SIZE];
49 static hash_obj_t *
53 hash_obj_t *first_hash_obj;
54 hash_obj_t *next_hash_obj;
71 add_hashobject_to_hashtable(hash_obj_t *hash_obj)
90 static hash_obj_t *
93 hash_obj_t *hash_obj;
101 hash_obj = malloc(sizeof (hash_obj_t));
118 static hash_obj_t *
121 hash_obj_t *hash_obj;
129 hash_obj = malloc(sizeof (hash_obj_t));
147 static hash_obj_t *
150 hash_obj_t *hash_obj;
158 hash_obj = malloc(sizeof (hash_obj_t));
176 static hash_obj_t *
179 hash_obj_t *hash_obj;
187 hash_obj = malloc(sizeof (hash_obj_t));
205 static hash_obj_t *
208 hash_obj_t *hash_obj;
238 add_to_pkt_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj)
240 hash_obj_t *next_hash;
261 free_pkt_object_list(hash_obj_t *hash_obj)
263 hash_obj_t *next_obj;
264 hash_obj_t *free_obj;
294 free_segment_hash(handle_t handle, hash_obj_t *sec_hash)
296 hash_obj_t *seg_hash;
297 hash_obj_t *next_hash;
337 add_to_sec_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj)
339 hash_obj_t *next_hash;
358 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj)
360 hash_obj_t *next_hash;
514 hash_obj_t *sec_object;
515 hash_obj_t *seg_object;
593 get_section(raw_list_t *rawlist, hash_obj_t *sec_hash, section_t *section)
599 hash_obj_t *seg_hash;
703 hash_obj_t *cont_object;
704 hash_obj_t *sec_hash;
735 get_checksum_crc(hash_obj_t *seg_hash, int data_size)
740 hash_obj_t *sec_hash;
741 hash_obj_t *pkt_hash;
792 get_packets(hash_obj_t *seg_hash, raw_list_t *rawlist, int offset, int length)
803 hash_obj_t *pkt_hash_obj;
804 hash_obj_t *sec_hash;
935 hash_obj_t *hash_object;
949 hash_obj_t *sec_object;
972 hash_obj_t *cont_hash_obj;
973 hash_obj_t *seg_hash;
974 hash_obj_t *sec_hash;
1037 hash_obj_t *seg_hash_obj;
1038 hash_obj_t *pkt_hash_obj;
1071 hash_obj_t *packet_hash_obj;
1093 hash_obj_t *cont_hash_obj;
1094 hash_obj_t *sec_hash_obj;
1160 hash_obj_t *hash_obj;
1161 hash_obj_t *prev_hash;
1162 hash_obj_t *sec_hash_obj;