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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp993 long handleMaxLength,handleCurrentLength,stringLength,byteCount; local
1009 handleMaxLength = *maxLength;
1014 handleMaxLength = GetHandleSize(theHandle);
1033 if (byteCount > handleMaxLength)
1041 handleMaxLength = *maxLength;
1046 handleMaxLength = GetHandleSize(theHandle);
1049 if (byteCount > handleMaxLength)
1078 long handleMaxLength,handleCurrentLength,byteCount; local
1094 handleMaxLength = *maxLength;
1099 handleMaxLength
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp993 long handleMaxLength,handleCurrentLength,stringLength,byteCount; local
1009 handleMaxLength = *maxLength;
1014 handleMaxLength = GetHandleSize(theHandle);
1033 if (byteCount > handleMaxLength)
1041 handleMaxLength = *maxLength;
1046 handleMaxLength = GetHandleSize(theHandle);
1049 if (byteCount > handleMaxLength)
1078 long handleMaxLength,handleCurrentLength,byteCount; local
1094 handleMaxLength = *maxLength;
1099 handleMaxLength
[all...]

Completed in 136 milliseconds