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

  /external/libpcap/
fad-win32.c 225 ULONG NameLength;
232 * ERROR_INSUFFICIENT_BUFFER, NameLength will be set to
234 * problem, and NameLength should be set to 0.
236 * It shouldn't require NameLength to be set, but,
238 * NameLength is big enough before it checks for a
240 * the right thing if NameLength is uninitialized and
245 NameLength = 0;
246 if (!PacketGetAdapterNames(NULL, &NameLength))
259 if (NameLength > 0)
260 AdaptersName = (char*) malloc(NameLength);
    [all...]
inet.c 825 ULONG NameLength = 8192;
828 if (PacketGetAdapterNames(AdaptersName,&NameLength) )
836 ULONG NameLength = 8192;
849 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql.h 508 SQLRETURN SQL_API SQLDescribeCol(SQLHSTMT StatementHandle,SQLUSMALLINT ColumnNumber,SQLCHAR *ColumnName,SQLSMALLINT BufferLength,SQLSMALLINT *NameLength,SQLSMALLINT *DataType,SQLULEN *ColumnSize,SQLSMALLINT *DecimalDigits,SQLSMALLINT *Nullable);
530 SQLRETURN SQL_API SQLGetCursorName(SQLHSTMT StatementHandle,SQLCHAR *CursorName,SQLSMALLINT BufferLength,SQLSMALLINT *NameLength);
555 SQLRETURN SQL_API SQLSetCursorName(SQLHSTMT StatementHandle,SQLCHAR *CursorName,SQLSMALLINT NameLength);
winperf.h 168 DWORD NameLength;
http.h 88 USHORT NameLength;
sspi.h 203 unsigned __LONG32 NameLength;
    [all...]
  /external/chromium_org/third_party/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/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 147 ULONG NameLength;
188 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 1813 milliseconds