Searched refs:lpName (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sal/osl/w32/ |
H A D | pipeimpl.cxx | 126 static ClientPipe* Create( LPCTSTR lpName ); 144 static ServerPipe *Create( LPCTSTR lpName ); 161 _tcscat( lpMappingName, lpName ); in CreatePipeDataMapping() 227 _tcscat( lpMappingName, lpName ); in OpenPipeDataMapping() 247 _tcscat( lpMutexName, lpName ); in CreatePipeDataMutex() 267 _tcscat( lpSemaphoreName, lpName ); in CreatePipeConnectionSemaphore() 547 m_lpName = new TCHAR[_tcslen(lpName) + 1]; in ServerPipe() 549 _tcscpy( m_lpName, lpName ); in ServerPipe() 711 lpName += nPrefixLen; in CreateSimplePipe() 712 return (HANDLE)ServerPipe::Create( lpName ); in CreateSimplePipe() [all …]
|
H A D | pipeimpl.h | 70 EXPORT_PIPE_API HANDLE WINAPI CreateSimplePipeA( LPCSTR lpName ); 71 EXPORT_PIPE_API HANDLE WINAPI CreateSimplePipeW( LPCWSTR lpName ); 79 EXPORT_PIPE_API HANDLE WINAPI OpenSimplePipeA( LPCSTR lpName ); 80 EXPORT_PIPE_API HANDLE WINAPI OpenSimplePipeW( LPCWSTR lpName ); 90 EXPORT_PIPE_API BOOL WINAPI WaitForSimplePipeA( LPCSTR lpName, DWORD dwTimeOut ); 91 EXPORT_PIPE_API BOOL WINAPI WaitForSimplePipeW( LPCWSTR lpName, DWORD dwTimeOut );
|
H A D | process.cxx | 408 LPCWSTR lpName = reinterpret_cast<LPCWSTR>(ustrVar->buffer); in osl_setEnvironment() local 410 if( !SetEnvironmentVariableW( lpName, lpValue)) in osl_setEnvironment() 414 _wputenv_s( lpName, lpValue); in osl_setEnvironment() 422 LPCWSTR lpName = reinterpret_cast<LPCWSTR>(ustrVar->buffer); in osl_clearEnvironment() local 423 if( !SetEnvironmentVariableW( lpName, NULL)) in osl_clearEnvironment() 428 _wputenv_s( lpName, &aEmptyName); in osl_clearEnvironment()
|
/aoo41x/main/sal/osl/os2/ |
H A D | pipeimpl.cxx | 121 static ClientPipe* Create( LPCTSTR lpName ); 139 static ServerPipe *Create( LPCTSTR lpName ); 156 _tcscat( lpMappingName, lpName ); in CreatePipeDataMapping() 222 _tcscat( lpMappingName, lpName ); in OpenPipeDataMapping() 242 _tcscat( lpMutexName, lpName ); in CreatePipeDataMutex() 262 _tcscat( lpSemaphoreName, lpName ); in CreatePipeConnectionSemaphore() 542 m_lpName = new TCHAR[_tcslen(lpName) + 1]; in ServerPipe() 544 _tcscpy( m_lpName, lpName ); in ServerPipe() 706 lpName += nPrefixLen; in CreateSimplePipe() 707 return (HANDLE)ServerPipe::Create( lpName ); in CreateSimplePipe() [all …]
|
H A D | pipeimpl.h | 64 EXPORT_PIPE_API HANDLE WINAPI CreateSimplePipeA( LPCSTR lpName ); 65 EXPORT_PIPE_API HANDLE WINAPI CreateSimplePipeW( LPCWSTR lpName ); 73 EXPORT_PIPE_API HANDLE WINAPI OpenSimplePipeA( LPCSTR lpName ); 74 EXPORT_PIPE_API HANDLE WINAPI OpenSimplePipeW( LPCWSTR lpName ); 84 EXPORT_PIPE_API BOOL WINAPI WaitForSimplePipeA( LPCSTR lpName, DWORD dwTimeOut ); 85 EXPORT_PIPE_API BOOL WINAPI WaitForSimplePipeW( LPCWSTR lpName, DWORD dwTimeOut );
|
/aoo41x/main/sal/inc/systools/win32/ |
H A D | advapi9x.h | 107 LPWSTR lpName, // subkey name
|
H A D | kernel9x.h | 293 LPCWSTR lpName, // environment variable name
|
Completed in 23 milliseconds