Searched defs:heaplist_next (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/rand/
H A Drand_win.c456 HEAP32LIST heaplist_first, heaplist_next; local
475 heaplist_next = (HEAP32LIST) GetProcAddress(kernel, "Heap32ListNext");
484 heaplist_next && process_first && process_next &&
539 } while (heaplist_next(handle, &hlist)
562 } while (heaplist_next(handle, &hlist)

Completed in 65 milliseconds