Searched refs:SList (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/libtool/libltdl/libltdl/
H A Dslist.h33 and then cast them to `(SList *)' so that they can be manipulated
36 Alternatively, you can generate raw SList elements using slist_new(),
59 const void *userdata; /* for boxed `SList' item */
60 } SList; typedef in typeref:struct:slist
62 typedef void * SListCallback (SList *item, void *userdata);
63 typedef int SListCompare (const SList *item1, const SList *item2,
66 LT_SCOPE SList *slist_concat (SList *head, SList *tai
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/libtool/libltdl/
H A Dslist.c37 static SList * slist_sort_merge (SList *left, SList *right,
53 SList *
54 slist_delete (SList *head, void (*delete_fct) (void *item))
60 SList *next = head->next;
77 SList *
78 slist_remove (SList **phead, SListCallback *find, void *matchdata)
80 SList *stale = 0;
98 SList *hea
[all...]
H A Dlt_dlloader.c37 static void * loader_callback (SList *item, void *userdata);
40 SList item: */
41 static SList *loaders = 0;
48 loader_callback (SList *item, void *userdata)
64 SList *item;
102 loader_dump_callback (SList *item, void *userdata)
133 SList *item = (SList *) loader;
142 return (const lt_dlvtable *) (loader ? ((SList *) loader)->userdata : NULL);
202 slist_unbox ((SList *) slist_remov
[all...]

Completed in 288 milliseconds