Searched refs:strLine (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileconf.cpp600 wxString strLine; local
606 strLine = buffer[n];
610 LineListAppend(strLine);
614 for ( pStart = strLine; wxIsspace(*pStart); pStart++ )
1918 wxString strLine; local
1919 strLine << FilterOutEntryName(m_strName) << wxT('=') << strValFiltered;
1924 m_pLine->SetText(strLine);
1933 m_pLine = Group()->Config()->LineListInsert(strLine, line);

Completed in 67 milliseconds