Searched +defs:key +defs:description (Results 1 - 25 of 58) sorted by relevance

123

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dmap.h46 const Char *description; /* description of function */ member in struct:el_bindings_t
52 el_action_t *key; /* The current normal key map */ member in struct:el_map_t
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecXPCError.c53 const char *description = xpc_dictionary_get_string(xpc_error, kDescriptionKey); local
64 static void SecXPCDictionarySetCFString(xpc_object_t dict, const char *key, CFStringRef string) argument
78 CFStringRef description = CFErrorCopyDescription(error); local
H A Dcloud_keychain_diagnose.c1041 dump_dict_applier( const void *key, const void *value, void *context) argument
1204 dump_cferror( FILE *log_file, const char *description, CFErrorRef error) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecXPCError.c53 const char *description = xpc_dictionary_get_string(xpc_error, kDescriptionKey); local
64 static void SecXPCDictionarySetCFString(xpc_object_t dict, const char *key, CFStringRef string) argument
78 CFStringRef description = CFErrorCopyDescription(error); local
H A Dcloud_keychain_diagnose.c1041 dump_dict_applier( const void *key, const void *value, void *context) argument
1204 dump_cferror( FILE *log_file, const char *description, CFErrorRef error) argument
[all...]
/macosx-10.10/libedit-40/src/
H A Dmap.h46 const Char *description; /* description of function */ member in struct:el_bindings_t
52 el_action_t *key; /* The current normal key map */ member in struct:el_map_t
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dmap.h47 const char *description; /* description of function */ member in struct:el_bindings_t
53 el_action_t *key; /* The current normal key map */ member in struct:el_map_t
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dnet.h60 const CFStringRef *key; member in struct:__anon7236
67 const char *description; member in struct:__anon7237
69 const CFStringRef *key; member in struct:__anon7237
/macosx-10.10/emacs-93/emacs/lisp/
H A Dtutorial.el[all...]
H A Dhelp.el[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecuritydXPC.c163 bool SecXPCDictionarySetPList(xpc_object_t message, const char *key, CFTypeRef object, CFErrorRef *error) argument
185 bool SecXPCDictionarySetPListOptional(xpc_object_t message, const char *key, CFTypeRef object, CFErrorRef *error) { argument
189 bool SecXPCDictionarySetData(xpc_object_t message, const char *key, CFDataRef data, CFErrorRef *error) argument
198 SecXPCDictionarySetString(xpc_object_t message, const char *key, CFStringRef string, CFErrorRef *error) argument
213 SecXPCDictionarySetDataOptional(xpc_object_t message, const char *key, CFDataRef data, CFErrorRef *error) argument
217 SecXPCDictionaryCopyArray(xpc_object_t message, const char *key, CFErrorRef *error) argument
222 CFStringRef description = CFCopyTypeIDDescription(type_id); local
231 SecXPCDictionaryCopyArrayOptional(xpc_object_t message, const char *key, CFArrayRef *parray, CFErrorRef *error) argument
240 SecXPCDictionaryCopyData(xpc_object_t message, const char *key, CFErrorRef *error) argument
256 SecXPCDictionaryCopyDataOptional(xpc_object_t message, const char *key, CFDataRef *pdata, CFErrorRef *error) argument
266 SecXPCDictionaryCopyDictionary(xpc_object_t message, const char *key, CFErrorRef *error) argument
271 CFStringRef description = CFCopyTypeIDDescription(type_id); local
280 SecXPCDictionaryCopyDictionaryOptional(xpc_object_t message, const char *key, CFDictionaryRef *pdictionary, CFErrorRef *error) argument
289 SecXPCDictionaryCopyPList(xpc_object_t message, const char *key, CFErrorRef *error) argument
309 SecXPCDictionaryCopyPListOptional(xpc_object_t message, const char *key, CFTypeRef *pobject, CFErrorRef *error) argument
319 SecXPCDictionaryCopyString(xpc_object_t message, const char *key, CFErrorRef *error) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginPackage.h54 const String& description() const { return m_description; } function in class:WebCore::PluginPackage
139 static unsigned hash(const uintptr_t key) { return reinterpret_cast<PluginPackage*>(key)->hash(); } argument
140 static unsigned hash(const RefPtr<PluginPackage>& key) { return key->hash(); } argument
/macosx-10.10/apr-32/apr-util/apr-util/test/
H A Dtestcrypto.c102 apr_crypto_key_t *key = NULL; local
96 passphrase(abts_case *tc, apr_pool_t *pool, const apr_crypto_driver_t *driver, const apr_crypto_t *f, apr_crypto_block_key_type_e type, apr_crypto_block_key_mode_e mode, int doPad, const char *description) argument
145 encrypt_block(abts_case *tc, apr_pool_t *pool, const apr_crypto_driver_t *driver, const apr_crypto_t *f, const apr_crypto_key_t *key, const unsigned char *in, const apr_size_t inlen, unsigned char **cipherText, apr_size_t *cipherTextLen, const unsigned char **iv, apr_size_t *blockSize, const char *description) argument
225 decrypt_block(abts_case *tc, apr_pool_t *pool, const apr_crypto_driver_t *driver, const apr_crypto_t *f, const apr_crypto_key_t *key, unsigned char *cipherText, apr_size_t cipherTextLen, unsigned char **plainText, apr_size_t *plainTextLen, const unsigned char *iv, apr_size_t *blockSize, const char *description) argument
315 crypto_block_cross(abts_case *tc, apr_pool_t *pool, const apr_crypto_driver_t **drivers, const apr_crypto_block_key_type_e type, const apr_crypto_block_key_mode_e mode, int doPad, const unsigned char *in, apr_size_t inlen, const char *description) argument
[all...]
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDADisk.c197 static void __DADiskMatch( const void * key, const void * value, void * context ) argument
228 CFComparisonResult DADiskCompareDescription( DADiskRef disk, CFStringRef description, CFTypeRef value ) argument
1274 DADiskSetDescription( DADiskRef disk, CFStringRef description, CFTypeRef value ) argument
[all...]
H A DDAInternal.c221 __private_extern__ void ___CFDictionarySetIntegerValue( CFMutableDictionaryRef dictionary, const void * key, SInt64 value ) argument
414 CFMutableDictionaryRef description; local
470 CFMutableDictionaryRef description = NULL; local
[all...]
H A DDAServer.c1045 CFDataRef description; local
1805 CFStringRef key; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontCache.cpp103 FontPlatformDataCacheKey(const AtomicString& family, const FontDescription& description) argument
288 static NeverDestroyed<FontCache::FontFileKey> key = nullAtom; local
309 PassRefPtr<OpenTypeVerticalData> FontCache::getVerticalData(const FontFileKey& key, const FontPlatformData& platformData) argument
554 getFontData(const FontDescription& description, int& familyIndex, FontSelector* fontSelector) argument
[all...]
H A DFont.cpp219 FontGlyphsCacheKey key; member in struct:WebCore::FontGlyphsCacheEntry
257 static unsigned makeFontSelectorFlags(const FontDescription& description) argument
262 static void makeFontGlyphsCacheKey(FontGlyphsCacheKey& key, const FontDescription& description, FontSelector* fontSelector) argument
272 computeFontGlyphsCacheHash(const FontGlyphsCacheKey& key) argument
301 FontGlyphsCacheKey key; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DFontPlatformData.cpp208 HKEY key; local
513 String FontPlatformData::description() const function in class:WebCore::FontPlatformData
[all...]
/macosx-10.10/DiskArbitration-268/DiskArbitration/
H A DDiskArbitrationPrivate.c86 CFDictionaryRef description; local
114 CFDictionaryRef description; local
154 CFDictionaryRef description; local
293 CFDictionaryRef description; local
321 CFDictionaryRef description; local
356 CFDictionaryRef description; local
384 CFDictionaryRef description; local
412 CFDictionaryRef description; local
440 CFNumberRef key; local
862 CFDictionaryRef description; local
904 CFDictionaryRef description; local
1265 CFDictionaryRef description = NULL; local
1604 CFNumberRef key; local
2014 CFNumberRef key; local
2366 CFNumberRef key; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dnfrule.cpp89 NFRule::makeRules(UnicodeString& description, argument
221 parseRuleDescriptor(UnicodeString& description, UErrorCode& status) argument
1319 findText(const UnicodeString& str, const UnicodeString& key, int32_t startingAt, int32_t* length) const argument
[all...]
H A Dplurrule.cpp131 PluralRules::createRules(const UnicodeString& description, UErrorCode& status) { argument
726 const char *key=NULL; local
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DCertificate.cpp338 CSSM_KEY *key = reinterpret_cast<CSSM_KEY *>(keyPtr->Data); local
478 inferLabelFromX509Name( const CSSM_X509_NAME *x509Name, CFStringBuiltInEncodings *encoding, const CSSM_DATA **description, CFStringBuiltInEncodings *descrEncoding) argument
541 const CSSM_DATA *description = NULL; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DCertificate.cpp338 CSSM_KEY *key = reinterpret_cast<CSSM_KEY *>(keyPtr->Data); local
478 inferLabelFromX509Name( const CSSM_X509_NAME *x509Name, CFStringBuiltInEncodings *encoding, const CSSM_DATA **description, CFStringBuiltInEncodings *descrEncoding) argument
541 const CSSM_DATA *description = NULL; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DCertificate.cpp338 CSSM_KEY *key = reinterpret_cast<CSSM_KEY *>(keyPtr->Data); local
478 inferLabelFromX509Name( const CSSM_X509_NAME *x509Name, CFStringBuiltInEncodings *encoding, const CSSM_DATA **description, CFStringBuiltInEncodings *descrEncoding) argument
541 const CSSM_DATA *description = NULL; local
[all...]

Completed in 328 milliseconds

123