Searched refs:framedatacopy (Results 1 – 1 of 1) sorted by relevance
570 char16_t *framedatacopy = NULL; in getstring() local573 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()574 if (framedatacopy == NULL) { in getstring()578 framedatacopy[i] = bswap_16(framedata[i]); in getstring()580 framedata = framedatacopy; in getstring()584 if (framedatacopy != NULL) { in getstring()585 delete[] framedatacopy; in getstring()592 char16_t *framedatacopy = NULL; in getstring() local598 framedatacopy = new (std::nothrow) char16_t[len]; in getstring()599 if (framedatacopy == NULL) { in getstring()[all …]