HomeSort by relevance Sort by last modified time
    Searched defs:NameLength (Results 1 - 14 of 14) sorted by null

  /external/libpcap/
fad-win32.c 128 ULONG NameLength;
135 * ERROR_INSUFFICIENT_BUFFER, NameLength will be set to
137 * problem, and NameLength should be set to 0.
139 * It shouldn't require NameLength to be set, but,
141 * NameLength is big enough before it checks for a
143 * the right thing if NameLength is uninitialized and
148 NameLength = 0;
149 if (!PacketGetAdapterNames(NULL, &NameLength))
162 if (NameLength > 0)
163 AdaptersName = (char*) malloc(NameLength);
    [all...]
inet.c 993 ULONG NameLength = 8192;
996 if (PacketGetAdapterNames(AdaptersName,&NameLength) )
1004 ULONG NameLength = 8192;
1017 if ( !PacketGetAdapterNames((PTSTR)TAdaptersName,&NameLength) )
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mountdev.h 20 USHORT NameLength;
acpiioct.h 126 ULONG NameLength;
132 ULONG NameLength;
171 ( (2* sizeof (ULONG)) + Child->NameLength )
mountmgr.h 117 USHORT NameLength;
ntifs.h 857 UCHAR NameLength;
866 CSHORT NameLength;
874 CSHORT NameLength;
880 CSHORT NameLength;
889 CSHORT NameLength;
    [all...]
wdm.h     [all...]
  /external/llvm/lib/Support/
TargetParser.cpp 33 size_t NameLength;
39 StringRef getName() const { return StringRef(NameCStr, NameLength); }
56 size_t NameLength;
66 StringRef getName() const { return StringRef(NameCStr, NameLength); }
84 size_t NameLength;
89 StringRef getName() const { return StringRef(NameCStr, NameLength); }
101 size_t NameLength;
104 StringRef getName() const { return StringRef(NameCStr, NameLength); }
117 size_t NameLength;
122 StringRef getName() const { return StringRef(NameCStr, NameLength); }
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 472 int32_t length = NameLength(index);
560 int32_t NameTable::NameLength(int32_t index) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winperf.h 168 DWORD NameLength;
http.h 88 USHORT NameLength;
sspi.h 203 unsigned __LONG32 NameLength;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 110 milliseconds