Searched refs:compLen (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFURLAccess.c340 CFIndex compLen = CFStringGetLength(component); local
345 CFStringInitInlineBuffer(component, &buf, CFRangeMake(0, compLen));
347 for (idx = 0; idx < compLen; idx ++) {
361 CFMutableStringRef newContentType = CFStringCreateMutableCopy(CFGetAllocator(component), compLen, component);
362 if (lastChar != compLen - 1) {
363 CFStringDelete(newContentType, CFRangeMake(lastChar + 1, compLen - lastChar - 1));
378 CFIndex compLen = CFStringGetLength(contentType); local
385 if (!CFStringFindWithOptions(contentType, kCFURLResponseCharsetPrefix, CFRangeMake(0, compLen), kCFCompareCaseInsensitive, &range) || range.length == 0) return NULL;
390 for (idx = range.location + range.length; idx < compLen; idx ++) {
405 result = CFStringCreateMutableCopy(CFGetAllocator(contentType), compLen,contentTyp
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol_elm.h127 int32_t compLen; member in struct:__anon1162
H A Ducol_elm.cpp1757 int32_t decLen, compLen; local
1760 compLen = unorm_normalize(data, len, UNORM_NFC, 0, comp, 256, status);
1761 decomp[decLen] = comp[compLen] = 0;
1771 el->cSize = compLen;
1801 int32_t compLen = c->compLen; local
1822 compLen = unorm_normalize(newDecomp, newDecLen, UNORM_NFC, 0,
1824 if (compLen==1) {
1825 comp[compLen++] = newDecomp[newDecLen++] = c->tailoringCM;
1826 comp[compLen]
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIORegistryEntry.cpp892 int len, maxLength, compLen, aliasLen; local
954 compLen = alias->getLength();
955 ok = (maxLength > (len + compLen));
957 strlcpy( nextComp, alias->getCStringNoCopy(), compLen + 1);
959 compLen = maxLength - len;
960 ok = entry->getPathComponent( nextComp + 1, &compLen, plane );
962 if( ok && compLen) {
963 compLen++;
969 len += compLen;
970 nextComp += compLen;
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/filters/
H A Dmod_deflate.c930 unsigned long compCRC, compLen; local
937 compLen = getLong(ctx->stream.next_in);
938 if (ctx->stream.total_out != compLen) {
1118 unsigned long compCRC, compLen; local
1126 compLen = getLong(ctx->validation_buffer);
1127 if (ctx->stream.total_out != compLen) {

Completed in 209 milliseconds