OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shListDelItem
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/wlan/lib/
shlist.h
25
void
shListDelItem
( SHLIST *head, SHLIST *item, shListFree func );
shlist.c
78
void
shListDelItem
( SHLIST *head, SHLIST *item, shListFree func )
161
shListDelItem
( head, item, func );
scanmerge.c
308
shListDelItem
(head, del_item, scan_free);
Completed in 223 milliseconds