OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shListFree
(Results
1 - 7
of
7
) 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 )
/system/core/adb/
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 )
commandline.c
354
shListDelAllItems( &history, (
shListFree
)free );
[
all
...]
/system/wlan/ti/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 61 milliseconds