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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp544 OSDictionary * mergeIntoCopy = NULL; // must release local
551 mergeIntoCopy = OSDictionary::withDictionary(mergeInto,
553 if (!mergeIntoCopy) {
588 mergeIntoCopy->getObject(key));
593 if (!mergeIntoCopy->setObject(key, candidateExt)) {
612 if (!mergeIntoCopy->setObject(key, candidateExt)) {
643 mergeInto->merge(mergeIntoCopy);
648 if (mergeIntoCopy) mergeIntoCopy->release();

Completed in 28 milliseconds