Searched refs:ANTLR3_LIST_struct (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3collections.h180 typedef struct ANTLR3_LIST_struct struct
186 void (*free) (struct ANTLR3_LIST_struct * list);
187 void (*del) (struct ANTLR3_LIST_struct * list, ANTLR3_INTKEY key);
188 void * (*get) (struct ANTLR3_LIST_struct * list, ANTLR3_INTKEY key);
189 void * (*remove) (struct ANTLR3_LIST_struct * list, ANTLR3_INTKEY key);
190 ANTLR3_INT32 (*add) (struct ANTLR3_LIST_struct * list, void * element, void (ANTLR3_CDECL *freeptr)(void *));
191 ANTLR3_INT32 (*put) (struct ANTLR3_LIST_struct * list, ANTLR3_INTKEY key, void * element, void (ANTLR3_CDECL *freeptr)(void *));
192 ANTLR3_UINT32 (*size) (struct ANTLR3_LIST_struct * list);
H A Dantlr3interfaces.h98 typedef struct ANTLR3_LIST_struct *pANTLR3_LIST;

Completed in 55 milliseconds