Searched refs:list_ptr (Results 1 – 2 of 2) sorted by relevance
66 hash_test_case_add(hash_test_case_t **list_ptr, in hash_test_case_add() argument71 hash_test_case_t *list_head = *list_ptr; in hash_test_case_add()92 *list_ptr = test_case; in hash_test_case_add()
589 static void DeleteProfilesList(List<CpuProfile*>** list_ptr) { in DeleteProfilesList() argument590 if (*list_ptr != NULL) { in DeleteProfilesList()591 (*list_ptr)->Iterate(DeleteCpuProfile); in DeleteProfilesList()592 delete *list_ptr; in DeleteProfilesList()