OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:netfree
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/rand/
rand_win.c
188
typedef NET_API_STATUS (NET_API_FUNCTION *
NETFREE
)(LPBYTE);
247
NETFREE
netfree
= NULL;
local
253
netfree
= (
NETFREE
) GetProcAddress(netapi,"NetApiBufferFree");
256
if (netstatget &&
netfree
)
268
netfree
(outbuf);
273
netfree
(outbuf);
/dalvik/vm/jdwp/
JdwpSocket.cpp
45
static void
netFree
(JdwpNetState* state);
190
netFree
(netState);
242
static void
netFree
(JdwpNetState* netState)
262
netFree
(state->netState);
JdwpAdb.cpp
361
static void
netFree
(struct JdwpState* state)
732
netFree
,
Completed in 59 milliseconds