Re: [pcre-dev] pcre2_jit_match(): match context needed?

2014-11-30 Thread Zoltán Herczeg
Hi, this was simply an oversight from my side (after some refactoring). The mcontext can be NULL. Thank you for noticing it. I hope I fixed it. Regards, Zoltan Ralf Junker ralfjun...@gmx.de írta: PCRE2 pcre2jit.html: The fast path function is called pcre2_jit_match(), and it takes exactly

[pcre-dev] pcre2_jit_match(): match context needed?

2014-11-28 Thread Ralf Junker
PCRE2 pcre2jit.html: The fast path function is called pcre2_jit_match(), and it takes exactly the same arguments as pcre2_match(). From this I concluded that I can use pcre2_jit_match() exactly as pcre2_match(), provided that I previously called pcre2_jit_compile(). I hence called