HomeSort by relevance Sort by last modified time
    Searched full:heaplist_next (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_win.c 456 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)
  /external/openssl/crypto/rand/
rand_win.c 456 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 164 milliseconds