Lines Matching refs:deviceHwid
2508 TCHAR *deviceHwid;2539 deviceHwid = (TCHAR *) malloc (size);2544 (PBYTE)deviceHwid,2549 free (deviceHwid);2550 deviceHwid = NULL;2562 for (TCHAR *t = deviceHwid;2563 t && *t && t < &deviceHwid[size / sizeof(TCHAR)];2583 if (deviceHwid)2585 free (deviceHwid);2586 deviceHwid = NULL;