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

/seL4-camkes-master/projects/musllibc/src/regex/
H A Dregcomp.c1166 /* Go through `regset' and set submatch data for submatches that are
1169 tre_purge_regset(int *regset, tre_tnfa_t *tnfa, int tag) argument
1173 for (i = 0; regset[i] >= 0; i++)
1175 int id = regset[i] / 2;
1176 int start = !(regset[i] % 2);
1182 regset[0] = -1;
1198 int *regset, *orig_regset; local
1215 regset = xmalloc(sizeof(*regset) * ((tnfa->num_submatches + 1) * 2));
1216 if (regset
[all...]

Completed in 78 milliseconds