Searched refs:_pSectionName (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/tools/source/debug/ |
H A D | debug.cxx | 382 … ConfigSection lcl_getSectionFromName( const sal_Char* _pSectionName, size_t _nSectionNameLength ) in lcl_getSectionFromName() argument 384 … if ( strncmp( _pSectionName, "output", _nSectionNameLength < 6 ? _nSectionNameLength : 6 ) == 0 ) in lcl_getSectionFromName() 386 … if ( strncmp( _pSectionName, "memory", _nSectionNameLength < 6 ? _nSectionNameLength : 6 ) == 0 ) in lcl_getSectionFromName() 388 … if ( strncmp( _pSectionName, "gui", _nSectionNameLength < 3 ? _nSectionNameLength : 3 ) == 0 ) in lcl_getSectionFromName() 390 … if ( strncmp( _pSectionName, "objects", _nSectionNameLength < 7 ? _nSectionNameLength : 7 ) == 0 ) in lcl_getSectionFromName() 392 … if ( strncmp( _pSectionName, "test", _nSectionNameLength < 4 ? _nSectionNameLength : 4 ) == 0 ) in lcl_getSectionFromName()
|
Completed in 23 milliseconds