OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcCloseInterface
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
traffic_control_win.cc
56
instance->
tcCloseInterface
= NULL;
89
instance->
tcCloseInterface
= (closeInterfaceFn)GetProcAddress(
91
"
TcCloseInterface
");
106
instance->
tcCloseInterface
== NULL ||
125
tcOpenInterface: %x,
tcCloseInterface
: %x, tcAddFlow: %x, tcAddFilter: %x,\
131
instance->
tcCloseInterface
,
210
ULONG TrafficControlWindows::
TcCloseInterface
(HANDLE IfcHandle)
212
assert(
tcCloseInterface
!= NULL);
214
return
tcCloseInterface
(IfcHandle);
traffic_control_win.h
64
ULONG
TcCloseInterface
(HANDLE IfcHandle);
85
closeInterfaceFn
tcCloseInterface
;
Completed in 80 milliseconds