OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DosQuerySysState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_os2.c
83
APIRET APIENTRY(*
DosQuerySysState
) (ULONG func, ULONG arg1, ULONG pid, ULONG _res_, PVOID buf, ULONG bufsz) = NULL;
103
rc = DosQueryProcAddr(hDoscalls, 368, NULL, (PFN *)&
DosQuerySysState
);
106
DosQuerySysState
= NULL;
135
/*
DosQuerySysState
() gives us a huge quantity of process, thread, memory & handle stats */
136
if (
DosQuerySysState
) {
139
if (
DosQuerySysState
(0x1F, 0, 0, 0, buffer, 256 * 1024) == 0) {
/external/openssl/crypto/rand/
rand_os2.c
83
APIRET APIENTRY(*
DosQuerySysState
) (ULONG func, ULONG arg1, ULONG pid, ULONG _res_, PVOID buf, ULONG bufsz) = NULL;
103
rc = DosQueryProcAddr(hDoscalls, 368, NULL, (PFN *)&
DosQuerySysState
);
106
DosQuerySysState
= NULL;
135
/*
DosQuerySysState
() gives us a huge quantity of process, thread, memory & handle stats */
136
if (
DosQuerySysState
) {
139
if (
DosQuerySysState
(0x1F, 0, 0, 0, buffer, 256 * 1024) == 0) {
Completed in 1368 milliseconds