Searched refs:frame8 (Results 1 – 1 of 1) sorted by relevance
701 char *frame8 = new (std::nothrow) char[len]; in getstring() local702 if (frame8 != NULL) { in getstring()704 frame8[i] = framedata[i]; in getstring()706 id->setTo(frame8, len); in getstring()707 delete [] frame8; in getstring()