Searched refs:framedatacopy (Results 1 – 1 of 1) sorted by relevance
640 char16_t *framedatacopy = NULL; in getstring() local643 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()644 if (framedatacopy == NULL) { in getstring()648 framedatacopy[i] = bswap_16(framedata[i]); in getstring()650 framedata = framedatacopy; in getstring()654 if (framedatacopy != NULL) { in getstring()655 delete[] framedatacopy; in getstring()665 char16_t *framedatacopy = NULL; in getstring() local671 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()672 if (framedatacopy == NULL) { in getstring()[all …]