Home
last modified time | relevance | path

Searched refs:tregnode_TRIEC (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dregcomp_trie.c1510 && ( (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()
H A Dregnodes.h121 typedef struct regnode_charclass tregnode_TRIEC; typedef
2166 .arg_len = EXTRA_SIZE(tregnode_TRIEC),