Lines Matching defs:bufPtr
24 uint8_t *bufPtr = nullptr;
30 reinterpret_cast<void **>(&bufPtr), 0)) < 0) {
33 if (!strcmp("0", reinterpret_cast<char *>(bufPtr))) {
34 delete[] bufPtr;
35 bufPtr = nullptr;
38 delete[] bufPtr;
39 bufPtr = nullptr;
44 reinterpret_cast<void **>(&bufPtr), 0)) < expert) {
47 if (strcmp(MESSAGE_SUCCESS.c_str(), reinterpret_cast<char *>(bufPtr))) {
50 delete[] bufPtr;
51 bufPtr = nullptr;
55 reinterpret_cast<void **>(&bufPtr), 0)) < 0) {
58 if (strcmp(MESSAGE_SUCCESS.c_str(), reinterpret_cast<char *>(bufPtr))) {
65 if (bufPtr) {
66 delete[] bufPtr;
67 bufPtr = nullptr;
75 uint8_t *bufPtr = nullptr;
85 reinterpret_cast<void **>(&bufPtr), 0)) < expert) {
89 if (strcmp(bufString, reinterpret_cast<char *>(bufPtr))) {
92 delete[] bufPtr;
93 bufPtr = nullptr;
99 reinterpret_cast<void **>(&bufPtr), 0)) < expert) {
103 if (strcmp(bufString, reinterpret_cast<char *>(bufPtr))) {
106 delete[] bufPtr;
107 bufPtr = nullptr;
113 if (bufPtr) {
114 delete[] bufPtr;