HomeSort by relevance Sort by last modified time
    Searched refs:NameLength (Results 1 - 7 of 7) 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) )
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 472 int32_t length = NameLength(index);
560 int32_t NameTable::NameLength(int32_t index) {
name_table.h 715 int32_t NameLength(int32_t index);
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 144 ULONG NameLength;
185 return std::wstring(info->Name, info->NameLength / sizeof(wchar_t));
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 310 milliseconds