Home
last modified time | relevance | path

Searched refs:iface_key (Results 1 – 9 of 9) sorted by relevance

/dports/net/hostapd-devel/hostap-14ab4a816/wpa_supplicant/binder/
H A Dbinder_manager.cpp56 const void *iface_key = wpa_s; in registerInterface() local
59 if (iface_object_map_.find(iface_key) != iface_object_map_.end()) in registerInterface()
62 iface_object_map_[iface_key] = new Iface(wpa_s); in registerInterface()
63 if (!iface_object_map_[iface_key].get()) in registerInterface()
66 wpa_s->binder_object_key = iface_key; in registerInterface()
76 const void *iface_key = wpa_s; in unregisterInterface() local
77 if (iface_object_map_.find(iface_key) == iface_object_map_.end()) in unregisterInterface()
81 iface_object_map_.erase(iface_key); in unregisterInterface()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/wpa_supplicant/binder/
H A Dbinder_manager.cpp56 const void *iface_key = wpa_s; in registerInterface() local
59 if (iface_object_map_.find(iface_key) != iface_object_map_.end()) in registerInterface()
62 iface_object_map_[iface_key] = new Iface(wpa_s); in registerInterface()
63 if (!iface_object_map_[iface_key].get()) in registerInterface()
66 wpa_s->binder_object_key = iface_key; in registerInterface()
76 const void *iface_key = wpa_s; in unregisterInterface() local
77 if (iface_object_map_.find(iface_key) == iface_object_map_.end()) in unregisterInterface()
81 iface_object_map_.erase(iface_key); in unregisterInterface()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/binder/
H A Dbinder_manager.cpp56 const void *iface_key = wpa_s; in registerInterface() local
59 if (iface_object_map_.find(iface_key) != iface_object_map_.end()) in registerInterface()
62 iface_object_map_[iface_key] = new Iface(wpa_s); in registerInterface()
63 if (!iface_object_map_[iface_key].get()) in registerInterface()
66 wpa_s->binder_object_key = iface_key; in registerInterface()
76 const void *iface_key = wpa_s; in unregisterInterface() local
77 if (iface_object_map_.find(iface_key) == iface_object_map_.end()) in unregisterInterface()
81 iface_object_map_.erase(iface_key); in unregisterInterface()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/wpa_supplicant/binder/
H A Dbinder_manager.cpp56 const void *iface_key = wpa_s; in registerInterface() local
59 if (iface_object_map_.find(iface_key) != iface_object_map_.end()) in registerInterface()
62 iface_object_map_[iface_key] = new Iface(wpa_s); in registerInterface()
63 if (!iface_object_map_[iface_key].get()) in registerInterface()
66 wpa_s->binder_object_key = iface_key; in registerInterface()
76 const void *iface_key = wpa_s; in unregisterInterface() local
77 if (iface_object_map_.find(iface_key) == iface_object_map_.end()) in unregisterInterface()
81 iface_object_map_.erase(iface_key); in unregisterInterface()
/dports/audio/moc/moc-2.5.2/
H A Dinterface_elements.h43 struct iface_key struct
73 void iface_get_key (struct iface_key *k); argument
74 int iface_key_is_resize (const struct iface_key *k);
108 void iface_entry_handle_key (const struct iface_key *k);
125 void iface_handle_help_key (const struct iface_key *k);
128 void iface_handle_lyrics_key (const struct iface_key *k);
H A Dkeys.h128 struct iface_key;
129 enum key_cmd get_key_cmd (const enum key_context context, const struct iface_key *key);
H A Dinterface.c2131 static void entry_key_go_dir (const struct iface_key *k) in entry_key_go_dir()
2228 static void entry_key_go_url (const struct iface_key *k) in entry_key_go_url()
2292 static void entry_key_add_url (const struct iface_key *k) in entry_key_add_url()
2317 static void entry_key_search (const struct iface_key *k) in entry_key_search()
2363 static void entry_key_plist_save (const struct iface_key *k) in entry_key_plist_save()
2407 static void entry_key_plist_overwrite (const struct iface_key *k) in entry_key_plist_overwrite()
2428 static void entry_key_user_query (const struct iface_key *k) in entry_key_user_query()
2441 static void entry_key (const struct iface_key *k) in entry_key()
2808 static void theme_menu_key (const struct iface_key *k) in theme_menu_key()
3137 static void menu_key (const struct iface_key *k) in menu_key()
[all …]
H A Dinterface_elements.c2159 const struct iface_key *k) in main_win_handle_help_key()
2189 const struct iface_key *k) in main_win_handle_lyrics_key()
3474 const struct iface_key *k) in info_win_entry_handle_key()
3911 void iface_get_key (struct iface_key *k) in iface_get_key()
3958 int iface_key_is_resize (const struct iface_key *k) in iface_key_is_resize()
4219 void iface_entry_handle_key (const struct iface_key *k) in iface_entry_handle_key()
4326 void iface_handle_help_key (const struct iface_key *k) in iface_handle_help_key()
4343 void iface_handle_lyrics_key (const struct iface_key *k) in iface_handle_lyrics_key()
H A Dkeys.c899 const struct iface_key *key) in get_key_cmd()