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;