Lines Matching refs:sal_Char

72 static sal_Char const DbgError_ProfEnd1[]   = "DBG_PROF...() without DBG_PROFSTART(): ";
73 static sal_Char const DbgError_Xtor1[] = "DBG_DTOR() or DBG_CHKTHIS() without DBG_CTOR(): ";
75 static sal_Char const DbgError_CtorDtor1[] = "this == NULL in class ";
76 static sal_Char const DbgError_CtorDtor2[] = "invalid this-Pointer %p in class ";
77 static sal_Char const DbgError_CtorDtor3[] = "Error-Msg from Object %p in class ";
79 static sal_Char const DbgTrace_EnterCtor[] = "Enter Ctor from class ";
80 static sal_Char const DbgTrace_LeaveCtor[] = "Leave Ctor from class ";
81 static sal_Char const DbgTrace_EnterDtor[] = "Enter Dtor from class ";
82 static sal_Char const DbgTrace_LeaveDtor[] = "Leave Dtor from class ";
83 static sal_Char const DbgTrace_EnterMeth[] = "Enter method from class ";
84 static sal_Char const DbgTrace_LeaveMeth[] = "Leave method from class ";
130 sal_Char aName[DBG_MAXNAME+1];
139 sal_Char aName[DBG_MAXNAME+1];
200 static sal_Char aCurPath[260];
273 void DbgImpMemoryInfo( sal_Char* pBuf );
280 static sal_Bool ImplActivateDebugger( const sal_Char* pMsg ) in ImplActivateDebugger()
283 static sal_Char aImplDbgOutBuf[DBG_BUF_MAXLEN]; in ImplActivateDebugger()
365 const sal_Char* lcl_getSectionName( ConfigSection _eSection ) in lcl_getSectionName()
367 const sal_Char* pSectionName = NULL; in lcl_getSectionName()
382 … ConfigSection lcl_getSectionFromName( const sal_Char* _pSectionName, size_t _nSectionNameLength ) in lcl_getSectionFromName()
402 … void lcl_writeConfigString( FILETYPE _pFile, const sal_Char* _pKeyName, const sal_Char* _pValue ) in lcl_writeConfigString()
407 void lcl_writeConfigBoolean( FILETYPE _pFile, const sal_Char* _pKeyName, bool _bValue ) in lcl_writeConfigBoolean()
412 …void lcl_writeConfigFlag( FILETYPE _pFile, const sal_Char* _pKeyName, sal_uIntPtr _nAllFlags, sal_… in lcl_writeConfigFlag()
417 … void lcl_writeConfigOutChannel( FILETYPE _pFile, const sal_Char* _pKeyName, sal_uIntPtr _nValue ) in lcl_writeConfigOutChannel()
419 const sal_Char* names[ DBG_OUT_COUNT ] = in lcl_writeConfigOutChannel()
425 void lcl_writeHexByte( FILETYPE _pFile, const sal_Char* _pKeyName, sal_uInt8 _nValue ) in lcl_writeHexByte()
427 sal_Char buf[RTL_STR_MAX_VALUEOFINT32]; in lcl_writeHexByte()
435 bool lcl_isConfigSection( const sal_Char* _pLine, size_t _nLineLen ) in lcl_isConfigSection()
444 bool lcl_isConfigKey( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName ) in lcl_isConfigKey()
454 …sal_Int32 lcl_tryReadConfigString( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKey… in lcl_tryReadConfigString()
460 const sal_Char* pValue = _pLine + nValuePos; in lcl_tryReadConfigString()
465 …void lcl_tryReadConfigBoolean( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName… in lcl_tryReadConfigBoolean()
467 sal_Char aBuf[2]; in lcl_tryReadConfigBoolean()
472 void lcl_matchOutputChannel( sal_Char const * i_buffer, sal_uIntPtr* o_value ) in lcl_matchOutputChannel()
476 const sal_Char* names[ DBG_OUT_COUNT ] = in lcl_matchOutputChannel()
489 …void lcl_tryReadOutputChannel( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName… in lcl_tryReadOutputChannel()
491 sal_Char aBuf[20]; in lcl_tryReadOutputChannel()
496 …void lcl_tryReadConfigFlag( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName, s… in lcl_tryReadConfigFlag()
498 sal_Char aBuf[2]; in lcl_tryReadConfigFlag()
506 …void lcl_tryReadHexByte( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName, sal_… in lcl_tryReadHexByte()
508 sal_Char aBuf[3]; in lcl_tryReadHexByte()
666 static void DbgGetDbgFileName( sal_Char* pStr, sal_Int32 nMaxLen ) in DbgGetDbgFileName()
669 const sal_Char* pName = getenv("DBGSV_INIT"); in DbgGetDbgFileName()
674 const sal_Char* pName = getenv("DBGSV_INIT"); in DbgGetDbgFileName()
690 static void DbgGetLogFileName( sal_Char* pStr ) in DbgGetLogFileName()
693 const sal_Char* pName = getenv("DBGSV_LOG"); in DbgGetLogFileName()
698 const sal_Char* pName = getenv("DBGSV_LOG"); in DbgGetLogFileName()
734 sal_Char aBuf[ 4096 ]; in GetDebugData()
742 … sal_uIntPtr nReallyRead = FileRead( aBuf, 1, sizeof( aBuf ) / sizeof( sal_Char ) - 1, pIniFile ); in GetDebugData()
744 const sal_Char* pLine = aBuf; in GetDebugData()
745 while ( const sal_Char* pNextLine = strstr( pLine, FILE_LINEEND ) ) in GetDebugData()
852 sal_Char aBuf[4096]; in ImplDbgInitFile()
896 static void ImplDbgPrintFile( const sal_Char* pLine ) in ImplDbgPrintFile()
909 static int ImplStrSearch( const sal_Char* pSearchStr, int nSearchLen, in ImplStrSearch()
910 const sal_Char* pStr, int nLen ) in ImplStrSearch()
925 static int ImplDbgFilter( const sal_Char* pFilter, const sal_Char* pMsg, in ImplDbgFilter()
933 const sal_Char* pTok = pFilter; in ImplDbgFilter()
958 void SAL_CALL dbg_printOslDebugMessage( const sal_Char * pszFileName, sal_Int32 nLine, const sal_Ch… in dbg_printOslDebugMessage()
1109 void ImpDbgOutfBuf( sal_Char* pBuf, const sal_Char* pFStr, ... ) in ImpDbgOutfBuf()
1114 sal_Char aBuf[DBG_BUF_MAXLEN]; in ImpDbgOutfBuf()
1124 static void DebugXTorInfo( sal_Char* pBuf ) in DebugXTorInfo()
1157 sal_Bool ImplDbgFilterMessage( const sal_Char* pMsg ) in ImplDbgFilterMessage()
1178 if ( ImplDbgFilterMessage( (const sal_Char*) pParam ) ) in DbgFunc()
1219 sal_Char aBuf[ 4096 ]; in DbgFunc()
1285 DebugXTorInfo( (sal_Char*)pParam ); in DbgFunc()
1290 DbgImpMemoryInfo( (sal_Char*)pParam ); in DbgFunc()
1311 ImplDbgPrintFile( (const sal_Char*)pParam ); in DbgFunc()
1354 sal_Char aBuf[DBG_BUF_MAXLEN]; in DbgProf()
1476 sal_Char aBuf[DBG_BUF_MAXLEN]; in DbgXtor()
1536 const sal_Char* pMsg = NULL; in DbgXtor()
1624 void DbgOut( const sal_Char* pMsg, sal_uInt16 nDbgOut, const sal_Char* pFile, sal_uInt16 nLine ) in DbgOut()
1632 sal_Char const * pStr; in DbgOut()
1668 sal_Char aBufOut[DBG_BUF_MAXLEN]; in DbgOut()
1698 sal_Char aLine[9]; in DbgOut()
1699 sal_Char* pLine = &aLine[7]; in DbgOut()
1706 *(pLine) = (sal_Char)i + 48; in DbgOut()
1783 void DbgOutTypef( sal_uInt16 nDbgOut, const sal_Char* pFStr, ... ) in DbgOutTypef()
1788 sal_Char aBuf[DBG_BUF_MAXLEN]; in DbgOutTypef()
1797 void DbgOutf( const sal_Char* pFStr, ... ) in DbgOutf()
1802 sal_Char aBuf[DBG_BUF_MAXLEN]; in DbgOutf()
1818 void DbgOut( const sal_Char*, sal_uInt16, const sal_Char*, sal_uInt16 ) {} in DbgOut() argument
1819 void DbgOutTypef( sal_uInt16, const sal_Char*, ... ) {} in DbgOutTypef() argument
1820 void DbgOutf( const sal_Char*, ... ) {} in DbgOutf() argument