Home | History | Annotate | Download | only in regex

Lines Matching refs:matchjump

368 	g->matchjump = NULL;
392 if(g->matchjump == NULL && g->charjump != NULL) {
2341 g->matchjump = NULL;
2345 g->matchjump = calloc(g->mlen, sizeof(*g->matchjump));
2346 if (g->matchjump == NULL) { /* Not a fatal error */
2353 g->matchjump[mindex] = 2 * g->mlen - mindex - 1;
2360 * compute the matchjump for that position. If no
2367 g->matchjump[suffix] = MIN(g->matchjump[suffix],
2373 /* Compute the matchjump up to the last substring found to jump
2378 g->matchjump[mindex] = MIN(g->matchjump[mindex],
2384 g->matchjump[suffix] = MIN(g->matchjump[suffix],