Home
last modified time | relevance | path

Searched refs:shListDelItem (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/wlan/lib/
Dshlist.c78 void shListDelItem( SHLIST *head, SHLIST *item, shListFree func ) in shListDelItem() function
161 shListDelItem( head, item, func ); in shListDelAllItems()
Dshlist.h25 void shListDelItem( SHLIST *head, SHLIST *item, shListFree func );
Dscanmerge.c308 shListDelItem(head, del_item, scan_free); in scan_merge()