Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/services_discovery/
H A Davahi.c496 vlc_dictionary_clear( &p_sys->services_name_to_input_item, in OpenSD()
517 vlc_dictionary_clear( &p_sys->services_name_to_input_item, in OpenRD()
541 vlc_dictionary_clear( &p_sys->services_name_to_input_item, in CloseSD()
551 vlc_dictionary_clear( &p_sys->services_name_to_input_item, in CloseRD()
/dports/multimedia/vlc/vlc-3.0.16/src/test/
H A Ddictionary.c100 vlc_dictionary_clear( &dict, NULL, NULL ); in main()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_arrays.h410 static inline void vlc_dictionary_clear( vlc_dictionary_t * p_dict, in vlc_dictionary_clear() function
561 vlc_dictionary_clear( p_dict, NULL, NULL ); in vlc_dictionary_insert_impl_()
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Dmeta.c114 vlc_dictionary_clear( &m->extra_tags, vlc_meta_FreeExtraKey, NULL ); in vlc_meta_Delete()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/ttml/
H A Dsubsttml.c664 vlc_dictionary_clear( &merged, NULL, NULL ); in InheritTTMLStyles()
779 vlc_dictionary_clear( &merged, NULL, NULL ); in GetTTMLRegion()
1012 vlc_dictionary_clear( &context.regions, NULL, NULL ); in GenerateRegions()
H A Dttml.c169 vlc_dictionary_clear( &p_node->attr_dict, tt_node_FreeDictValue, NULL ); in tt_node_Delete()
/dports/multimedia/vlc/vlc-3.0.16/modules/control/dbus/
H A Ddbus.c629 vlc_dictionary_clear( &player_properties, NULL, NULL ); in ProcessEvents()
630 vlc_dictionary_clear( &tracklist_properties, NULL, NULL ); in ProcessEvents()
631 vlc_dictionary_clear( &root_properties, NULL, NULL ); in ProcessEvents()
/dports/multimedia/vlc/vlc-3.0.16/lib/
H A Dmedia_discoverer.c261 vlc_dictionary_clear( &p_mdis->catname_to_submedialist, in libvlc_media_discoverer_release()
/dports/multimedia/vlc/vlc-3.0.16/src/playlist/
H A Dfetcher.c478 vlc_dictionary_clear( &fetcher->album_cache, FreeCacheEntry, NULL ); in playlist_fetcher_Delete()
/dports/multimedia/vlc/vlc-3.0.16/modules/text_renderer/freetype/
H A Dfreetype.c1493 vlc_dictionary_clear( &p_sys->fallback_map, FreeFamilies, p_filter ); in Destroy()
1494 vlc_dictionary_clear( &p_sys->face_map, FreeFace, p_filter ); in Destroy()
1495 vlc_dictionary_clear( &p_sys->family_map, NULL, NULL ); in Destroy()
/dports/multimedia/vlc/vlc-3.0.16/modules/lua/
H A Dvlc.c587 vlc_dictionary_clear( &name_d, NULL, NULL ); in vlc_sd_probe_Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mpeg/
H A Dts.c590 vlc_dictionary_clear( &p_sys->attachments, FreeDictAttachment, NULL ); in Close()
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-20087625 …Redefine vlc_dictionary_clear() and vlc_dictionary_remove_value_for_key() Allow passing a pointer …
8229 Protect against bad use after a vlc_dictionary_clear.
H A DChangeLog-201729565 use vlc_dictionary_clear together with a callback to handle the work