Searched refs:key_type (Results 1 - 25 of 91) sorted by relevance

1234

/macosx-10.10/ntp-92/libntp/
H A Dssl_init.c64 int key_type; local
83 key_type = OBJ_sn2nid(upcased);
85 key_type = 0;
88 if (!key_type && 'm' == tolower(text[0]))
89 key_type = NID_md5;
91 if (!key_type)
96 EVP_DigestInit(&ctx, EVP_get_digestbynid(key_type));
101 keytype_name(key_type), digest_len,
105 keytype_name(key_type), digest_len,
115 return key_type;
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_e_access_traits.hpp60 typedef std::string key_type; typedef in class:sample_trie_e_access_traits
65 key_type>::other::const_reference
/macosx-10.10/swig-12/Lib/std/
H A Dstd_set.i20 size_type erase(const key_type& x);
21 size_type count(const key_type& x) const;
35 iterator find(const key_type& x);
36 iterator lower_bound(const key_type& x);
37 iterator upper_bound(const key_type& x);
38 std::pair<iterator,iterator> equal_range(const key_type& x);
86 typedef _Key key_type;
H A Dstd_map.i11 size_type erase(const key_type& x);
12 size_type count(const key_type& x) const;
19 iterator find(const key_type& x);
20 iterator lower_bound(const key_type& x);
21 iterator upper_bound(const key_type& x);
72 typedef _Key key_type;
H A Dstd_multimap.i12 std::pair<iterator,iterator> equal_range(const key_type& x);
13 std::pair<const_iterator,const_iterator> equal_range(const key_type& x) const;
50 typedef _Key key_type;
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcond_key_dtor_entry_dealtor.hpp64 typedef typename HT_Map::key_type key_type; typedef in class:pb_ds::detail::PB_DS_CKDED_CLASS_NAME
114 m_p_e->m_value.first.~key_type();
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/basic_tree_policy/
H A Dbasic_tree_policy_base.hpp71 typedef typename value_type::first_type key_type; typedef in struct:pb_ds::detail::basic_tree_policy_base
76 key_type>::type>::other::const_reference
128 typedef value_type key_type; typedef in struct:pb_ds::detail::basic_tree_policy_base
133 key_type>::type>::other::const_reference
/macosx-10.10/BerkeleyDB-21/db/db_codegen/
H A Dcode_capi.c54 if (cur_db->key_type != NULL)
210 cur_db->key_type == NULL ? "NULL" : "bdb_",
211 cur_db->key_type == NULL ? "" : cur_db->key_type,
212 cur_db->key_type == NULL ? "" : "_compare",
558 if (t_db->key_type == NULL)
560 if (strcasecmp(t_db->key_type, cur_db->key_type) == 0)
578 }\n", cur_db->key_type, cur_db->key_type, cur_d
[all...]
H A Ddb_codegen.h20 char *key_type; /* Key type */ member in struct:__db_obj
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_multimap.h78 * keys). For a @c multimap<Key,T> the key_type is Key, the mapped_type
95 typedef _Key key_type; typedef in class:multimap
130 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>,
405 erase(const key_type& __x)
478 find(const key_type& __x)
493 find(const key_type& __x) const
502 count(const key_type& __x) const
517 lower_bound(const key_type& __x)
532 lower_bound(const key_type& __x) const
542 upper_bound(const key_type
[all...]
H A Dstl_multiset.h78 * keys). For a @c multiset<Key> the key_type and value_type are Key.
101 typedef _Key key_type; typedef in class:multiset
111 typedef _Rb_tree<key_type, value_type, _Identity<value_type>,
360 erase(const key_type& __x)
396 count(const key_type& __x) const
414 find(const key_type& __x)
418 find(const key_type& __x) const
435 lower_bound(const key_type& __x)
439 lower_bound(const key_type& __x) const
451 upper_bound(const key_type
[all...]
H A Dstl_set.h106 typedef _Key key_type; typedef in class:set
116 typedef _Rb_tree<key_type, value_type, _Identity<value_type>,
372 erase(const key_type& __x)
411 count(const key_type& __x) const
429 find(const key_type& __x)
433 find(const key_type& __x) const
450 lower_bound(const key_type& __x)
454 lower_bound(const key_type& __x) const
466 upper_bound(const key_type& __x)
470 upper_bound(const key_type
[all...]
H A Dstl_map.h80 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the
96 typedef _Key key_type; typedef in class:map
131 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>,
342 operator[](const key_type& __k)
364 at(const key_type& __k)
373 at(const key_type& __k) const
468 erase(const key_type& __x)
541 find(const key_type& __x)
556 find(const key_type& __x) const
568 count(const key_type
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/
H A Dtree_policy.hpp85 typedef typename base_type::key_type key_type; typedef in class:pb_ds::tree_order_statistics_node_update
H A Dtrie_policy.hpp83 typedef String key_type; typedef in struct:pb_ds::string_trie_e_access_traits
84 typedef typename Allocator::template rebind<key_type>::other key_rebind;
163 typedef typename base_type::key_type key_type; typedef in class:pb_ds::trie_prefix_search_node_update
264 typedef typename base_type::key_type key_type; typedef in class:pb_ds::trie_order_statistics_node_update
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/debug/
H A Dmultiset.h57 typedef _Key key_type; typedef in class:std::__debug::multiset
173 erase(const key_type& __x)
214 find(const key_type& __x)
220 find(const key_type& __x) const
226 lower_bound(const key_type& __x)
232 lower_bound(const key_type& __x) const
236 upper_bound(const key_type& __x)
242 upper_bound(const key_type& __x) const
246 equal_range(const key_type& __x)
258 equal_range(const key_type
[all...]
H A Dset.h57 typedef _Key key_type; typedef in class:std::__debug::set
178 erase(const key_type& __x)
219 find(const key_type& __x)
225 find(const key_type& __x) const
231 lower_bound(const key_type& __x)
237 lower_bound(const key_type& __x) const
241 upper_bound(const key_type& __x)
247 upper_bound(const key_type& __x) const
251 equal_range(const key_type& __x)
263 equal_range(const key_type
[all...]
H A Dmap.h57 typedef _Key key_type; typedef in class:std::__debug::map
189 erase(const key_type& __x)
229 find(const key_type& __x)
233 find(const key_type& __x) const
239 lower_bound(const key_type& __x)
243 lower_bound(const key_type& __x) const
247 upper_bound(const key_type& __x)
251 upper_bound(const key_type& __x) const
255 equal_range(const key_type& __x)
265 equal_range(const key_type
[all...]
H A Dmultimap.h57 typedef _Key key_type; typedef in class:std::__debug::multimap
175 erase(const key_type& __x)
216 find(const key_type& __x)
220 find(const key_type& __x) const
226 lower_bound(const key_type& __x)
230 lower_bound(const key_type& __x) const
234 upper_bound(const key_type& __x)
238 upper_bound(const key_type& __x) const
242 equal_range(const key_type& __x)
252 equal_range(const key_type
[all...]
H A Dhash_map.h59 typedef typename _Base::key_type key_type; typedef in class:__gnu_cxx::__debug::hash_map
173 find(const key_type& __key)
177 find(const key_type& __key) const
184 equal_range(const key_type& __key)
194 equal_range(const key_type& __key) const
204 erase(const key_type& __key)
H A Dhash_multimap.h59 typedef typename _Base::key_type key_type; typedef in class:__gnu_cxx::__debug::hash_multimap
155 find(const key_type& __key)
159 find(const key_type& __key) const
165 equal_range(const key_type& __key)
175 equal_range(const key_type& __key) const
185 erase(const key_type& __key)
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/
H A Dtypes_traits.hpp69 typedef typename key_allocator::value_type key_type; typedef in struct:pb_ds::detail::types_traits
/macosx-10.10/swig-12/Lib/ruby/
H A Dstd_multimap.i92 VALUE __getitem__(const key_type& key) const {
110 void __setitem__(const key_type& key, const mapped_type& x) throw (std::out_of_range) {
123 const MultiMap::key_type& key = i->first;
124 const MultiMap::key_type& oldkey = key;
158 const MultiMap::key_type& key = i->first;
159 const MultiMap::key_type& oldkey = key;
191 const MultiMap::key_type& key = i->first;
192 const MultiMap::key_type& oldkey = key;
H A Dstd_map.i143 VALUE __delete__(const key_type& key) {
154 bool has_key(const key_type& key) const {
187 const Map::key_type& key = i->first;
190 k = swig::from<Map::key_type>(key);
208 VALUE k = swig::from<Map::key_type>(i->first);
304 rb_ary_push( ary, swig::from<std::pair<Map::key_type,
310 bool __contains__(const key_type& key) {
332 VALUE __getitem__(const key_type& key) const {
340 void __setitem__(const key_type& key, const mapped_type& x) throw (std::out_of_range) {
355 tmp = swig::from< Map::key_type >(
[all...]
/macosx-10.10/OpenSSL098-52/src/apps/
H A Drsautl.c94 char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY; local
154 key_type = KEY_PUBKEY;
156 key_type = KEY_CERT;
183 if(need_priv && (key_type != KEY_PRIVKEY)) {
199 switch(key_type) {

Completed in 139 milliseconds

1234