Searched refs:_remove (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/test/cintltst/
H A Dchashtst.c39 static void _remove(UHashtable* hash,
127 _remove(hash, two, -2);
308 _remove(hash, which, 2);
372 static void _remove(UHashtable* hash, function
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.c843 struct radius_msg_list *entry, *prev, *_remove; local
861 _remove = entry;
863 _remove = NULL;
868 if (_remove)
869 radius_client_msg_free(_remove);
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.c843 struct radius_msg_list *entry, *prev, *_remove; local
861 _remove = entry;
863 _remove = NULL;
868 if (_remove)
869 radius_client_msg_free(_remove);
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.c843 struct radius_msg_list *entry, *prev, *_remove; local
861 _remove = entry;
863 _remove = NULL;
868 if (_remove)
869 radius_client_msg_free(_remove);
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
H A Dradius_client.c651 struct radius_msg_list *entry, *prev, *_remove; local
669 _remove = entry;
671 _remove = NULL;
676 if (_remove)
677 radius_client_msg_free(_remove);

Completed in 237 milliseconds