OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NameLength
(Results
1 - 4
of
4
) sorted by null
/external/libpcap/
fad-win32.c
225
ULONG
NameLength
;
228
if (!PacketGetAdapterNames(NULL, &
NameLength
))
241
if (
NameLength
> 0)
242
AdaptersName = (char*) malloc(
NameLength
);
254
if (!PacketGetAdapterNames(AdaptersName, &
NameLength
)) {
inet.c
687
ULONG
NameLength
= 8192;
690
if (PacketGetAdapterNames(AdaptersName,&
NameLength
) )
698
ULONG
NameLength
= 8192;
711
if ( !PacketGetAdapterNames((PTSTR)TAdaptersName,&
NameLength
) )
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
[
all
...]
Completed in 1773 milliseconds