Go to the source code of this file.
Data Structures | |
| struct | slist_ |
| struct | slistopts_ |
Defines | |
| #define | SLIST_DEFAULT_LIMIT 32767 |
| #define | SLISTF_NODUP 0x00000001 |
| #define | SLISTF_SORT 0x00000002 |
Typedefs | |
| typedef slist_ | SList |
| typedef int(*) | slist_delcheckcb_t (SList *slist, void *item, va_list args) |
| typedef int(*) | slist_enumcb_t (SList *slist, int number, void *item, va_list args) |
| typedef slistopts_ | SListOpts |
| #define SLIST_DEFAULT_LIMIT 32767 |
| #define SLISTF_NODUP 0x00000001 |
| #define SLISTF_SORT 0x00000002 |
| typedef int(*) slist_delcheckcb_t(SList *slist, void *item, va_list args) |
| typedef int(*) slist_enumcb_t(SList *slist, int number, void *item, va_list args) |
| typedef struct slistopts_ SListOpts |
1.5.1-20070107