Searched refs:re_options (Results 1 – 1 of 1) sorted by relevance
580 uint32_t re_options, capture_count; in browser_reg_compare() local623 re = pcre_get_compiled_regex(regex, &capture_count, &re_options); in browser_reg_compare()636 …rc = pcre2_match(re, (PCRE2_SPTR)ZSTR_VAL(agent_name), ZSTR_LEN(agent_name), 0, re_options, match_… in browser_reg_compare()
Completed in 8 milliseconds