OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dealloc_func
(Results
1 - 7
of
7
) sorted by null
/hardware/qcom/gps/msm8084/utils/
linked_list.c
43
void (*
dealloc_func
)(void*);
member in struct:list_element
137
elem->
dealloc_func
= dealloc;
246
if( p_list->p_head->
dealloc_func
!= NULL )
248
p_list->p_head->
dealloc_func
(p_list->p_head->data_ptr);
314
if (NULL == data_p && NULL != tmp->
dealloc_func
) {
315
tmp->
dealloc_func
(tmp->data_ptr);
/hardware/qcom/gps/msm8909/utils/
linked_list.c
43
void (*
dealloc_func
)(void*);
member in struct:list_element
137
elem->
dealloc_func
= dealloc;
246
if( p_list->p_head->
dealloc_func
!= NULL )
248
p_list->p_head->
dealloc_func
(p_list->p_head->data_ptr);
314
if (NULL == data_p && NULL != tmp->
dealloc_func
) {
315
tmp->
dealloc_func
(tmp->data_ptr);
/hardware/qcom/gps/msm8960/utils/
linked_list.c
43
void (*
dealloc_func
)(void*);
member in struct:list_element
137
elem->
dealloc_func
= dealloc;
246
if( p_list->p_head->
dealloc_func
!= NULL )
248
p_list->p_head->
dealloc_func
(p_list->p_head->data_ptr);
314
if (NULL == data_p && NULL != tmp->
dealloc_func
) {
315
tmp->
dealloc_func
(tmp->data_ptr);
/hardware/qcom/gps/msm8994/utils/
linked_list.c
43
void (*
dealloc_func
)(void*);
member in struct:list_element
137
elem->
dealloc_func
= dealloc;
246
if( p_list->p_head->
dealloc_func
!= NULL )
248
p_list->p_head->
dealloc_func
(p_list->p_head->data_ptr);
314
if (NULL == data_p && NULL != tmp->
dealloc_func
) {
315
tmp->
dealloc_func
(tmp->data_ptr);
/hardware/qcom/gps/msm8996/utils/
linked_list.c
43
void (*
dealloc_func
)(void*);
member in struct:list_element
137
elem->
dealloc_func
= dealloc;
246
if( p_list->p_head->
dealloc_func
!= NULL )
248
p_list->p_head->
dealloc_func
(p_list->p_head->data_ptr);
314
if (NULL == data_p && NULL != tmp->
dealloc_func
) {
315
tmp->
dealloc_func
(tmp->data_ptr);
/hardware/qcom/gps/utils/
linked_list.c
43
void (*
dealloc_func
)(void*);
member in struct:list_element
137
elem->
dealloc_func
= dealloc;
246
if( p_list->p_head->
dealloc_func
!= NULL )
248
p_list->p_head->
dealloc_func
(p_list->p_head->data_ptr);
314
if (NULL == data_p && NULL != tmp->
dealloc_func
) {
315
tmp->
dealloc_func
(tmp->data_ptr);
/ndk/sources/cxx-stl/gabi++/src/
cxxabi_vec.cc
43
typedef void (*
dealloc_func
)(void*);
typedef in namespace:__anon36048
135
dealloc_func
dealloc) {
296
dealloc_func
dealloc) {
Completed in 175 milliseconds