HomeSort by relevance Sort by last modified time
    Searched refs:shListFree (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/lib/
shlist.h 15 typedef void (*shListFree)( void *val );
25 void shListDelItem( SHLIST *head, SHLIST *item, shListFree func );
30 void shListDelAllItems( SHLIST *head, shListFree func );
shlist.c 78 void shListDelItem( SHLIST *head, SHLIST *item, shListFree func )
156 void shListDelAllItems( SHLIST *head, shListFree func )

Completed in 1531 milliseconds