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

/system/wlan/ti/lib/
H A Dshlist.h15 typedef void (*shListFree)( void *val ); typedef
25 void shListDelItem( SHLIST *head, SHLIST *item, shListFree func );
30 void shListDelAllItems( SHLIST *head, shListFree func );
H A Dshlist.c78 void shListDelItem( SHLIST *head, SHLIST *item, shListFree func )
156 void shListDelAllItems( SHLIST *head, shListFree func )

Completed in 44 milliseconds