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;
542 reqLength = b2Len;
575 reqLength = srcLength;
602 reqLength = srcLength;
606 return u_terminateUChars(dest, destCapacity, reqLength, status);
682 int32_t reqLength = 0;
723 reqLength +=labelReqLength;
742 reqLength++;
751 if(reqLength > MAX_DOMAIN_NAME_LENGTH){
757 return u_terminateUChars(dest, destCapacity, reqLength, status);
775 int32_t reqLength = 0;
821 reqLength +=labelReqLength;
841 reqLength++;
850 if(reqLength > MAX_DOMAIN_NAME_LENGTH){
856 return u_terminateUChars(dest, destCapacity, reqLength, status);