HomeSort by relevance Sort by last modified time
    Searched refs:_remove (Results 1 - 2 of 2) 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_8/src/radius/
radius_client.c 843 struct radius_msg_list *entry, *prev, *_remove; local
861 _remove = entry;
863 _remove = NULL;
868 if (_remove)
869 radius_client_msg_free(_remove);
    [all...]

Completed in 40 milliseconds