Home
last modified time | relevance | path

Searched refs:m_pcre (Results 1 – 25 of 32) sorted by relevance

12

/dports/net/nepenthes/nepenthes-0.2.2/modules/shellcode-generic/
H A Dsch_generic_cmd.cpp58 m_pcre = NULL; in GenericCMD()
71 …if((m_pcre = pcre_compile(createprocesspcre, PCRE_DOTALL, &pcreEerror, (int *)&pcreErrorPos, 0)) =… in Init()
82 if(m_pcre != NULL) in Exit()
83 free(m_pcre); in Exit()
97 …if((iResult = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)piOutput, sizeof(piOutput… in handleShellcode()
H A Dsch_generic_url.cpp66 m_pcre = NULL; in GenericUrl()
94 if((m_pcre = pcre_compile(urlpcre, PCRE_DOTALL, &pcreEerror, (int *)&pcreErrorPos, 0)) == NULL) in Init()
105 if(m_pcre != NULL) in Exit()
106 free(m_pcre); in Exit()
121 …if((iResult = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)piOutput, sizeof(piOutput… in handleShellcode()
H A Dsch_generic_mainz_bind.cpp56 m_pcre = NULL; in MainzBind()
77 if((m_pcre = pcre_compile(pattern, PCRE_DOTALL, &pcreEerror, (int *)&pcreErrorPos, 0)) == NULL) in Init()
88 if(m_pcre != NULL) in Exit()
89 free(m_pcre); in Exit()
109 …if ((iResult = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)piOutput, sizeof(piOutpu… in handleShellcode()
H A Dsch_generic_winexec.cpp55 m_pcre = NULL; in GenericWinExec()
69 …if((m_pcre = pcre_compile(createprocesspcre, PCRE_DOTALL, &pcreEerror, (int *)&pcreErrorPos, 0)) =… in Init()
80 if(m_pcre != NULL) in Exit()
81 free(m_pcre); in Exit()
96 …if((iResult = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)piOutput, sizeof(piOutput… in handleShellcode()
H A Dsch_generic_bielefeld_connect.cpp60 m_pcre = NULL; in BieleFeldConnect()
82 if((m_pcre = pcre_compile(pattern, PCRE_DOTALL, &pcreEerror, (int *)&pcreErrorPos, 0)) == NULL) in Init()
93 if(m_pcre != NULL) in Exit()
94 free(m_pcre); in Exit()
114 …if ((iResult = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)piOutput, sizeof(piOutpu… in handleShellcode()
H A Dsch_generic_createprocess.cpp67 m_pcre = NULL; in GenericCreateProcess()
94 …if((m_pcre = pcre_compile(createprocesspcre, PCRE_DOTALL, &pcreEerror, (int *)&pcreErrorPos, 0)) =… in Init()
105 if(m_pcre != NULL) in Exit()
106 free(m_pcre); in Exit()
121 …if((iResult = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)piOutput, sizeof(piOutput… in handleShellcode()
H A Dsch_generic_link_bind_trans.cpp60 m_pcre = NULL; in LinkBindTrans()
119 if((m_pcre = pcre_compile(pcre, PCRE_DOTALL, &pcreEerror, (int *)&pcreErrorPos, 0)) == NULL) in Init()
130 if(m_pcre != NULL) in Exit()
131 free(m_pcre); in Exit()
146 …if ((matchCount = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)ovec, sizeof(ovec)/si… in handleShellcode()
H A Dsch_generic_link_trans.cpp61 m_pcre = NULL; in LinkTrans()
111 if((m_pcre = pcre_compile(linkPCRE, PCRE_DOTALL, &pcreEerror, (int *)&pcreErrorPos, 0)) == NULL) in Init()
122 if(m_pcre != NULL) in Exit()
123 free(m_pcre); in Exit()
138 …if ((matchCount = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)ovec, sizeof(ovec)/si… in handleShellcode()
H A Dsch_generic_wget.cpp66 m_pcre = NULL; in Genericwget()
80 if((m_pcre = pcre_compile(urlpcre, PCRE_DOTALL, &pcreEerror, (int *)&pcreErrorPos, 0)) == NULL) in Init()
92 if(m_pcre != NULL) in Exit()
93 free(m_pcre); in Exit()
105 …if((iResult = pcre_exec(m_pcre, 0, (char *) shellcode, len, 0, 0, (int *)piOutput, sizeof(piOutput… in handleShellcode()
H A Dsch_generic_bielefeld_connect.hpp48 pcre *m_pcre; member in nepenthes::BieleFeldConnect
H A Dsch_generic_createprocess.hpp49 pcre *m_pcre; member in nepenthes::GenericCreateProcess
H A Dsch_generic_cmd.hpp50 pcre *m_pcre; member in nepenthes::GenericCMD
H A Dsch_generic_url.hpp48 pcre *m_pcre; member in nepenthes::GenericUrl
H A Dsch_generic_wget.hpp49 pcre *m_pcre; member in nepenthes::Genericwget
H A Dsch_generic_winexec.hpp50 pcre *m_pcre; member in nepenthes::GenericWinExec
H A Dsch_generic_link_bind_trans.hpp48 pcre *m_pcre; member in nepenthes::LinkBindTrans
H A Dsch_generic_link_trans.hpp48 pcre *m_pcre; member in nepenthes::LinkTrans
H A Dsch_generic_mainz_bind.hpp48 pcre *m_pcre; member in nepenthes::MainzBind
/dports/net/nepenthes/nepenthes-0.2.2/modules/vuln-optix/
H A DOPTIXDownloadDialogue.cpp83 …if ((m_pcre = pcre_compile(oc192bindpcre, PCRE_DOTALL, &pcreEerror, (int *)&pcreErrorPos, 0)) == N… in OPTIXDownloadDialogue()
121 …if ((iResult = pcre_exec(m_pcre, 0, (char *) m_Buffer->getData(), m_Buffer->getSize(), 0, 0, (int … in incomingData()
H A DOPTIXDownloadDialogue.hpp72 pcre *m_pcre; member in nepenthes::OPTIXDownloadDialogue
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.h2747 pcre *m_pcre; variable
2767 m_pcre(NULL), m_conversion_is_needed(true), m_is_const(0), in Regexp_processor_pcre()
2818 m_pcre= NULL; in reset()
2823 pcre_free(m_pcre); in cleanup()
2826 bool is_compiled() const { return m_pcre != NULL; } in is_compiled()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.h2747 pcre *m_pcre;
2767 m_pcre(NULL), m_conversion_is_needed(true), m_is_const(0),
2818 m_pcre= NULL;
2823 pcre_free(m_pcre);
2826 bool is_compiled() const { return m_pcre != NULL; }
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.h2802 pcre *m_pcre; variable
2822 m_pcre(NULL), m_conversion_is_needed(true), m_is_const(0), in Regexp_processor_pcre()
2873 m_pcre= NULL; in reset()
2878 pcre_free(m_pcre); in cleanup()
2881 bool is_compiled() const { return m_pcre != NULL; } in is_compiled()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.h2802 pcre *m_pcre; variable
2822 m_pcre(NULL), m_conversion_is_needed(true), m_is_const(0), in Regexp_processor_pcre()
2873 m_pcre= NULL; in reset()
2878 pcre_free(m_pcre); in cleanup()
2881 bool is_compiled() const { return m_pcre != NULL; } in is_compiled()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.cc5885 pcre2_code_free(m_pcre); in cleanup()
5959 m_pcre= pcre2_compile((PCRE2_SPTR8) pattern->ptr(), pattern->length(), in compile()
5964 if (unlikely(m_pcre == NULL)) in compile()
5978 m_pcre_match_data= pcre2_match_data_create_from_pattern(m_pcre, NULL); in compile()
6050 m_pcre_exec_rc= pcre_exec_with_warn(m_pcre, m_pcre_match_data, in exec()
6061 m_pcre_exec_rc= pcre_exec_with_warn(m_pcre, m_pcre_match_data, in exec()

12