Home
last modified time | relevance | path

Searched refs:bctbx_list_remove (Results 1 – 25 of 28) sorted by relevance

12

/dports/net/belle-sip/belle-sip-1.6.3-0/include/belle-sip/
H A Dlist.h33 #define belle_sip_list_remove bctbx_list_remove
/dports/net/ortp/ortp-1.0.2-0/src/
H A Dutils.h51 #define o_list_remove bctbx_list_remove
H A Dvideobandwidthestimator.c104 vbe->packets = bctbx_list_remove(vbe->packets, old_data); in compute_bitrate_add_to_list_and_remove_oldest_value()
/dports/net/bctoolbox/bctoolbox-0.6.0/include/bctoolbox/
H A Dlist.h49 BCTBX_PUBLIC bctbx_list_t * bctbx_list_remove(bctbx_list_t * first, void *data);
/dports/net/bctoolbox/bctoolbox-0.6.0/src/containers/
H A Dlist.c143 bctbx_list_t* bctbx_list_remove(bctbx_list_t* first, void *data){ in bctbx_list_remove() function
154 first = bctbx_list_remove(first, cur->data); in bctbx_list_remove_custom()
/dports/net/mediastreamer/mediastreamer-2.16.1/src/voip/
H A Dbandwidthcontroller.c181 obj->streams = bctbx_list_remove(obj->streams, stream); in ms_bandwidth_controller_remove_stream()
H A Dice.c366 cl->check_list = bctbx_list_remove(cl->check_list, pair); in ice_free_candidate_pair()
3250 *pairs = bctbx_list_remove(*pairs, pair); in ice_prune_duplicate_pair()
3295 cl->pairs = bctbx_list_remove(cl->pairs, list->data); in ice_prune_candidate_pairs()
4073 cl->local_candidates = bctbx_list_remove(cl->local_candidates, candidate); in ice_check_list_remove_rtcp_candidates()
4079 cl->remote_candidates = bctbx_list_remove(cl->remote_candidates, candidate); in ice_check_list_remove_rtcp_candidates()
H A Dvp8rtpfmt.c816 ctx->frames_list = bctbx_list_remove(ctx->frames_list, frame); in clean_frame()
/dports/net/liblinphone/linphone-3.12.0/tester/
H A Deventapi_tester.c353 lcs = bctbx_list_remove(lcs, pauline->lc); in subscribe_loosing_dialog()
467 lcs = bctbx_list_remove(lcs, pauline->lc); in subscribe_not_timely_responded()
H A Daccountmanager.c215 m->accounts=bctbx_list_remove(m->accounts,account); in account_manager_check_account()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dauthentication.c429 lc->auth_info=bctbx_list_remove(lc->auth_info,ai); in linphone_core_add_auth_info()
489 lc->auth_info=bctbx_list_remove(lc->auth_info,r); in linphone_core_remove_auth_info()
H A Dchat.c134 cr->lc->chatrooms = bctbx_list_remove(cr->lc->chatrooms, cr); in _linphone_chat_room_destroy()
268 lc->chatrooms = bctbx_list_remove(cr->lc->chatrooms, cr); in linphone_core_delete_chat_room()
322 cr->weak_messages = bctbx_list_remove(cr->weak_messages, message_being_destroyed); in on_weak_message_destroy()
357 cr->transient_messages = bctbx_list_remove(cr->transient_messages, msg); in linphone_chat_room_remove_transient_message()
H A Dupnp.c305 lupnp->pending_bindings = bctbx_list_remove(lupnp->pending_bindings, port_mapping); in linphone_upnp_igd_callback()
1361 lupnp->removing_configs = bctbx_list_remove(lupnp->removing_configs, list_port); in linphone_upnp_config_add_port_binding()
1394 lupnp->adding_configs = bctbx_list_remove(lupnp->adding_configs, list_port); in linphone_upnp_config_remove_port_binding()
H A Dlinphone_tunnel.cc300 tunnel->config_list = bctbx_list_remove(tunnel->config_list, tunnel_config); in linphone_tunnel_remove_server()
H A Dlpconfig.c182 lpconfig->sections=bctbx_list_remove(lpconfig->sections,(void *)section); in linphone_config_remove_section()
187 sec->items=bctbx_list_remove(sec->items,(void *)item); in lp_section_remove_item()
H A Dcarddav.c241 bctbx_list_remove(vCards, vCard); in linphone_carddav_vcards_fetched()
H A Dfriend.c483 lf->insubs = bctbx_list_remove(lf->insubs, op); in linphone_friend_remove_incoming_subscription()
869 lc->subscribers = bctbx_list_remove(lc->subscribers, lf); in linphone_core_add_friend()
H A Dproxy.c1022 lc->sip_conf.proxies=bctbx_list_remove(lc->sip_conf.proxies,cfg); in linphone_core_remove_proxy_config()
H A Dmisc.c1310 lc->tones=bctbx_list_remove(lc->tones,tone); in _linphone_core_set_tone()
/dports/net/mediastreamer/mediastreamer-2.16.1/src/base/
H A Dmscommon.c89 return bctbx_list_remove(first, data); in ms_list_remove()
H A Dmsticker.c199 ticker->execution_list=bctbx_list_remove(ticker->execution_list,it->data); in ms_ticker_detach()
/dports/net/liblinphone/linphone-3.12.0/console/
H A Dsipomatic.c370 obj->root->calls=bctbx_list_remove(obj->root->calls,obj); in call_destroy()
/dports/net/mediastreamer/mediastreamer-2.16.1/src/utils/
H A Dmkv_reader.c318 bctbx_list_remove(reader->root->readers, reader); in mkv_track_reader_destroy()
/dports/net/mediastreamer/mediastreamer-2.16.1/src/audiofilters/
H A Dpulseaudio.c239 *pa_source_list = bctbx_list_remove(*pa_source_list, sourceCard->data); in pulse_card_merge_lists()
/dports/net/liblinphone/linphone-3.12.0/coreapi/bellesip_sal/
H A Dsal_impl.c128 sal->pending_auths=bctbx_list_remove(sal->pending_auths,op); in sal_remove_pending_auth()

12