Searched refs:maxLenText (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/msw/
H A Ddc.cpp1828 static int maxLenText = -1; local
1834 if (maxLenText == -1)
1838 maxLenText = version == wxOS_WINDOWS_NT ? 65535 : 8192;
1849 wxMin(stlen, maxLenText),

Completed in 96 milliseconds