Searched refs:process_next (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/rand/
H A Drand_win.c457 PROCESS32 process_first, process_next; local
477 process_next = (PROCESS32) GetProcAddress(kernel, "Process32Next");
484 heaplist_next && process_first && process_next &&
578 while (process_next(handle, &p) && (!good || (GetTickCount()-starttime)<MAXDELAY));

Completed in 28 milliseconds