Home
last modified time | relevance | path

Searched refs:QS_OVECCOUNT (Results 1 – 2 of 2) sorted by relevance

/dports/www/mod_qos/mod_qos-11.66/tools/src/
H A Dqsre.c48 #define QS_OVECCOUNT 100 macro
116 int ovector[QS_OVECCOUNT]; in rmatch()
119 int rc = pcre_exec(pcre, NULL, line, strlen(line), 0, 0, ovector, QS_OVECCOUNT); in rmatch()
H A Dqsfilter2.c89 #define QS_OVECCOUNT 3 macro
154 int ovector[QS_OVECCOUNT]; in qos_detect_b64()
155 int rc_c = pcre_exec(pcre_b64, NULL, line, strlen(line), 0, 0, ovector, QS_OVECCOUNT); in qos_detect_b64()
161 rc_c = pcre_exec(pcre_hx, NULL, line, strlen(line), 0, 0, ovector, QS_OVECCOUNT); in qos_detect_b64()
1344 int ovector[QS_OVECCOUNT]; in qos_auto_detect()
1346 rc_c = pcre_exec(m_req_regex, NULL, line, strlen(line), 0, 0, ovector, QS_OVECCOUNT); in qos_auto_detect()