Home
last modified time | relevance | path

Searched defs:temp_lists (Results 1 – 2 of 2) sorted by relevance

/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dprefs.c2149 TempLists *temp_lists; /* Allocated temp list structure */ in temp_lists_create() local
2161 void temp_lists_destroy(TempLists *temp_lists) in temp_lists_destroy()
2173 void temp_list_add(TempLists *temp_lists, const gchar *key, GList *list) in temp_list_add()
2183 void temp_lists_apply(TempLists *temp_lists) in temp_lists_apply()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/dx12/
H A Dmod.rs259 temp_lists: Vec<native::CommandList>, field