Home
last modified time | relevance | path

Searched refs:re_extra (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/standard/
H A Dbrowscap.c561 pcre_extra *re_extra; in browser_reg_compare() local
603 re = pcre_get_compiled_regex(regex, &re_extra, &re_options); in browser_reg_compare()
610 …if (pcre_exec(re, re_extra, ZSTR_VAL(agent_name), ZSTR_LEN(agent_name), 0, re_options, NULL, 0) ==… in browser_reg_compare()
/PHP-7.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c384 pcre_extra *re_extra; in check_fmt() local
392 if ((pce = pcre_get_compiled_regex(pattern, &re_extra, &re_options)) == NULL) { in check_fmt()
395 rv = !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0); in check_fmt()
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch3323 + pcre_extra *re_extra;
3334 + if ((pce = pcre_get_compiled_regex(pattern, &re_extra, &re_options)) == NULL) {
3339 + rv = !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0);

Completed in 17 milliseconds