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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c136 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...]
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...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c1250 uint_t *group_length, gl; local
1262 group_length = &pug->g_curr.utf8string_len;
1263 *group_length = gl;
1265 group_length = &gl;
1269 if (*group_length > MAX_OG_NAME || pug == NULL)
1271 kmem_alloc(*group_length, KM_SLEEP);
1276 if (!xdr_opaque(xdrs, group_val, *group_length)) {
1278 kmem_free(group_alloc, *group_length);
1284 *group_length == pug->g_last.utf8string_len &&
1286 *group_length)
1861 uint_t *group_length, gl; local
[all...]

Completed in 95 milliseconds