Searched refs:group_length (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregex.c713 unsigned int group_length; local
893 /* encoded as <SIMPLE_GROUP><group_length> */
1628 * <group_length><compiled_regex...>\
1633 * group_length + (256 * ADDED_LENGTH_BITS) ==
1639 group_length =
1643 group_length += (unsigned int)*regexp;
1653 regexp += group_length;
1675 * <group_length><compiled_regex...>\
1680 * group_length + (256 * ADDED_LENGTH_BITS) ==
1685 group_length
[all...]
H A Dregcmp.c138 unsigned int group_length; local
576 * <group_type|ADDED_LENGTH_BITS><group_length>
605 * <group_length> <compiled_regex...>
609 * <group_length>\
613 * <COUNTED_GROUP|ADDED_LENGTH_BITS><group_length>\
622 * group_length + (256 * ADDED_LENGTH_BITS) ==
627 * <group_length>\ <compiled_regex...>)
689 group_length = (unsigned int)
691 if (group_length >= 1024) {
695 high_bits = group_length >>
[all...]

Completed in 18 milliseconds