Home
last modified time | relevance | path

Searched refs:DWORD (Results 151 – 175 of 324) sorted by path

12345678910>>...13

/trunk/main/sal/osl/w32/
H A Dsecurity.c165 DWORD err; in osl_loginUserOnFileServer()
344 DWORD nInfoBuffer = 512; in osl_getUserIdent()
368 DWORD dwSubAuthorities; in osl_getUserIdent()
370 DWORD dwCounter; in osl_getUserIdent()
371 DWORD dwSidSize; in osl_getUserIdent()
424 DWORD needed=0; in osl_getUserIdent()
476 DWORD nInfoBuffer = 512; in osl_getHomeDir()
583 DWORD nError = 0; in osl_loadUserProfile()
756 DWORD Type = REG_SZ; in GetSpecialFolder()
903 DWORD nInfoBuffer = 512; in getUserNameImpl()
[all …]
H A Dsignal.cxx210 DWORD dwExitCode; in ReportCrash()
H A Dsocket.cxx78 static DWORD FamilyMap[]= {
106 static DWORD ProtocolMap[]= {
123 static DWORD TypeMap[]= {
154 static DWORD OptionMap[]= {
184 static DWORD OptionLevelMap[]= {
198 static DWORD SocketMsgFlagMap[]= {
214 static DWORD SocketDirection[]= {
289 BOOL WINAPI __osl_autodial_Impl (DWORD dwFlags, DWORD dwReserved)
294 BOOL WINAPI __osl_autodialHangup_Impl (DWORD dwReserved)
399 DWORD dwFlags = 0; in __osl_querySocketDialupImpl()
[all …]
H A Dsockimpl.h67 typedef DWORD (WINAPI *INTERNETATTEMPTCONNECT) (
68 DWORD dwReserved);
70 DWORD dwFlags, DWORD dwReserved);
72 DWORD dwReserved);
74 LPDWORD lpdwFlags, DWORD dwReserved);
84 DWORD m_dwFlags;
H A Dsystem.h106 extern "C" DWORD g_dwPlatformId;
108 extern DWORD g_dwPlatformId;
115 extern "C" DWORD GetPlatformId(void);
117 extern DWORD GetPlatformId(void);
H A Dtempfile.cxx134 DWORD flags = FILE_ATTRIBUTE_NORMAL; in osl_win32_CreateFile_impl_()
240 DWORD nBufferLength = aBuffer.getBufSizeInSymbols() - 1; in osl_getTempDirURL()
242 DWORD nLength; in osl_getTempDirURL()
H A Dthread.c342 DWORD millisecs = pDelay->Seconds * 1000L + pDelay->Nanosec / 1000000L; in osl_waitThread()
398 DWORD dwType; in osl_setThreadName()
400 DWORD dwThreadID; in osl_setThreadName()
401 DWORD dwFlags; in osl_setThreadName()
406 info.dwThreadID = (DWORD) -1; in osl_setThreadName()
420 DWORD dwIndex;
497 if ( (DWORD)-1 == (pTls->dwIndex = TlsAlloc()) ) in osl_createThreadKey()
569 DWORD g_dwTLSTextEncodingIndex = (DWORD)-1;
574 DWORD dwEncoding; in osl_getThreadTextEncoding()
578 if ( (DWORD)-1 == g_dwTLSTextEncodingIndex ) in osl_getThreadTextEncoding()
[all …]
H A Dtime.c136 DWORD Success; in osl_getLocalTimeFromSystemTime()
167 DWORD Success; in osl_getSystemTimeFromLocalTime()
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx5820 DWORD ld = GetLogicalDrives(); in get_unused_drive_letter()
5821 DWORD i = 4; in get_unused_drive_letter()
5822 DWORD j = 2; in get_unused_drive_letter()
/trunk/main/sal/qa/osl/process/
H A Dosl_process_child.cxx65 void w_to_a(LPCTSTR _strW, LPSTR strA, DWORD size) in w_to_a()
/trunk/main/sal/qa/osl/security/
H A Dosl_Security.cxx353 DWORD Type; in main()
374 const DWORD INITIAL_SIZE = 32; in main()
375 DWORD cbSid = 0; in main()
376 DWORD dwSidBufferSize = INITIAL_SIZE; in main()
377 DWORD cchDomainName = 0; in main()
378 DWORD dwDomainBufferSize = INITIAL_SIZE; in main()
381 DWORD dwErrorCode = 0; in main()
449 DWORD dwSubAuthorities; in main()
450 DWORD dwSidRev=SID_REVISION; in main()
451 DWORD dwCounter; in main()
[all …]
/trunk/main/sal/rtl/source/
H A Dalloc_cache.c1505 static DWORD WINAPI
1511 DWORD dwThreadId; in rtl_cache_wsupdate_init()
1528 WaitForSingleObject (g_cache_list.m_update_cond, (DWORD)(seconds * 1000)); in rtl_cache_wsupdate_wait()
1619 static DWORD WINAPI
/trunk/main/sal/systools/win32/kill/
H A Dkill.cxx82 DWORD dwProcessId = GetProcessId( hProcess ); in GetProcAddressEx()
92 DWORD cbNeeded = 0; in GetProcAddressEx()
150 DWORD dwProcessId = GetProcessId( hProcess ); in RaiseSignalEx()
184 if ( SuspendThread( hThread ) != (DWORD)-1 ) in RaiseSignalEx()
196 DWORD dwStackBuffer[] = in RaiseSignalEx()
217 DWORD dwStackBuffer[] = in RaiseSignalEx()
219 (DWORD)(aContext.Rip >> 32), in RaiseSignalEx()
220 (DWORD)(aContext.Rip), in RaiseSignalEx()
239 DWORD dwLastError = GetLastError(); in RaiseSignalEx()
278 DWORD dwMaxProcesses = *lpdwNumProcesses; in ParseCommandArgs()
[all …]
/trunk/main/sal/systools/win32/onlineupdate/
H A Donlinecheck.cxx49 DWORD dwFlags; in hasInternetConnection()
/trunk/main/sal/systools/win32/uwinapi/
H A DCommandLineToArgvW.cpp85 DWORD dwResult = GetModuleFileNameA( NULL, szFileName, MAX_PATH );
H A DCopyFileExA.cpp32 static DWORD CALLBACK DefCopyProgressRoutine( in DefCopyProgressRoutine()
40 DWORD dwStreamNumber, // the current stream in DefCopyProgressRoutine()
41 DWORD dwCallbackReason, // reason for callback in DefCopyProgressRoutine()
51 …NameA, LPPROGRESS_ROUTINE lpProgressRoutine, LPVOID lpData, LPBOOL pbCancel, DWORD dwCopyFlags ) )
74 if ( (DWORD)-1 != FileSize.LowPart || ERROR_SUCCESS == GetLastError() )
80 (DWORD) ((dwCopyFlags & COPY_FILE_FAIL_IF_EXISTS) ? CREATE_NEW : CREATE_ALWAYS),
87 DWORD dwProgressResult = PROGRESS_CONTINUE;
120 DWORD dwBytesRead, dwBytesWritten = 0;
H A DCopyFileExW.cpp30 …NameW, LPPROGRESS_ROUTINE lpProgressRoutine, LPVOID lpData, LPBOOL pbCancel, DWORD dwCopyFlags ) )
H A DEnumProcesses.cpp25 IMPLEMENT_THUNK( psapi, WINDOWS, BOOL, WINAPI, EnumProcesses, ( LPDWORD lpProcesses, DWORD cbSize, …
H A DFindFirstVolumeA.cpp26 …ernel32, TRYLOAD, HANDLE, WINAPI, FindFirstVolumeA, (LPSTR lpszVolumeName, DWORD cchBufferLength) )
H A DFindFirstVolumeMountPointA.cpp25 …rstVolumeMountPointA, (LPSTR lpszRootPathName, LPSTR lpszVolumeMountPoint, DWORD cchBufferLength) )
27 …stVolumeMountPointA, (LPCSTR lpszRootPathName, LPSTR lpszVolumeMountPoint, DWORD cchBufferLength) )
H A DFindFirstVolumeMountPointW.cpp25 …tVolumeMountPointW, (LPWSTR lpszRootPathName, LPWSTR lpszVolumeMountPoint, DWORD cchBufferLength) )
27 …VolumeMountPointW, (LPCWSTR lpszRootPathName, LPWSTR lpszVolumeMountPoint, DWORD cchBufferLength) )
H A DFindFirstVolumeW.cpp26 …rnel32, TRYLOAD, HANDLE, WINAPI, FindFirstVolumeW, (LPWSTR lpszVolumeName, DWORD cchBufferLength) )
H A DFindNextVolumeA.cpp26 … BOOL, WINAPI, FindNextVolumeA, (HANDLE hFindVolume, LPSTR lpszVolumeName, DWORD cchBufferLength) )
H A DFindNextVolumeMountPointA.cpp26 …umeMountPointA, (HANDLE hFindVolumeMountPoint, LPSTR lpszVolumeMountPoint, DWORD cchBufferLength) )
H A DFindNextVolumeMountPointW.cpp26 …meMountPointW, (HANDLE hFindVolumeMountPoint, LPWSTR lpszVolumeMountPoint, DWORD cchBufferLength) )

Completed in 106 milliseconds

12345678910>>...13