blockParse         50 util/main.c    SWF_Parserstruct *blockParse (FILE *f, int length, SWFBlocktype header);
blockParse        265 util/main.c    		blockp= blockParse(f, length, type);
blockParse         33 util/parser.c  extern SWF_Parserstruct *blockParse (FILE *f, int length, SWFBlocktype header);
blockParse       2224 util/parser.c  	  parserrec->Tags[numblocks++]=blockParse(f,splength,type);