Home
last modified time | relevance | path

Searched refs:buffer_list (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngimage.c366 struct buffer_list struct
391 buffer_destroy_list(struct buffer_list *list) in buffer_destroy_list()
395 struct buffer_list *next = list->next; in buffer_destroy_list()
404 struct buffer_list *list = buffer->first.next; in buffer_destroy()
438 static struct buffer_list *
439 buffer_extend(struct buffer_list *current) in buffer_extend()
441 struct buffer_list *add; in buffer_extend()
445 add = NEW(struct buffer_list); in buffer_extend()
461 struct buffer_list *last = &buffer->first; in buffer_from_file()
812 struct buffer_list *last = bp->current; in buffer_read()
[all …]

Completed in 5 milliseconds