Home | History | Annotate | Download | only in dist

Lines Matching full:jit_stack

2638 pcre_jit_stack *jit_stack = NULL;
3168 jit_stack = pcre_jit_stack_alloc(32*1024, 1024*1024);
3182 if (jit_stack != NULL && cp->hint != NULL)
3183 pcre_assign_jit_stack(cp->hint, NULL, jit_stack);
3294 if (jit_stack != NULL) pcre_jit_stack_free(jit_stack);