Searched refs:allowDups (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.h107 int allowDups; member in struct:ANTLR3_HASH_TABLE_struct
380 ANTLR3_BOOLEAN allowDups; /* Whether this trie accepts duplicate keys */ member in struct:ANTLR3_INT_TRIE_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3collections.c168 table->allowDups = ANTLR3_FALSE;
551 if (table->allowDups == ANTLR3_FALSE)
622 if (table->allowDups == ANTLR3_FALSE)
1961 if (trie->allowDups ==ANTLR3_TRUE)

Completed in 62 milliseconds