Searched refs:tregnode_TRIEC (Results 1 – 2 of 2) sorted by relevance
1510 && ( (char *)jumper - (char *)convert) >= (int)sizeof(tregnode_TRIEC) ) in Perl_make_trie()1513 Copy(trie->bitmap, ((tregnode_TRIEC *)convert)->bitmap, ANYOF_BITMAP_SIZE, char); in Perl_make_trie()1645 tregnode_TRIEC *op = (tregnode_TRIEC *) in Perl_construct_ahocorasick_from_trie()1646 PerlMemShared_calloc(1, sizeof(tregnode_TRIEC)); in Perl_construct_ahocorasick_from_trie()1647 StructCopy(source, op, tregnode_TRIEC); in Perl_construct_ahocorasick_from_trie()
121 typedef struct regnode_charclass tregnode_TRIEC; typedef2166 .arg_len = EXTRA_SIZE(tregnode_TRIEC),