Searched defs:thisEntry (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c2192 pANTLR3_TRIE_ENTRY thisEntry; local
2218 thisEntry = node->buckets;
2220 while (thisEntry != NULL)
2222 nextEntry = thisEntry->next;
2226 if (thisEntry->type == ANTLR3_HASH_TYPE_STR && thisEntry->freeptr != NULL)
2228 thisEntry->freeptr(thisEntry->data.ptr);
2233 ANTLR3_FREE(thisEntry);
2234 thisEntry
[all...]

Completed in 70 milliseconds