Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/haiku/src/system/libroot/posix/libstdthreads/
H A Dtss.c38 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create()
47 tss_delete(tss_t key) in tss_delete()
54 tss_get(tss_t key) in tss_get()
61 tss_set(tss_t key, void *val) in tss_set()
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_key.cpp21 get_key_destructor(uint32 key, int32& sequence) in get_key_destructor()
43 get_key_value(pthread_thread* thread, uint32 key, int32 sequence) in get_key_value()
66 for (uint32 key = 0; key < PTHREAD_KEYS_MAX; key++) { in __pthread_key_call_destructors() local
85 for (uint32 key = 0; key < PTHREAD_KEYS_MAX; key++) { in pthread_key_create() local
106 pthread_key_delete(pthread_key_t key) in pthread_key_delete()
121 pthread_getspecific(pthread_key_t key) in pthread_getspecific()
139 pthread_setspecific(pthread_key_t key, const void* value) in pthread_setspecific()
/haiku/src/apps/cortex/Persistence/
H A DExportContext.cpp183 const char* key, in writeAttr()
187 const char* key, in writeAttr()
191 const char* key, in writeAttr()
195 const char* key, in writeAttr()
199 const char* key, in writeAttr()
203 const char* key, in writeAttr()
207 const char* key, in writeAttr()
211 const char* key, in writeAttr()
215 const char* key, in writeAttr()
219 const char* key, in writeAttr()
[all …]
/haiku/src/apps/terminal/
H A DPrefHandler.cpp241 const char *key; in SaveAsText() local
318 PrefHandler::getInt32(const char *key) in getInt32()
329 PrefHandler::getFloat(const char *key) in getFloat()
343 PrefHandler::getString(const char *key) in getString()
355 PrefHandler::getBool(const char *key) in getBool()
366 PrefHandler::getCursor(const char *key) in getCursor()
385 PrefHandler::getRGB(const char *key) in getRGB()
409 PrefHandler::setInt32(const char *key, int32 data) in setInt32()
420 PrefHandler::setFloat(const char *key, float data) in setFloat()
431 PrefHandler::setBool(const char *key, bool data) in setBool()
[all …]
/haiku/src/kits/app/
H A DKeyStore.cpp32 BKeyStore::GetKey(BKeyType type, const char* identifier, BKey& key) in GetKey()
40 const char* secondaryIdentifier, BKey& key) in GetKey()
49 BKey& key) in GetKey()
58 BKey& key) in GetKey()
66 const char* secondaryIdentifier, BKey& key) in GetKey()
75 BKey& key) in GetKey()
98 BKeyStore::AddKey(const BKey& key) in AddKey()
105 BKeyStore::AddKey(const char* keyring, const BKey& key) in AddKey()
120 BKeyStore::RemoveKey(const BKey& key) in RemoveKey()
127 BKeyStore::RemoveKey(const char* keyring, const BKey& key) in RemoveKey()
[all …]
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_pae_input.c81 struct ieee80211_eapol_key *key; in ieee80211_eapol_key_input() local
188 struct ieee80211_eapol_key *key, struct ieee80211_node *ni) in ieee80211_recv_4way_msg1()
284 struct ieee80211_eapol_key *key, struct ieee80211_node *ni, in ieee80211_recv_4way_msg2()
362 struct ieee80211_eapol_key *key, struct ieee80211_node *ni) in ieee80211_recv_4way_msg3()
692 struct ieee80211_eapol_key *key, struct ieee80211_node *ni) in ieee80211_recv_4way_msg4()
764 struct ieee80211_eapol_key *key, struct ieee80211_node *ni) in ieee80211_recv_4way_msg2or4()
811 struct ieee80211_eapol_key *key, struct ieee80211_node *ni) in ieee80211_recv_rsn_group_msg1()
977 struct ieee80211_eapol_key *key, struct ieee80211_node *ni) in ieee80211_recv_wpa_group_msg1()
1083 struct ieee80211_eapol_key *key, struct ieee80211_node *ni) in ieee80211_recv_group_msg2()
1136 struct ieee80211_eapol_key *key, struct ieee80211_node *ni) in ieee80211_recv_eapol_key_req()
H A Dieee80211_pae_output.c67 struct ieee80211_eapol_key *key; in ieee80211_send_eapol_key() local
258 struct ieee80211_eapol_key *key; in ieee80211_send_4way_msg1() local
313 struct ieee80211_eapol_key *key; in ieee80211_send_4way_msg2() local
365 struct ieee80211_eapol_key *key; in ieee80211_send_4way_msg3() local
443 struct ieee80211_eapol_key *key; in ieee80211_send_4way_msg4() local
488 struct ieee80211_eapol_key *key; in ieee80211_send_group_msg1() local
568 struct ieee80211_eapol_key *key; in ieee80211_send_group_msg2() local
612 struct ieee80211_eapol_key *key; in ieee80211_send_eapol_key_req() local
/haiku/headers/private/kernel/util/
H A DVectorMap.h299 _VECTOR_MAP_CLASS_NAME::Insert(const Key &key, const Value &value) in Insert()
318 _VECTOR_MAP_CLASS_NAME::Put(const Key &key, const Value &value) in Put()
334 _VECTOR_MAP_CLASS_NAME::Get(const Key &key) in Get()
354 _VECTOR_MAP_CLASS_NAME::Get(const Key &key) const in Get()
371 _VECTOR_MAP_CLASS_NAME::Remove(const Key &key) in Remove()
535 _VECTOR_MAP_CLASS_NAME::Find(const Key &key) in Find()
553 _VECTOR_MAP_CLASS_NAME::Find(const Key &key) const in Find()
587 _VECTOR_MAP_CLASS_NAME::FindClose(const Key &key, bool less) in FindClose()
628 _VECTOR_MAP_CLASS_NAME::FindClose(const Key &key, bool less) const in FindClose()
655 _VECTOR_MAP_CLASS_NAME::_FindInsertionIndex(const Key &key, in _FindInsertionIndex()
[all …]
H A DSplayTree.h74 Key key = Definition::GetKey(node); in Insert() local
97 Node* Remove(const Key& key) in Remove()
128 Key key = Definition::GetKey(node); in Remove() local
187 Node* Lookup(const Key& key) in Lookup()
211 Node* PreviousDontSplay(const Key& key) const in PreviousDontSplay()
226 Node* FindClosest(const Key& key, bool greater, bool orEqual) in FindClosest()
279 void _Splay(const Key& key) { in _Splay()
514 Node* Remove(const Key& key) in Remove()
547 Node* Lookup(const Key& key) in Lookup()
566 Node* FindClosest(const Key& key, bool greater, bool orEqual) in FindClosest()
[all …]
/haiku/headers/private/shared/
H A DHashMap.h33 HashMapElement(const Key& key, const Value& value) in HashMapElement()
71 Entry(const Key& key, Value value) : key(key), value(value) {} in Entry()
73 Key key; variable
173 status_t Put(const Key& key, const Value& value) in Put()
181 Value Remove(const Key& key) in Remove()
203 Value Get(const Key& key) const in Get()
212 bool ContainsKey(const Key& key) const in ContainsKey()
376 HashMap<Key, Value>::Put(const Key& key, const Value& value) in Put()
401 HashMap<Key, Value>::Remove(const Key& key) in Remove()
452 HashMap<Key, Value>::Get(const Key& key) const in Get()
[all …]
H A DLRUCache.h30 LRUOrderingNode(const Key& key, const Value& value) in LRUOrderingNode()
77 status_t Put(const Key& key, const Value& value) in Put()
102 Value Remove(const Key& key) in Remove()
125 Value Get(const Key& key) in Get()
135 bool ContainsKey(const Key& key) const in ContainsKey()
H A DHashSet.h32 HashSetElement(const Key& key) in HashSetElement()
158 status_t Add(const Key& key) in Add()
166 bool Remove(const Key& key) in Remove()
180 bool Contains(const Key& key) const in Contains()
244 HashSet<Key>::Add(const Key& key) in Add()
268 HashSet<Key>::Remove(const Key& key) in Remove()
316 HashSet<Key>::Contains(const Key& key) const in Contains()
/haiku/src/apps/haikudepot/util/
H A DAppUtils.cpp44 AppUtils::MarkItemWithKeyValueInMenuOrFirst(BMenu* menu, const BString& key, const BString& value) in MarkItemWithKeyValueInMenuOrFirst()
54 AppUtils::MarkItemWithKeyValueInMenu(BMenu* menu, const BString& key, const BString& value) in MarkItemWithKeyValueInMenu()
72 AppUtils::IndexOfKeyValueInMenu(BMenu* menu, const BString& key, const BString& value) in IndexOfKeyValueInMenu()
87 AppUtils::GetValueForKeyAtIndexInMenu(BMenu* menu, int32 index, const BString& key, BString* result) in GetValueForKeyAtIndexInMenu()
/haiku/src/preferences/keymap/
H A DModifierKeysWindow.cpp171 int32 key = kDisabled; in MessageReceived() local
283 ModifierKeysWindow::_CreateMenuField(BPopUpMenu** _menu, BMenuField** _menuField, uint32 key, in _CreateMenuField()
290 for (int32 key = MENU_ITEM_FIRST; key <= MENU_ITEM_LAST; key++) { in _CreateMenuField() local
334 for (int32 key = MENU_ITEM_FIRST; key <= MENU_ITEM_LAST; key++) { in _MarkMenuItem() local
358 ModifierKeysWindow::_KeyToString(int32 key) in _KeyToString()
392 ModifierKeysWindow::_KeyToKeyCode(int32 key, bool right) in _KeyToKeyCode()
490 for (int32 key = MENU_ITEM_FIRST; key < MENU_ITEM_SEPARATOR; key++) { in _DuplicateKeys() local
H A DKeyboardLayoutView.cpp204 Key* key = _KeyAt(point); in MouseDown() local
370 Key* key = _KeyAt(fClickPoint); in MouseUp() local
453 Key* key = _KeyAt(fClickPoint); in MouseMoved() local
512 Key* key = fLayout->KeyAt(i); in Draw() local
580 Key* key = _KeyForCode(keyCode); in MessageReceived() local
615 Key* key = _KeyForCode(keyCode); in MessageReceived() local
708 KeyboardLayoutView::_DrawKey(BView* view, BRect updateRect, const Key* key, in _DrawKey()
995 const Key* key, char* text, size_t textSize) in _GetAbbreviatedKeyLabelIfNeeded()
1024 KeyboardLayoutView::_GetKeyLabel(const Key* key, char* text, size_t textSize, in _GetKeyLabel()
1108 Key* key = fLayout->KeyAt(i); in _KeyForCode() local
[all …]
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h190 inline status_t BPlusTree::GetNextEntry(void *key,uint16 *keyLength,uint16 maxLength,off_t *value) in GetNextEntry()
195 inline status_t BPlusTree::GetPreviousEntry(void *key,uint16 *keyLength,uint16 maxLength,off_t *val… in GetPreviousEntry()
200 inline status_t BPlusTree::Insert(const char *key,off_t value) in Insert()
207 inline status_t BPlusTree::Insert(int32 key, off_t value) in Insert()
214 inline status_t BPlusTree::Insert(uint32 key, off_t value) in Insert()
221 inline status_t BPlusTree::Insert(int64 key, off_t value) in Insert()
228 inline status_t BPlusTree::Insert(uint64 key, off_t value) in Insert()
235 inline status_t BPlusTree::Insert(float key, off_t value) in Insert()
242 inline status_t BPlusTree::Insert(double key, off_t value) in Insert()
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.cpp111 const char* key = capability->fKey.c_str(); in SetDriverSpecificSettings() local
134 GPDriver::AddDriverSpecificSetting(PrinterCap::CapID category, const char* key) { in AddDriverSpecificSetting()
159 const char* key) { in AddDriverSpecificBooleanSetting()
168 const char* key) { in AddDriverSpecificIntSetting()
177 const char* key) { in AddDriverSpecificDimensionSetting()
186 const char* key) { in AddDriverSpecificDoubleSetting()
/haiku/src/system/libnetwork/netresolv/dst/
H A Dhmac_link.c82 HMAC_Key *key; in dst_hmac_md5_sign() local
151 HMAC_Key *key; in dst_hmac_md5_verify() local
210 dst_buffer_to_hmac_md5(DST_KEY *dkey, const u_char *key, const int keylen) in dst_buffer_to_hmac_md5()
271 u_char key[HMAC_LEN]; in dst_hmac_md5_key_to_file_format() local
333 u_char key[HMAC_LEN+1]; /* b64_pton needs more than 64 bytes do decode in dst_hmac_md5_key_from_file_format() local
419 dst_hmac_md5_free_key_structure(void *key) in dst_hmac_md5_free_key_structure()
436 dst_hmac_md5_generate_key(DST_KEY *key, const int nothing) in dst_hmac_md5_generate_key()
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp51 uint32 key; in Filter() local
66 uint32 key; in Filter() local
296 uint32 key; in KeyDown() local
312 uint32 key; in KeyUp() local
404 StateView::HandleKeyDown(uint32 key, uint32 modifiers) in HandleKeyDown()
430 StateView::HandleKeyUp(uint32 key, uint32 modifiers) in HandleKeyUp()
523 StateView::_HandleKeyDown(uint32 key, uint32 modifiers) in _HandleKeyDown()
530 StateView::_HandleKeyUp(uint32 key, uint32 modifiers) in _HandleKeyUp()
/haiku/src/kits/locale/
H A DHashMapCatalog.cpp126 CatKey key(string, context, comment); in GetString() local
134 CatKey key(id); in GetString() local
140 HashMapCatalog::GetString(const CatKey& key) in GetString()
231 CatKey key(stringCopy.String(), context, commentCopy.String()); in SetString() local
244 CatKey key(id); in SetString() local
251 HashMapCatalog::SetString(const CatKey& key, const char *translated) in SetString()
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto.c102 cipher_detach(struct ieee80211_key *key) in cipher_detach()
108 cipher_attach(struct ieee80211vap *vap, struct ieee80211_key *key) in cipher_attach()
118 struct ieee80211_key *key, in dev_key_alloc()
126 const struct ieee80211_key *key) in dev_key_delete()
132 dev_key_set(struct ieee80211vap *vap, const struct ieee80211_key *key) in dev_key_set()
338 int cipher, int flags, struct ieee80211_key *key) in ieee80211_crypto_newkey()
496 _ieee80211_crypto_delkey(struct ieee80211vap *vap, struct ieee80211_key *key) in _ieee80211_crypto_delkey()
530 ieee80211_crypto_delkey(struct ieee80211vap *vap, struct ieee80211_key *key) in ieee80211_crypto_delkey()
562 ieee80211_crypto_setkey(struct ieee80211vap *vap, struct ieee80211_key *key) in ieee80211_crypto_setkey()
686 struct ieee80211_key **key) in ieee80211_crypto_decap()
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h108 inline void Generate(Key &key, Value &value) in Generate()
138 inline void Generate(Key &key, Value &value) in Generate()
329 void Insert(const Key &key, const Value &value) in Insert()
336 void Put(const Key &key, const Value &value) in Put()
343 Value &Get(const Key &key) in Get()
350 const Value &Get(const Key &key) const in Get()
357 void Remove(const Key &key) in Remove()
478 Iterator Find(const Key &key) in Find()
491 ConstIterator Find(const Key &key) const in Find()
504 Iterator FindClose(const Key &key, bool less) in FindClose()
[all …]
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dhmac.h24 u_int8_t key[MD5_BLOCK_LENGTH]; member
30 u_int8_t key[SHA1_BLOCK_LENGTH]; member
36 u_int8_t key[SHA256_BLOCK_LENGTH]; member
/haiku/src/system/boot/platform/amiga_m68k/
H A Dkeyboard.cpp33 union key key; in wait_for_key() local
42 union key key; in check_for_boot_keys() local
/haiku/src/system/boot/platform/next_m68k/
H A Dkeyboard.cpp35 union key key; in wait_for_key() local
45 union key key; in check_for_boot_keys() local

12345678910>>...15