Searched defs:active_references (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c16 static struct dl_list active_references = variable in typeref:struct:dl_list
17 { &active_references, &active_references };
306 dl_list_add(&active_references, &ref->list);
313 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) {
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c16 static struct dl_list active_references = variable in typeref:struct:dl_list
17 { &active_references, &active_references };
306 dl_list_add(&active_references, &ref->list);
313 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) {
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c16 static struct dl_list active_references = variable in typeref:struct:dl_list
17 { &active_references, &active_references };
306 dl_list_add(&active_references, &ref->list);
313 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) {

Completed in 219 milliseconds