HomeSort by relevance Sort by last modified time
    Searched refs:_remove (Results 1 - 4 of 4) sorted by null

  /external/icu4c/test/cintltst/
chashtst.c 39 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/
radius_client.c 650 struct radius_msg_list *entry, *prev, *_remove; local
668 _remove = entry;
670 _remove = NULL;
675 if (_remove)
676 radius_client_msg_free(_remove);
  /external/wpa_supplicant_8/src/radius/
radius_client.c 849 struct radius_msg_list *entry, *prev, *_remove; local
867 _remove = entry;
869 _remove = NULL;
874 if (_remove)
875 radius_client_msg_free(_remove);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.c 651 struct radius_msg_list *entry, *prev, *_remove; local
669 _remove = entry;
671 _remove = NULL;
676 if (_remove)
677 radius_client_msg_free(_remove);
    [all...]

Completed in 99 milliseconds