Searched refs:newInfo (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/configd-596.15/configd.tproj/
H A D_notifychanges.c44 CFMutableDictionaryRef newInfo; local
54 newInfo = CFDictionaryCreateMutableCopy(NULL, 0, info);
56 *notifierKeys = CFDictionaryGetValue(newInfo, kSCDChangedKeys);
59 CFDictionaryRemoveValue(newInfo, kSCDChangedKeys);
60 if (CFDictionaryGetCount(newInfo) > 0) {
61 CFDictionarySetValue(sessionData, sessionKey, newInfo);
65 CFRelease(newInfo);
H A D_configunlock.c64 CFMutableDictionaryRef newInfo; local
99 newInfo = CFDictionaryCreateMutableCopy(NULL, 0, info);
101 newInfo = CFDictionaryCreateMutable(NULL,
107 changes = CFDictionaryGetValue(newInfo, kSCDChangedKeys);
119 CFDictionarySetValue(newInfo, kSCDChangedKeys, newChanges);
121 CFDictionarySetValue(sessionData, sessionKey, newInfo);
122 CFRelease(newInfo);
H A D_configopen.c103 CFMutableDictionaryRef newInfo; local
226 newInfo = CFDictionaryCreateMutableCopy(NULL, 0, info);
228 newInfo = CFDictionaryCreateMutable(NULL,
233 CFDictionarySetValue(newInfo, kSCDName, name);
234 CFDictionarySetValue(sessionData, sessionKey, newInfo);
235 CFRelease(newInfo);
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/repquote/
H A DRepConfig.java76 ReplicationHostAddress newInfo =
78 RepRemoteHost newHost = new RepRemoteHost(newInfo, peer);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDSet.c79 CFDictionaryRef newInfo; local
82 newInfo = _SCSerializeMultiple(keysToSet);
83 if (newInfo == NULL) {
88 ok = _SCSerialize(newInfo, &xmlSet, (void **)&mySetRef, &mySetLen);
89 CFRelease(newInfo);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DFormDataStreamCFNet.cpp203 FormStreamFields* newInfo = new FormStreamFields; local
204 newInfo->formData = formContext->formData.release();
205 newInfo->currentStream = 0;
207 newInfo->currentStreamRangeLength = BlobDataItem::toEndOfFile;
209 newInfo->currentData = 0;
210 newInfo->formStream = stream; // Don't retain. That would create a reference cycle.
211 newInfo->streamLength = formContext->streamLength;
212 newInfo->bytesSent = 0;
215 size_t size = newInfo->formData->elements().size();
216 newInfo
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DX86DisassemblerTables.cpp664 InstructionSpecifier &newInfo =
669 if(newInfo.filtered)
672 if(previousInfo.name == "NOOP" && (newInfo.name == "XCHG16ar" ||
673 newInfo.name == "XCHG32ar" ||
674 newInfo.name == "XCHG32ar64" ||
675 newInfo.name == "XCHG64ar"))
678 if (outranks(previousInfo.insnContext, newInfo.insnContext))
681 if (previousInfo.insnContext == newInfo.insnContext &&
684 errs() << newInfo.name << " would overwrite " << previousInfo.name;
688 errs() << "Context " << stringForContext(newInfo
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderView.cpp813 RenderSelectionInfo* newInfo = newSelectedObjects.get(obj); local
815 if (!newInfo || oldInfo->rect() != newInfo->rect() || oldInfo->state() != newInfo->state() ||
819 if (newInfo) {
820 newInfo->repaint();
835 RenderBlockSelectionInfo* newInfo = newSelectedBlocks.get(block); local
837 if (!newInfo || oldInfo->rects() != newInfo->rects() || oldInfo->state() != newInfo
[all...]
H A DRenderFlowThread.cpp604 RenderBoxRegionInfo* newInfo = block->renderBoxRegionInfo(region); local
605 if (!newInfo || newInfo->logicalWidth() != oldLogicalWidth)
/macosx-10.9.5/xnu-2422.115.4/pexpert/pexpert/
H A Dpexpert.h217 PE_Video *newInfo,
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DDOMPatchSupport.cpp115 OwnPtr<Digest> newInfo = createDigest(newDocument->documentElement(), &m_unusedNodesMap); local
117 if (!innerPatchNode(oldInfo.get(), newInfo.get(), IGNORE_EXCEPTION)) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DParser.cpp900 OwnPtr<SourceProviderCacheItem> newInfo; local
909 newInfo = SourceProviderCacheItem::create(parameters);
917 if (newInfo)
918 m_functionCache->add(openBraceOffset, newInfo.release());

Completed in 153 milliseconds