Home
last modified time | relevance | path

Searched refs:m_pcre_exec_rc (Results 1 – 12 of 12) sorted by relevance

/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.h2755 int m_pcre_exec_rc; variable
2802 bool match() const { return m_pcre_exec_rc < 0 ? 0 : 1; } in match()
2803 int nsubpatterns() const { return m_pcre_exec_rc <= 0 ? 0 : m_pcre_exec_rc; } in nsubpatterns()
2806 return m_pcre_exec_rc <= 0 ? 0 : m_SubStrVec[n * 2]; in subpattern_start()
2810 return m_pcre_exec_rc <= 0 ? 0 : m_SubStrVec[n * 2 + 1]; in subpattern_end()
H A Ditem_cmpfunc.cc5715 m_pcre_exec_rc= pcre_exec_with_warn(m_pcre, &m_pcre_extra, str, (int)length, (int)offset, 0, in exec()
5726 m_pcre_exec_rc= pcre_exec_with_warn(m_pcre, &m_pcre_extra, in exec()
5730 if (m_pcre_exec_rc > 0) in exec()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_cmpfunc.h2755 int m_pcre_exec_rc;
2802 bool match() const { return m_pcre_exec_rc < 0 ? 0 : 1; }
2803 int nsubpatterns() const { return m_pcre_exec_rc <= 0 ? 0 : m_pcre_exec_rc; }
2806 return m_pcre_exec_rc <= 0 ? 0 : m_SubStrVec[n * 2];
2810 return m_pcre_exec_rc <= 0 ? 0 : m_SubStrVec[n * 2 + 1];
H A Ditem_cmpfunc.cc5715 m_pcre_exec_rc= pcre_exec_with_warn(m_pcre, &m_pcre_extra, str, (int)length, (int)offset, 0, in exec()
5726 m_pcre_exec_rc= pcre_exec_with_warn(m_pcre, &m_pcre_extra, in exec()
5730 if (m_pcre_exec_rc > 0) in exec()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.h2834 int m_pcre_exec_rc; variable
2864 bool match() const { return m_pcre_exec_rc < 0 ? 0 : 1; } in match()
2865 int nsubpatterns() const { return m_pcre_exec_rc <= 0 ? 0 : m_pcre_exec_rc; } in nsubpatterns()
2868 return m_pcre_exec_rc <= 0 ? 0 : m_SubStrVec[n * 2]; in subpattern_start()
2872 return m_pcre_exec_rc <= 0 ? 0 : m_SubStrVec[n * 2 + 1]; in subpattern_end()
H A Ditem_cmpfunc.cc6050 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()
6063 if (m_pcre_exec_rc > 0) in exec()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.h2810 int m_pcre_exec_rc; variable
2857 bool match() const { return m_pcre_exec_rc < 0 ? 0 : 1; } in match()
2858 int nsubpatterns() const { return m_pcre_exec_rc <= 0 ? 0 : m_pcre_exec_rc; } in nsubpatterns()
2861 return m_pcre_exec_rc <= 0 ? 0 : m_SubStrVec[n * 2]; in subpattern_start()
2865 return m_pcre_exec_rc <= 0 ? 0 : m_SubStrVec[n * 2 + 1]; in subpattern_end()
H A Ditem_cmpfunc.cc5944 m_pcre_exec_rc= pcre_exec_with_warn(m_pcre, &m_pcre_extra, str, (int)length, (int)offset, 0, in exec()
5955 m_pcre_exec_rc= pcre_exec_with_warn(m_pcre, &m_pcre_extra, in exec()
5959 if (m_pcre_exec_rc > 0) in exec()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_cmpfunc.h2810 int m_pcre_exec_rc; variable
2857 bool match() const { return m_pcre_exec_rc < 0 ? 0 : 1; } in match()
2858 int nsubpatterns() const { return m_pcre_exec_rc <= 0 ? 0 : m_pcre_exec_rc; } in nsubpatterns()
2861 return m_pcre_exec_rc <= 0 ? 0 : m_SubStrVec[n * 2]; in subpattern_start()
2865 return m_pcre_exec_rc <= 0 ? 0 : m_SubStrVec[n * 2 + 1]; in subpattern_end()
H A Ditem_cmpfunc.cc5944 m_pcre_exec_rc= pcre_exec_with_warn(m_pcre, &m_pcre_extra, str, (int)length, (int)offset, 0, in exec()
5955 m_pcre_exec_rc= pcre_exec_with_warn(m_pcre, &m_pcre_extra, in exec()
5959 if (m_pcre_exec_rc > 0) in exec()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_cmpfunc.h2834 int m_pcre_exec_rc; variable
2864 bool match() const { return m_pcre_exec_rc < 0 ? 0 : 1; } in match()
2865 int nsubpatterns() const { return m_pcre_exec_rc <= 0 ? 0 : m_pcre_exec_rc; } in nsubpatterns()
2868 return m_pcre_exec_rc <= 0 ? 0 : m_SubStrVec[n * 2]; in subpattern_start()
2872 return m_pcre_exec_rc <= 0 ? 0 : m_SubStrVec[n * 2 + 1]; in subpattern_end()
H A Ditem_cmpfunc.cc6050 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()
6063 if (m_pcre_exec_rc > 0) in exec()