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()
552 static void DeleteProfilesList(List<CpuProfile*>** list_ptr) { in DeleteProfilesList() argument553 if (*list_ptr != NULL) { in DeleteProfilesList()554 (*list_ptr)->Iterate(DeleteCpuProfile); in DeleteProfilesList()555 delete *list_ptr; in DeleteProfilesList()