OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_remove
(Results
1 - 3
of
3
) 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_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
...]
/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 32 milliseconds