mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-12-31 21:59:11 +03:00
feat: PCRE2 JIT
This commit is contained in:
@@ -53,6 +53,9 @@ class VerifyCC : public Operator {
|
||||
private:
|
||||
#if WITH_PCRE2
|
||||
pcre2_code *m_pc;
|
||||
pcre2_match_context *m_pmc;
|
||||
int m_pcje;
|
||||
pcre2_jit_stack *m_pcjs;
|
||||
#else
|
||||
pcre *m_pc;
|
||||
pcre_extra *m_pce;
|
||||
|
||||
Reference in New Issue
Block a user