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

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DCCallbackMgr.cp143 bool operator()(const CallbackInfo &cbInfo) { return cbInfo.mCallback == mCallbackFunction; } argument
173 SecKeychainCallbackInfo cbInfo; local
174 cbInfo.version = 0; // @@@ kKeychainAPIVersion;
175 cbInfo.item = inItem ? inItem->handle() : 0;
176 cbInfo.keychain = inKeychain ? inKeychain->handle() : 0;
177 cbInfo.pid = inPid;
179 ix->mCallback(inEvent, &cbInfo, ix->mContext);
180 if (cbInfo.item) CFRelease(cbInfo
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DCCallbackMgr.cp143 bool operator()(const CallbackInfo &cbInfo) { return cbInfo.mCallback == mCallbackFunction; } argument
173 SecKeychainCallbackInfo cbInfo; local
174 cbInfo.version = 0; // @@@ kKeychainAPIVersion;
175 cbInfo.item = inItem ? inItem->handle() : 0;
176 cbInfo.keychain = inKeychain ? inKeychain->handle() : 0;
177 cbInfo.pid = inPid;
179 ix->mCallback(inEvent, &cbInfo, ix->mContext);
180 if (cbInfo.item) CFRelease(cbInfo
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DCCallbackMgr.cp143 bool operator()(const CallbackInfo &cbInfo) { return cbInfo.mCallback == mCallbackFunction; } argument
173 SecKeychainCallbackInfo cbInfo; local
174 cbInfo.version = 0; // @@@ kKeychainAPIVersion;
175 cbInfo.item = inItem ? inItem->handle() : 0;
176 cbInfo.keychain = inKeychain ? inKeychain->handle() : 0;
177 cbInfo.pid = inPid;
179 ix->mCallback(inEvent, &cbInfo, ix->mContext);
180 if (cbInfo.item) CFRelease(cbInfo
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dregextst.cpp4760 callBackContext cbInfo = {this, 0, 0, 0}; local
4766 matcher.setMatchCallback(testCallBackFn, &cbInfo, status);
4771 REGEX_ASSERT(returnedContext == &cbInfo);
4775 cbInfo.reset(1);
4780 REGEX_ASSERT(cbInfo.numCalls == 0);
4785 cbInfo.reset(4);
4790 REGEX_ASSERT(cbInfo.numCalls > 0);
4794 cbInfo.reset(4);
4799 REGEX_ASSERT(cbInfo.numCalls == 4);
4852 progressCallBackContext cbInfo local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dreapits.c1319 callBackContext cbInfo = {4, 0, 0}; local
1320 const void *pContext = &cbInfo;
1331 uregex_setMatchCallback(re, &TestCallbackFn, &cbInfo, &status);
1333 TEST_ASSERT(cbInfo.numCalls == 0);
1336 TEST_ASSERT(cbInfo.numCalls > 0);
1341 TEST_ASSERT(pContext == &cbInfo);

Completed in 128 milliseconds