Searched refs:opcodesStringsCount (Results 1 – 1 of 1) sorted by relevance
255 static size_t opcodesStringsCount = 0; in CheckOpcodes() local264 if( !opcodesStringsCount || opcodes_pointer != (size_t)opcodes ){ in CheckOpcodes()265 while( *(opcodes + opcodesStringsCount)!= nullptr ){ in CheckOpcodes()266 if( (i=strlen(*(opcodes + opcodesStringsCount))) > maxOpcodesLength ) in CheckOpcodes()268 opcodesStringsCount++; in CheckOpcodes()281 for( UINT idx=0; idx<opcodesStringsCount; ++idx ){ in CheckOpcodes()