pool_lookup_string 80 lib/as3/abc.c const char*entry_name = pool_lookup_string(pool, swf_GetU30(tag)); pool_lookup_string 88 lib/as3/abc.c const char*key = i1?pool_lookup_string(pool, i1):""; pool_lookup_string 89 lib/as3/abc.c const char*value = i2?pool_lookup_string(pool, i2):""; pool_lookup_string 772 lib/as3/abc.c m->name = strdup(pool_lookup_string(pool, namenr)); pool_lookup_string 798 lib/as3/abc.c const char*name = pool_lookup_string(pool, swf_GetU30(tag)); pool_lookup_string 342 lib/as3/code.c code->data[0] = strdup((char*)pool_lookup_string(pool, swf_GetU30(tag))); pool_lookup_string 1134 lib/as3/pool.c name = pool_lookup_string(pool, namenr); pool_lookup_string 1179 lib/as3/pool.c m.name = pool_lookup_string(pool, name_index); pool_lookup_string 1183 lib/as3/pool.c m.name = pool_lookup_string(pool, name_index); pool_lookup_string 1189 lib/as3/pool.c m.name = pool_lookup_string(pool, name_index); pool_lookup_string 158 lib/as3/pool.h const char*pool_lookup_string(pool_t*pool, int i);