Searched refs:handleCurrentLength (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
1020 handleCurrentLength = *currentLength;
1025 handleCurrentLength = CStrLength(*theHandle);
1031 byteCount = handleCurrentLength + stringLength + 1;
1035 SetHandleSize(theHandle,handleCurrentLength + stringLength + 1);
1056 BlockMove(theCString,*theHandle + handleCurrentLength,stringLength + 1);
1078 long handleMaxLength,handleCurrentLength,byteCount; local
1105 handleCurrentLength = *currentLength;
1110 handleCurrentLength = CStrLength(*theHandle);
1114 byteCount = handleCurrentLength
[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
1020 handleCurrentLength = *currentLength;
1025 handleCurrentLength = CStrLength(*theHandle);
1031 byteCount = handleCurrentLength + stringLength + 1;
1035 SetHandleSize(theHandle,handleCurrentLength + stringLength + 1);
1056 BlockMove(theCString,*theHandle + handleCurrentLength,stringLength + 1);
1078 long handleMaxLength,handleCurrentLength,byteCount; local
1105 handleCurrentLength = *currentLength;
1110 handleCurrentLength = CStrLength(*theHandle);
1114 byteCount = handleCurrentLength
[all...]

Completed in 62 milliseconds