Searched refs:have_record (Results 1 – 1 of 1) sorted by relevance
6430 BOOL have_record; in win32_getppid() local6440 have_record = Process32First(snapshot, &pe); in win32_getppid()6441 while (have_record) { in win32_getppid()6448 have_record = Process32Next(snapshot, &pe); in win32_getppid()