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

/macosx-10.10/keymgr-28/
H A Dkeymgr.c184 Tkey_Data *keyArray; local
186 for (keyArray = _keymgr_globals()->keymgr_globals;
187 keyArray != NULL;
188 keyArray = keyArray->next)
189 if (keyArray->handle == key)
191 if (keyArray->node_kind == kind)
192 return keyArray;
231 Tkey_Data *keyArray; local
237 for (keyArray
346 Tkey_Data * keyArray; local
384 volatile Tkey_Data * keyArray; local
461 Tkey_Data *keyArray; local
516 Tkey_Data *keyArray; local
538 Tkey_Data *keyArray; local
559 Tkey_Data *keyArray; local
601 Tkey_Data *keyArray; local
615 Tkey_Data *keyArray; local
[all...]
/macosx-10.10/configd-699.1.5/configd.tproj/
H A D_configlist.c44 CFMutableArrayRef keyArray; local
55 keyArray = CFArrayCreateMutable(NULL, storeCnt, &kCFTypeArrayCallBacks);
78 CFArrayAppendValue(keyArray, storeStr);
88 *subKeys = CFArrayCreateCopy(NULL, keyArray);
89 CFRelease(keyArray);
/macosx-10.10/smb-759.0/smbutil/
H A Dview.c80 CFArrayRef keyArray = NULL; local
89 keyArray = CFArrayCreate(kCFAllocatorDefault, (const void **)shareKeys,
94 return keyArray;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/atomTime/
H A DatomTime.c167 feePubKey *keyArray = NULL; local
254 keyArray = fmalloc(sizeof(feePubKey) * loopsSlow);
255 if(keyArray == NULL) {
487 * keyArray[n] = feePubKeyAlloc();
488 * feePubKeyInitFromPrivData(keyArray[n] );
493 keyArray[i] = feePubKeyAlloc();
494 if(keyArray[i] == NULL) {
499 feePubKeyInitFromPrivDataDepth(keyArray[i],
510 feePubKeyFree(keyArray[i]);
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBKey.h159 IDBKey(const KeyArray& keyArray, size_t arraySize) : m_type(ArrayType), m_array(keyArray), m_number(0), m_sizeEstimate(OverheadSize + arraySize) { } argument
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXKeyboard.c45 * Notes on keyArray:
57 static KeyInfo keyArray[] = { variable
102 static Tcl_HashTable keycodeTable; /* keyArray hashed by keycode value. */
164 for (kPtr = keyArray; kPtr->keycode != 0; kPtr++) {
580 for (kPtr = keyArray; kPtr->keycode != 0; kPtr++) {
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXKeyboard.c47 * Notes on keyArray:
59 static KeyInfo keyArray[] = { variable
104 static Tcl_HashTable keycodeTable; /* keyArray hashed by keycode value. */
149 for (kPtr = keyArray; kPtr->keycode != 0; kPtr++) {
493 for (kPtr = keyArray; kPtr->keycode != 0; kPtr++) {
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorIndexedDBAgent.cpp353 IDBKey::KeyArray keyArray; local
360 keyArray.append(idbKeyFromInspectorObject(object.get()));
362 idbKey = IDBKey::createArray(keyArray);
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c460 CFArrayRef keyArray = CFArrayCreate(kCFAllocatorDefault, (const void **)keys, count, &kCFTypeArrayCallBacks); local
461 SCDynamicStoreSetMultiple(cfgCache, NULL, keyArray, NULL);
462 if (keyArray) {
463 CFRelease(keyArray);
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkBind.c360 static KeySymInfo keyArray[] = { variable
366 static Tcl_HashTable keySymTable; /* keyArray hashed by keysym value. */
367 static Tcl_HashTable nameTable; /* keyArray hashed by keysym name. */
748 for (kPtr = keyArray; kPtr->name != NULL; kPtr++) {
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkBind.c372 static KeySymInfo keyArray[] = { variable
378 static Tcl_HashTable keySymTable; /* keyArray hashed by keysym value. */
379 static Tcl_HashTable nameTable; /* keyArray hashed by keysym name. */
772 for (kPtr = keyArray; kPtr->name != NULL; kPtr++) {

Completed in 258 milliseconds