Searched +defs:key +defs:types (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10/ruby-106/ruby/ext/fiddle/
H A Dfunction.c63 parse_keyword_arg_i(VALUE key, VALUE value, VALUE self) argument
125 VALUE cfunc, types, cPointer; local
/macosx-10.10/objc4-646/runtime/
H A Dobjc-runtime-new.h45 inline cache_key_t key() const { return _key; } function in struct:bucket_t
86 const char *types; member in struct:method_t
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DPasteboardHelper.cpp193 auto types = dataObject->unknownTypes(); local
261 GUniqueOutPtr<gchar> key; local
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dssu.c54 dns_rdatatype_t *types; /*%< the data types. Can include ANY, */ member in struct:dns_ssurule
160 dns_ssutable_addrule(dns_ssutable_t *table, isc_boolean_t grant, dns_name_t *identity, unsigned int matchtype, dns_name_t *name, unsigned int ntypes, dns_rdatatype_t *types) argument
349 dns_ssutable_checkrules(dns_ssutable_t *table, dns_name_t *signer, dns_name_t *name, isc_netaddr_t *tcpaddr, dns_rdatatype_t type, const dst_key_t *key) argument
552 dns_ssurule_types(const dns_ssurule_t *rule, dns_rdatatype_t **types) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dtznames.cpp149 const char *key = locale.getName(); local
282 TimeZoneNamesDelegate::find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const { argument
H A Dtzgnames.cpp64 hashPartialLocationKey(const UHashTok key) { argument
201 GNameSearchHandler::GNameSearchHandler(uint32_t types) argument
786 PartialLocationKey key; local
909 findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const argument
1030 findLocal(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const argument
1115 findTimeZoneNames(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const argument
1245 const char *key = locale.getName(); local
1343 findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const argument
[all...]
H A Dtznames_impl.cpp150 TextTrieMap::put(const UnicodeString &key, void *value, ZNStringPool &sp, UErrorCode &status) { argument
158 TextTrieMap::put(const UChar *key, void *value, UErrorCode &status) { argument
176 TextTrieMap::putImpl(const UnicodeString &key, void *value, UErrorCode &status) { argument
296 const UChar *key = (UChar *)fLazyContents->elementAt(i); local
519 createInstance(UResourceBundle* rb, const char* key) argument
561 loadData(UResourceBundle* rb, const char* key) argument
632 createInstance(UResourceBundle* rb, const char* key, const UnicodeString& tzID) argument
782 ZNameSearchHandler(uint32_t types) argument
1156 char key[ZID_KEY_MAX + 1]; local
1225 char key[ZID_KEY_MAX + 1]; local
1283 find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const argument
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/crypto/
H A Dapr_crypto_openssl.c44 apr_hash_t *types; member in struct:apr_crypto_t
57 unsigned char *key; member in struct:apr_crypto_key_t
307 crypto_get_block_key_types(apr_hash_t **types, const apr_crypto_t *f) argument
363 apr_crypto_key_t *key = *k; local
473 crypto_block_encrypt_init(apr_crypto_block_t **ctx, const unsigned char **iv, const apr_crypto_key_t *key, apr_size_t *blockSize, apr_pool_t *p) argument
645 crypto_block_decrypt_init(apr_crypto_block_t **ctx, apr_size_t *blockSize, const unsigned char *iv, const apr_crypto_key_t *key, apr_pool_t *p) argument
[all...]
H A Dapr_crypto_nss.c55 apr_hash_t *types; member in struct:apr_crypto_t
78 apr_crypto_key_t *key; member in struct:apr_crypto_block_t
259 apr_crypto_key_t *key; local
344 crypto_get_block_key_types(apr_hash_t **types, const apr_crypto_t *f) argument
406 apr_crypto_key_t *key = *k; local
528 crypto_block_encrypt_init(apr_crypto_block_t **ctx, const unsigned char **iv, const apr_crypto_key_t *key, apr_size_t *blockSize, apr_pool_t *p) argument
709 crypto_block_decrypt_init(apr_crypto_block_t **ctx, apr_size_t *blockSize, const unsigned char *iv, const apr_crypto_key_t *key, apr_pool_t *p) argument
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/test/
H A Dtestcrypto.c102 apr_crypto_key_t *key = NULL; local
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
688 apr_hash_t *types; local
731 apr_hash_t *types; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dpac.c83 HMAC_MD5_any_checksum(krb5_context context, const krb5_keyblock *key, const void *data, size_t len, unsigned usage, Checksum *result) argument
401 krb5_pac_get_types(krb5_context context, krb5_pac p, size_t *len, uint32_t **types) argument
444 verify_checksum(krb5_context context, const struct PAC_INFO_BUFFER *sig, const krb5_data *data, void *ptr, size_t len, const krb5_keyblock *key) argument
538 create_checksum(krb5_context context, const krb5_keyblock *key, uint32_t cksumtype, void *data, size_t datalen, void *sig, size_t siglen) argument
900 pac_checksum(krb5_context context, const krb5_keyblock *key, uint32_t *cksumtype, size_t *cksumsize) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcc-engine.el[all...]
/macosx-10.10/DiskArbitration-268/DiskArbitration/
H A DDiskArbitrationPrivate.c440 CFNumberRef key; local
1604 CFNumberRef key; local
1666 DiskArbClientHandlesUnrecognizedDisks( int types, int priority ) argument
2014 CFNumberRef key; local
2366 CFNumberRef key; local
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/tools/
H A DIOHIDEventSystemMonitor.c267 static CFTypeRef VirtualCopyProperty(void * target, void * refcon, CFStringRef key) argument
280 static boolean_t VirtualSetProperty(void * target, void * refcon, CFStringRef key, CFTypeRef value) argument
387 static void printStringValue(CFStringRef key, CFStringRef string, CFIndex indentationLevel, bool newline) argument
397 static void printBooleanValue(CFStringRef key, CFBooleanRef value, CFIndex indentationLevel, bool newline) argument
408 static void printNumberValue(CFStringRef key, CFNumberRe argument
429 printDictionaryValue(CFStringRef key, CFDictionaryRef dictionary, CFIndex indentationLevel) argument
451 CFStringRef key; local
483 CFStringRef key; local
536 CFIndex types; local
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_freetds.c545 char *key; local
448 dbd_freetds_prepare(apr_pool_t *pool, apr_dbd_t *sql, const char *query, const char *label, int nargs, int nvals, apr_dbd_type_e *types, apr_dbd_prepared_t **statement) argument
[all...]
H A Dapr_dbd_mysql.c60 apr_dbd_type_e *types; member in struct:apr_dbd_prepared_t
1102 const char *key; local
578 dbd_mysql_prepare(apr_pool_t *pool, apr_dbd_t *sql, const char *query, const char *label, int nargs, int nvals, apr_dbd_type_e *types, apr_dbd_prepared_t **statement) argument
[all...]
H A Dapr_dbd_oracle.c395 const char *key; local
854 dbd_oracle_prepare(apr_pool_t *pool, apr_dbd_t *sql, const char *query, const char *label, int nargs, int nvals, apr_dbd_type_e *types, apr_dbd_prepared_t **statement) argument
[all...]
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDPrivate.c928 _SC_CFBundleCopyNonLocalizedString(CFBundleRef bundle, CFStringRef key, CFStringRef value, CFStringRef tableName) argument
1189 mach_port_type_array_t types; local
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Dauth.c1572 cupsd_location_t key; /* Search key */ local
1626 static const char * const types[] = /* Auth types */ local
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dmacselect.c928 Lisp_Object key, binding; member in struct:apple_event_binding
1533 FlavorType *types; local
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dchap_ms.c420 rc4_init(struct rc4_state *const state, const u_char *key, int keylen) argument
1240 set_mppe_enc_types(int policy, int types) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dmethods.c556 static const char* types [] = { local
1694 static const char* types [] = { local
2425 const char* key; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dm.c178 CONST char* key; local
248 CONST char* key; local
254 CONST char* types [] = { local
257 enum types { enum
881 CONST char* key; local
945 CONST char* key; local
1303 CONST char* key; local
1355 CONST char* key; local
1453 CONST char* key; local
2061 CONST char* key; local
2269 CONST char* key; local
2354 CONST char* key; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/akadmin/
H A DHeimODAdmin.c789 CFStringRef key; local
830 CFStringRef key; local
278 copyDataRecord(ODNodeRef node, ODRecordRef record, CFStringRef ckey, CFStringRef skey, CFStringRef *key, bool *server_record_p, CFErrorRef *error) argument
861 CFStringRef key; local
937 CFDataRef key = CFArrayGetValueAtIndex(array, i); local
1064 __block hdb_keyset_aapl key; local
1333 HeimODSetVerifiers(ODNodeRef node, ODRecordRef record, CFStringRef principal, CFArrayRef types, CFTypeRef password, unsigned long flags, CFErrorRef *error) argument
1582 hdb_keyset_aapl key; local
1784 Key *key = &keyset.keys.val[n]; local
2221 load_simple(krb5_context context, ODRecordRef record, CFDictionaryRef dict, CFStringRef key, CFTypeRef data, unsigned long flags, CFErrorRef *error) argument
2280 load_keys(krb5_context context, ODRecordRef record, CFDictionaryRef dict, CFStringRef key, CFTypeRef data, unsigned long flags, CFErrorRef *error) argument
2392 hdb_keyset_aapl key; local
2495 CFStringRef key = is_server ? dlkeys[n].serverkey : dlkeys[n].clientkey; local
2555 CFStringRef key = is_server ? dlkeys[n].serverkey : dlkeys[n].clientkey; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Dhdb-od.c178 CFMutableArrayRef types = NULL; local
702 hdb_keyset_aapl key; local
847 hdb_srp_set key; local
1035 static const struct key { struct
[all...]

Completed in 421 milliseconds

123