Lines Matching refs:totalLen
34943 size_t totalLen;
34948 success = _ParseQuotedEscapedString( str, end, "", NULL, 0, NULL, &totalLen, NULL );
34950 require_action( totalLen <= kDNSRecordDataLengthMax, exit, err = kSizeErr );
34952 dataLen = totalLen;
36028 size_t maxLen, copiedLen, totalLen;
36033 more = _ParseQuotedEscapedString( src, cmdEnd, kWhiteSpaceCharSet, dst, maxLen, &copiedLen, &totalLen, &src );
36035 require_fatal( copiedLen == totalLen, "Incorrect assumption about maximum required buffer space." );
40286 size_t totalLen;
40302 totalLen = 0;
40429 ++totalLen;
40433 if( outTotalLen ) *outTotalLen = totalLen;