Lines Matching refs:hash_obj_t

34 static	hash_obj_t	*hash_table[TABLE_SIZE];
59 static hash_obj_t *
63 hash_obj_t *first_hash_obj;
64 hash_obj_t *next_hash_obj;
81 static hash_obj_t *
84 hash_obj_t *hash_obj;
92 hash_obj = malloc(sizeof (hash_obj_t));
110 static hash_obj_t *
113 hash_obj_t *hash_obj;
121 hash_obj = malloc(sizeof (hash_obj_t));
140 static hash_obj_t *
143 hash_obj_t *hash_obj;
151 hash_obj = malloc(sizeof (hash_obj_t));
170 static hash_obj_t *
173 hash_obj_t *hash_obj;
181 hash_obj = malloc(sizeof (hash_obj_t));
200 add_hashobject_to_hashtable(hash_obj_t *hash_obj)
221 add_to_sec_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj)
223 hash_obj_t *next_hash;
243 add_to_seg_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj)
245 hash_obj_t *next_hash;
265 add_to_pkt_object_list(hash_obj_t *parent_obj, hash_obj_t *child_obj)
267 hash_obj_t *next_hash;
298 static hash_obj_t *
301 hash_obj_t *hash_obj;
769 hash_obj_t *cont_hash_obj;
770 hash_obj_t *sec_hash_obj;
938 hash_obj_t *hash_object;
953 get_section(int fd, hash_obj_t *sec_hash, section_t *section)
959 hash_obj_t *seg_hash;
1127 hash_obj_t *cont_object;
1128 hash_obj_t *sec_hash;
1187 hash_obj_t *sec_object;
1225 hash_obj_t *sec_object;
1226 hash_obj_t *seg_object;
1299 hash_obj_t *cont_hash;
1300 hash_obj_t *sec_hash;
1301 hash_obj_t *seg_hash;
1476 free_pkt_object_list(hash_obj_t *hash_obj)
1478 hash_obj_t *next_obj;
1479 hash_obj_t *free_obj;
1508 free_segment_hash(handle_t handle, hash_obj_t *sec_hash)
1510 hash_obj_t *seg_hash;
1511 hash_obj_t *next_hash;
1571 hash_obj_t *seg_hash;
1572 hash_obj_t *sec_hash;
1573 hash_obj_t *cont_hash;
1574 hash_obj_t *tmp_hash;
1739 hash_obj_t *seg_hash;
1740 hash_obj_t *sec_hash;
1741 hash_obj_t *cont_hash;
1854 get_checksum_crc(hash_obj_t *seg_hash, int data_size)
1859 hash_obj_t *sec_hash;
1860 hash_obj_t *pkt_hash;
1896 get_dev_or_buffered_packets(hash_obj_t *seg_hash, int device_fd, int offset,
1908 hash_obj_t *pkt_hash_obj;
2048 get_packets(hash_obj_t *seg_hash, int device_fd, int offset, int length)
2055 get_buffered_packets(hash_obj_t *seg_hash, const char *seg_buf, size_t seg_len)
2079 hash_obj_t *cont_hash_obj;
2080 hash_obj_t *sec_hash;
2081 hash_obj_t *seg_hash;
2188 hash_obj_t *seg_hash_obj;
2189 hash_obj_t *pkt_hash_obj;
2236 hash_obj_t *packet_hash_obj;
2277 hash_obj_t *pkt_hash;
2278 hash_obj_t *seg_hash;
2279 hash_obj_t *sec_hash;
2280 hash_obj_t *cont_hash;
2391 hash_obj_t *seg_hash;
2392 hash_obj_t *sec_hash;
2393 hash_obj_t *pkt_hash;
2394 hash_obj_t *cont_hash;
2535 adjust_packets(int fd, hash_obj_t *free_obj, hash_obj_t *object_list)
2539 hash_obj_t *hash_ptr;
2562 free_packet_object(handle_t handle, hash_obj_t *seg_hash)
2564 hash_obj_t *pkt_hash;
2565 hash_obj_t *next_hash;
2626 hash_obj_t *tmp_obj;
2627 hash_obj_t *pkt_hash;
2628 hash_obj_t *sec_hash;
2629 hash_obj_t *cont_hash;
2630 hash_obj_t *prev_obj;
2631 hash_obj_t *seg_hash;
2754 hash_obj_t *hash_obj;
2755 hash_obj_t *prev_hash;
2756 hash_obj_t *sec_hash_obj;