Home
last modified time | relevance | path

Searched refs:list_get_entry (Results 1 – 14 of 14) sorted by relevance

/dports/audio/umurmur/umurmur-0.2.17/src/
H A Dvoicetarget.c44 if (targetId == list_get_entry(itr, voicetarget_t, node)->id) { in Voicetarget_add_session()
46 vt = list_get_entry(itr, voicetarget_t, node); in Voicetarget_add_session()
65 if (targetId == list_get_entry(itr, voicetarget_t, node)->id) { in Voicetarget_add_channel()
67 vt = list_get_entry(itr, voicetarget_t, node); in Voicetarget_add_channel()
100 if (targetId == list_get_entry(itr, voicetarget_t, node)->id) { in Voicetarget_del_id()
101 list_del(&list_get_entry(itr, voicetarget_t, node)->node); in Voicetarget_del_id()
102 free(list_get_entry(itr, voicetarget_t, node)); in Voicetarget_del_id()
112 if (targetId == list_get_entry(itr, voicetarget_t, node)->id) { in Voicetarget_get_id()
113 return list_get_entry(itr, voicetarget_t, node); in Voicetarget_get_id()
125 list_del(&list_get_entry(itr, voicetarget_t, node)->node); in Voicetarget_free_all()
[all …]
H A Dclient.c86 c = list_get_entry(itr, client_t, node); in Client_getfds()
102 c = list_get_entry(itr, client_t, node); in Client_janitor()
130 free(list_get_entry(itr, codec_t, node)); in Client_codec_free()
176 token = list_get_entry(itr, token_t, node); in Client_token_match()
189 token = list_get_entry(itr, token_t, node); in Client_token_free()
220 cd = list_get_entry(itr, codec_t, node); in recheckCodecVersions()
245 cd = list_get_entry(itr, codec_t, node); in recheckCodecVersions()
253 free(list_get_entry(itr, codec_t, node)); in recheckCodecVersions()
392 Msg_free(list_get_entry(itr, message_t, node)); in Client_free()
441 client = list_get_entry(itr, client_t, node); in Client_read_fd()
[all …]
H A Dchannel.c87 return list_get_entry(list_get_first(&ch->subs), channel_t, node);
92 if (list_get_next(&ch->node) == &list_get_entry(&ch->node, channel_t, node)->parent->subs)
95 return list_get_entry(list_get_next(&ch->node), channel_t, node);
105 ch = list_get_entry(list_get_first(&channels), channel_t, flatlist_node); in Chan_iterate()
110 ch = list_get_entry(list_get_next(&ch->flatlist_node), channel_t, flatlist_node); in Chan_iterate()
124 ch = list_get_entry(list_get_first(&parent->subs), channel_t, node); in Chan_iterate_siblings()
129 ch = list_get_entry(list_get_next(&ch->node), channel_t, node); in Chan_iterate_siblings()
240 ch = list_get_entry(itr, channel_t, flatlist_node); in Chan_free()
249 chl = list_get_entry(linkitr, channellist_t, node); in Chan_free()
388 sub = list_get_entry(itr, channel_t, node); in Chan_buildTreeList()
[all …]
H A Dban.c107 ban = list_get_entry(itr, ban_t, node); in Ban_pruneBanned()
136 ban = list_get_entry(itr, ban_t, node); in Ban_isBanned()
150 ban = list_get_entry(itr, ban_t, node); in Ban_isBannedAddr()
201 ban = list_get_entry(itr, ban_t, node); in Ban_getBanList()
225 ban = list_get_entry(itr, ban_t, node); in Ban_clearBanList()
306 ban = list_get_entry(itr, ban_t, node); in Ban_saveBanFile()
H A Dlist.h46 #define list_get_entry(entry, type, structmember) \ macro
H A Dmessagehandler.c294 chl = list_get_entry(itr, channellist_t, node); in Mh_handle_message()
599 c = list_get_entry(itr, client_t, chan_node); in Mh_handle_message()
/dports/math/zimpl/zimpl-3.3.6/src/zimpl/
H A Dlist.h80 extern const Entry* list_get_entry(const List* list, ListElem** idxp);
H A Dsetmulti.c141 ? entry_get_tuple(list_get_entry(list, &le)) in set_multi_new_from_list()
175 ? entry_get_tuple(list_get_entry(list, &le)) in set_multi_new_from_list()
261 ? entry_get_tuple(list_get_entry(list, &le)) in set_multi_new_from_list()
H A Dlist.c401 const Entry* list_get_entry(const List* list, ListElem** idxp) in list_get_entry() function
H A Dsetlist.c248 tuple = entry_get_tuple(list_get_entry(list, &le)); in set_list_new_from_entries()
H A Dinst.c2921 const Entry* entry = list_get_entry(list, &lelem); in i_newsym_set2()
2976 const Entry* entry = list_get_entry(list, &le_idx); in insert_param_list_by_index()
3035 const Entry* entry = list_get_entry(list, &le_idx); in insert_param_list_by_list()
3140 entry = list_get_entry(list, &le_idx); in i_newsym_para1()
4182 while(NULL != (entry = list_get_entry(head_list, &l))) in i_entry_list_add()
H A Dset4.c109 int dim = tuple_get_dim(entry_get_tuple(list_get_entry(list, &le))); in set_new_from_list()
/dports/games/retroarch/RetroArch-1.9.7/menu/
H A Dmenu_driver.h303 void *(*list_get_entry)(void *data, enum menu_list_type type, unsigned i); member
/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.c4910 !p_rarch->menu_driver_ctx->list_get_entry) in menu_driver_list_get_entry()
4915 list->entry = p_rarch->menu_driver_ctx->list_get_entry( in menu_driver_list_get_entry()