Searched refs:tmp_list (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/gps/msm8960/utils/
H A Dlinked_list.c66 list_state* tmp_list; local
67 tmp_list = (list_state*)calloc(1, sizeof(list_state));
68 if( tmp_list == NULL )
74 tmp_list->p_head = NULL;
75 tmp_list->p_tail = NULL;
77 *list_data = tmp_list;
/hardware/qcom/gps/utils/
H A Dlinked_list.c66 list_state* tmp_list; local
67 tmp_list = (list_state*)calloc(1, sizeof(list_state));
68 if( tmp_list == NULL )
74 tmp_list->p_head = NULL;
75 tmp_list->p_tail = NULL;
77 *list_data = tmp_list;

Completed in 142 milliseconds