Searched refs:ANTLR3_INT_TRIE (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.h330 /** Structure that holds the payload entry in an ANTLR3_INT_TRIE or ANTLR3_STRING_TRIE
347 /** Structure that defines an element/node in an ANTLR3_INT_TRIE
359 /** Structure that defines an ANTLR3_INT_TRIE. For this particular implementation,
389 ANTLR3_INT_TRIE; typedef in typeref:struct:ANTLR3_INT_TRIE_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3collections.c1771 trie = (pANTLR3_INT_TRIE) ANTLR3_CALLOC(1, sizeof(ANTLR3_INT_TRIE)); /* Base memory required */
1782 trie->root = (pANTLR3_INT_TRIE_NODE) ANTLR3_CALLOC(1, sizeof(ANTLR3_INT_TRIE));

Completed in 80 milliseconds