Home | History | Annotate | Download | only in pcre

Lines Matching refs:new_info

994 static void new_info(pcre *re, pcre_extra *study, int option, void *ptr)
1478 new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options);
1760 new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options);
1877 new_info(re, NULL, PCRE_INFO_SIZE, &size);
1878 new_info(re, NULL, PCRE_INFO_CAPTURECOUNT, &count);
1879 new_info(re, NULL, PCRE_INFO_BACKREFMAX, &backrefmax);
1880 new_info(re, NULL, PCRE_INFO_FIRSTBYTE, &first_char);
1881 new_info(re, NULL, PCRE_INFO_LASTLITERAL, &need_char);
1882 new_info(re, NULL, PCRE_INFO_NAMEENTRYSIZE, &nameentrysize);
1883 new_info(re, NULL, PCRE_INFO_NAMECOUNT, &namecount);
1884 new_info(re, NULL, PCRE_INFO_NAMETABLE, (void *)&nametable);
1885 new_info(re, NULL, PCRE_INFO_OKPARTIAL, &okpartial);
1886 new_info(re, NULL, PCRE_INFO_JCHANGED, &jchanged);
1887 new_info(re, NULL, PCRE_INFO_HASCRORLF, &hascrorlf);
2031 new_info(re, extra, PCRE_INFO_MINLENGTH, &minlength);
2034 new_info(re, extra, PCRE_INFO_FIRSTTABLE, &start_bits);