map16_t 24 lib/readers/swf.c map16_t*id2char; map16_t 58 lib/readers/swf.c map16_t*id2char; map16_t 75 lib/readers/swf.c map16_t* map16_new() map16_t 77 lib/readers/swf.c map16_t*map = rfx_calloc(sizeof(map16_t)); map16_t 82 lib/readers/swf.c character_t*map16_get_id(map16_t*map, int id) map16_t 88 lib/readers/swf.c void map16_free(map16_t*map) map16_t 92 lib/readers/swf.c void map16_add_id(map16_t*map, int nr, void*id) map16_t 98 lib/readers/swf.c void map16_remove_id(map16_t*map, int nr) map16_t 102 lib/readers/swf.c void map16_enumerate(map16_t*map, void (*f)(void*self, int id, void*data), void*self) map16_t 312 lib/readers/swf.c static map16_t* extractDefinitions(SWF*swf) map16_t 314 lib/readers/swf.c map16_t*map = map16_new(); map16_t 418 lib/readers/swf.c static map16_t* extractFrame(TAG*startTag, int frame_to_extract) map16_t 420 lib/readers/swf.c map16_t*depthmap = map16_new(); map16_t 568 lib/readers/swf.c map16_t* depths = extractFrame(c->tag->next, s->frameCount>0? p->age % s->frameCount : 0); map16_t 596 lib/readers/swf.c map16_t* depths = extractFrame(pi->swf.firstTag, i->frame);