Home
last modified time | relevance | path

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

/dports/graphics/swftools/swftools-0.9.2/lib/as3/
H A Dabc.c636 array_t*items = (array_t*)array_getvalue(file->metadata, t); in swf_DumpABC()
968 abc_class_t*c = (abc_class_t*)array_getvalue(file->classes, t); in writeABC()
999 abc_method_t*m = (abc_method_t*)array_getvalue(file->methods, t); in writeABC()
1003 abc_class_t*c = (abc_class_t*)array_getvalue(file->classes, t); in writeABC()
1032 abc_class_t*c = (abc_class_t*)array_getvalue(file->classes, t); in writeABC()
1055 abc_method_t*m = (abc_method_t*)array_getvalue(file->methods, t); in writeABC()
1104 array_t*items = (array_t*)array_getvalue(file->metadata, t); in writeABC()
1117 abc_class_t*c = (abc_class_t*)array_getvalue(file->classes, t); in writeABC()
1144 abc_class_t*c = (abc_class_t*)array_getvalue(file->classes, t); in writeABC()
1153 abc_script_t*s = (abc_script_t*)array_getvalue(file->scripts, t); in writeABC()
[all …]
H A Dassets.c88 abc_class_t*cls = (abc_class_t*)array_getvalue(file->classes, t); in swf_ResolveAssets()
159 abc_class_t*cls = (abc_class_t*)array_getvalue(file->classes, t); in swf_WriteABCSymbols()
167 abc_class_t*cls = (abc_class_t*)array_getvalue(file->classes, t); in swf_WriteABCSymbols()
189 abc_asset_t*a = ((abc_class_t*)array_getvalue(file->classes, t))->asset; in swf_AssetsToTags()
H A Dimport.c300 abc_class_t*cls = array_getvalue(abc->classes, t); in import_code()
326 abc_class_t*cls = array_getvalue(abc->classes, t); in import_code()
414 trait_list_t*l = ((abc_script_t*)array_getvalue(abc->scripts, t))->traits; in import_code()
422 trait_list_t*l = ((abc_script_t*)array_getvalue(abc->scripts, t))->traits; in import_code()
H A Dpool.c1220 int freq = (int)(ptroff_t)array_getvalue(pool->x_ints, t); in pool_dump()
1226 int freq = (int)(ptroff_t)array_getvalue(pool->x_uints, t); in pool_dump()
1232 int freq = (int)(ptroff_t)array_getvalue(pool->x_floats, t); in pool_dump()
1238 int freq = (int)(ptroff_t)array_getvalue(pool->x_strings, t); in pool_dump()
1247 int freq = (int)(ptroff_t)array_getvalue(pool->x_namespaces, t); in pool_dump()
1255 int freq = (int)(ptroff_t)array_getvalue(pool->x_namespace_sets, t); in pool_dump()
1264 int freq = (int)(ptroff_t)array_getvalue(pool->x_multinames, t); in pool_dump()
H A Dcode.c334 data = array_getvalue(file->methods, swf_GetU30(tag)); in code_parse()
336 data = array_getvalue(file->classes, swf_GetU30(tag)); in code_parse()
338 data = array_getvalue(file->method_bodies, swf_GetU30(tag)); in code_parse()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dq.h274 void*array_getvalue(array_t*array, int nr);
H A Dq.c1514 void*array_getvalue(array_t*array, int nr) { in array_getvalue() function