Searched refs:framedatacopy (Results 1 – 1 of 1) sorted by relevance
589 char16_t *framedatacopy = NULL; in getstring() local592 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()593 if (framedatacopy == NULL) { in getstring()597 framedatacopy[i] = bswap_16(framedata[i]); in getstring()599 framedata = framedatacopy; in getstring()603 if (framedatacopy != NULL) { in getstring()604 delete[] framedatacopy; in getstring()614 char16_t *framedatacopy = NULL; in getstring() local620 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()621 if (framedatacopy == NULL) { in getstring()[all …]