OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_free
(Results
1 - 25
of
28
) sorted by null
1
2
/system/bt/osi/test/
list_test.cpp
15
list_free
(list);
19
// In this test we just verify that
list_free
is callable with NULL.
20
list_free
(NULL);
26
list_free
(list);
32
list_free
(list);
40
list_free
(list);
48
list_free
(list);
57
list_free
(list);
67
list_free
(list);
79
list_free
(list)
[
all
...]
/system/bt/osi/include/
list.h
21
// for the list structure. The returned list must be freed with |
list_free
|. The
30
void
list_free
(list_t *list);
/system/bt/btif/src/
btif_profile_queue.c
172
list_free
(connect_queue);
btif_sock_sco.c
108
list_free
(sco_sockets);
btif_sock_rfc.c
137
list_free
(rfc_slots[i].incoming_queue);
/system/bt/device/src/
interop.c
94
list_free
(interop_list);
/system/bt/hci/src/
hci_inject.c
105
list_free
(clients);
hci_layer.c
303
list_free
(commands_pending_response);
/system/bt/osi/src/
fixed_queue.c
79
list_free
(queue->list);
hash_map.c
193
list_free
(hash_map->bucket[i].list);
list.c
38
void
list_free
(list_t *list) {
function
config.c
132
list_free
(config->sections);
462
list_free
(section->entries);
reactor.c
110
list_free
(reactor->invalidation_list);
alarm.c
318
list_free
(alarms);
403
list_free
(alarms);
/system/bt/bta/gatt/
bta_gattc_cache.c
163
list_free
(p_srvc_cb->p_srvc_cache);
180
list_free
(p_char->descriptors);
186
list_free
(srvc->characteristics);
187
list_free
(srvc->included_svc);
[
all
...]
bta_gattc_utils.c
413
list_free
(p_tcb->p_srvc_cache);
bta_gattc_act.c
[
all
...]
/external/cmockery/cmockery_0_1_2/src/
cmockery.c
92
// Used by
list_free
() to deallocate values referenced by list nodes.
132
static ListNode*
list_free
(
301
list_free
(&global_function_result_map_head, free_symbol_map_value,
304
list_free
(&global_function_parameter_map_head, free_symbol_map_value,
373
static ListNode*
list_free
(
function
433
list_free
(&map_value->symbol_values_list_head,
[
all
...]
/system/sepolicy/tools/
check_seapp.c
243
static void
list_free
(list *list) {
function
1219
list_free
(&input_file_list);
1220
list_free
(&line_order_list);
1221
list_free
(&nallow_list);
/bionic/libc/bionic/
system_properties.cpp
728
static void
list_free
(List** list) {
function
1002
list_free
(&prefixes);
1003
list_free
(&contexts);
[
all
...]
/external/bison/src/
system.h
229
# define
LIST_FREE
(Type, List) \
lalr.c
317
LIST_FREE
(goto_list, lookback[i]);
/system/bt/stack/l2cap/
l2cap_client.c
127
list_free
(client->outbound_fragments);
l2c_main.c
860
list_free
(l2cb.rcv_pending_q);
[
all
...]
/system/bt/doc/
style_guide.md
175
`list_new` should be freed with `
list_free
` and no other freeing routine.
Completed in 2313 milliseconds
1
2