Searched refs:_out_pnValue (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/tools/source/debug/ |
H A D | debug.cxx | 465 …n( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName, sal_uIntPtr* _out_pnValue ) in lcl_tryReadConfigBoolean() argument 470 *_out_pnValue = strcmp( aBuf, "1" ) == 0 ? sal_True : sal_False; in lcl_tryReadConfigBoolean() 489 …l( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName, sal_uIntPtr* _out_pnValue ) in lcl_tryReadOutputChannel() argument 494 lcl_matchOutputChannel( aBuf, _out_pnValue ); in lcl_tryReadOutputChannel() 506 …yte( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName, sal_uInt8* _out_pnValue ) in lcl_tryReadHexByte() argument 511 *_out_pnValue = (sal_uInt8)rtl_str_toInt32( aBuf, 16 ); in lcl_tryReadHexByte()
|
Completed in 13 milliseconds