Home | History | Annotate | Download | only in common

Lines Matching refs:reqLength

209             reqLength=0;
320 reqLength = b1Len;
322 reqLength = b1Len;
358 reqLength = b2Len+ACE_PREFIX_LENGTH;
360 if(reqLength > destCapacity){
377 if(reqLength > MAX_LABEL_LENGTH){
390 return u_terminateUChars(dest, destCapacity, reqLength, status);
415 reqLength=0;
543 reqLength = b2Len;
576 reqLength = srcLength;
603 reqLength = srcLength;
607 return u_terminateUChars(dest, destCapacity, reqLength, status);
683 int32_t reqLength = 0;
724 reqLength +=labelReqLength;
743 reqLength++;
752 if(reqLength > MAX_DOMAIN_NAME_LENGTH){
758 return u_terminateUChars(dest, destCapacity, reqLength, status);
776 int32_t reqLength = 0;
822 reqLength +=labelReqLength;
842 reqLength++;
851 if(reqLength > MAX_DOMAIN_NAME_LENGTH){
857 return u_terminateUChars(dest, destCapacity, reqLength, status);