Lines Matching refs:free
76 void (ANTLR3_CDECL *free)(void * data);
128 void (*free) (struct ANTLR3_HASH_TABLE_struct * table);
174 void (*free) (struct ANTLR3_HASH_ENUM_struct * table);
186 void (*free) (struct ANTLR3_LIST_struct * list);
208 void (*free) (struct ANTLR3_STACK_struct * stack);
230 * that can free the element if it is removed. It auto resizes but does not
250 * the malloc/free callas we would otherwise require.
255 * case only the factory can free the memory for the actual vector,
256 * though the vector free function is called and will recurse through its
257 * entries calling any free pointers for each entry.
265 void (ANTLR3_CDECL *free) (struct ANTLR3_VECTOR_struct * vector);
306 * the only vectors avaible in the free chain are produced by this factory, so they
366 * If you find this code useful, please feel free to 'steal' it for any purpose
386 void (*free) (struct ANTLR3_INT_TRIE_struct * trie);
501 * A method to free this structure and any associated memory.
503 void (*free) (struct ANTLR3_TOPO_struct * topo);