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

/external/openssl/crypto/rand/
H A Drand_win.c456 HEAP32LIST heaplist_first, heaplist_next; local
474 heaplist_first = (HEAP32LIST) GetProcAddress(kernel, "Heap32ListFirst");
483 if (snap && heap_first && heap_next && heaplist_first &&
501 if (heaplist_first(handle, &hlist))
545 if (heaplist_first(handle, &hlist))

Completed in 92 milliseconds