Lines Matching refs:IDAT_list
611 struct IDAT_list struct
613 struct IDAT_list *next; /* Linked list */ argument
621 IDAT_list_init(struct IDAT_list *list) in IDAT_list_init() argument
630 IDAT_list_size(struct IDAT_list *list, unsigned int length) in IDAT_list_size()
641 IDAT_list_end(struct IDAT_list *IDAT_list) in IDAT_list_end() argument
643 struct IDAT_list *list = IDAT_list->next; in IDAT_list_end()
645 CLEAR(*IDAT_list); in IDAT_list_end()
649 struct IDAT_list *next = list->next; in IDAT_list_end()
657 static struct IDAT_list *
658 IDAT_list_extend(struct IDAT_list *tail) in IDAT_list_extend()
661 struct IDAT_list *next = tail->next; in IDAT_list_extend()
673 next = voidcast(IDAT_list*, malloc(IDAT_list_size(NULL, length))); in IDAT_list_extend()
718 struct IDAT_list idat_cache; /* Cache of file IDAT information buffers */
1756 struct IDAT_list *idat_list_head; /* START of the list of IDAT information */
1757 struct IDAT_list *idat_list_tail; /* *END* of the list of IDAT information */
1760 struct IDAT_list *idat_cur; /* Current list entry */
1835 const struct IDAT_list *cur; in rechunk_length()
1870 struct IDAT_list *cur = idat->idat_cur; in rechunk_length()
1924 struct IDAT_list *list; in process_IDAT()
2503 struct IDAT_list *list = zlib->idat->idat_list_head; in zlib_run()
2504 struct IDAT_list *last = zlib->idat->idat_list_tail; in zlib_run()
2543 struct IDAT_list *check = list; in zlib_run()
3375 struct IDAT_list *cur = idat->idat_cur; in read_callback()