Searched defs:list_remove (Results 1 – 7 of 7) sorted by relevance
100 list_remove( Timer* t ) in list_remove() function
129 TEST(list_remove) in TEST() argument
321 static void list_remove(grpc_timer* timer) { in list_remove() function
2550 list_remove(PyListObject *self, PyObject *value) in list_remove() function
345 static ListNode* list_remove( in list_remove() function
123 void list_remove(T* t, T** head, T** tail) { in list_remove() function