Searched refs:framedatacopy (Results 1 – 1 of 1) sorted by relevance
639 char16_t *framedatacopy = NULL; in getstring() local642 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()643 if (framedatacopy == NULL) { in getstring()647 framedatacopy[i] = bswap_16(framedata[i]); in getstring()649 framedata = framedatacopy; in getstring()653 if (framedatacopy != NULL) { in getstring()654 delete[] framedatacopy; in getstring()664 char16_t *framedatacopy = NULL; in getstring() local670 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()671 if (framedatacopy == NULL) { in getstring()[all …]