Home
last modified time | relevance | path

Searched refs:_nSectionNameLength (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/tools/source/debug/
H A Ddebug.cxx382 … 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 61 milliseconds