newSWFInput_file  232 mingpp.h           this->input = newSWFInput_file(f); 
newSWFInput_file  364 php_ext/ming.c 	input = newSWFInput_file(file);
newSWFInput_file 3672 py_ext/ming_wrap.c   result = newSWFInput_file(arg1);
newSWFInput_file   69 src/blocks/action.c 	SWFInput input = newSWFInput_file(file);
newSWFInput_file  230 src/blocks/dbl.c 	SWFInput input = newSWFInput_file(f);
newSWFInput_file  304 src/blocks/fdbfont.c 	input = newSWFInput_file(file);
newSWFInput_file 1339 src/blocks/fromswf.c 	input = newSWFInput_file(fp);
newSWFInput_file  361 src/blocks/input.c 	input = newSWFInput_file(file);
newSWFInput_file  438 src/blocks/jpeg.c 	SWFJpegBitmap jpeg = newSWFJpegBitmap_fromInput(newSWFInput_file(f));
newSWFInput_file  526 src/blocks/jpeg.c 		newSWFJpegWithAlpha_fromInput(newSWFInput_file(f), newSWFInput_file(alpha));
newSWFInput_file  220 src/blocks/sound.c 	SWFSound s = newSWFSound_fromInput(newSWFInput_file(f), flags);
newSWFInput_file  680 src/blocks/soundstream.c 	SWFSoundStream s = newSWFSoundStream_fromInput(newSWFInput_file(file));
newSWFInput_file   77 src/blocks/swf.h SWFInput newSWFInput_file(FILE *f);
newSWFInput_file  664 src/blocks/videostream.c 	return newSWFVideoStream_fromInput(newSWFInput_file(f));
newSWFInput_file  195 src/ming.h     SWFInput newSWFInput_file(FILE *f);
newSWFInput_file  671 util/makeswf.c         if (!(in = newSWFInput_file(raster)))
newSWFInput_file  213 util/raw2adpcm.c   input = newSWFInput_file(fp_in);