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

/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/otr/
H A Dotr-00-identity.c98 CFMutableDataRef firstExport = CFDataCreateMutable(kCFAllocatorDefault, 0); local
100 ok(SecOTRFIAppendSerialization(id, firstExport, &testError), "First export");
104 SecOTRFullIdentityRef idInflate = SecOTRFullIdentityCreateFromData(kCFAllocatorDefault, firstExport, &testError);
117 ok(CFDataGetLength(firstExport) == CFDataGetLength(secondExport)
118 && 0 == memcmp(CFDataGetBytePtr(firstExport), CFDataGetBytePtr(secondExport), (size_t)CFDataGetLength(firstExport)), "Different exports");
184 CFReleaseSafe(firstExport);
/macosx-10.9.5/dyld-239.4/launch-cache/
H A Dupdate_dyld_shared_cache.cpp1657 const macho_nlist<P>* const firstExport = &fSymbolTable[fDynamicSymbolTable->iextdefsym()]; local
1660 for (const macho_nlist<P>* entry = firstExport; entry < lastExport; ++entry, ++oldIndex) {

Completed in 134 milliseconds