OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:list_remove
(Results
1 - 3
of
3
) sorted by null
/system/core/include/cutils/
list.h
74
static inline void
list_remove
(struct listnode *item)
function
/system/bt/osi/src/
list.c
143
bool
list_remove
(list_t *list, void *data) {
function
/external/cmockery/cmockery_0_1_2/src/
cmockery.c
121
static ListNode*
list_remove
(
345
static ListNode*
list_remove
(
function
363
free(
list_remove
(node, cleanup_value, cleanup_value_data));
[
all
...]
Completed in 368 milliseconds