new_info         1055 pcre/pcretest.cpp     new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options);
new_info         1391 pcre/pcretest.cpp       new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options);
new_info         1392 pcre/pcretest.cpp       new_info(re, NULL, PCRE_INFO_SIZE, &size);
new_info         1393 pcre/pcretest.cpp       new_info(re, NULL, PCRE_INFO_CAPTURECOUNT, &count);
new_info         1394 pcre/pcretest.cpp       new_info(re, NULL, PCRE_INFO_BACKREFMAX, &backrefmax);
new_info         1395 pcre/pcretest.cpp       new_info(re, NULL, PCRE_INFO_FIRSTBYTE, &first_char);
new_info         1396 pcre/pcretest.cpp       new_info(re, NULL, PCRE_INFO_LASTLITERAL, &need_char);
new_info         1397 pcre/pcretest.cpp       new_info(re, NULL, PCRE_INFO_NAMEENTRYSIZE, &nameentrysize);
new_info         1398 pcre/pcretest.cpp       new_info(re, NULL, PCRE_INFO_NAMECOUNT, &namecount);
new_info         1399 pcre/pcretest.cpp       new_info(re, NULL, PCRE_INFO_NAMETABLE, (void *)&nametable);
new_info         1400 pcre/pcretest.cpp       new_info(re, NULL, PCRE_INFO_OKPARTIAL, &okpartial);
new_info         1401 pcre/pcretest.cpp       new_info(re, NULL, PCRE_INFO_JCHANGED, &jchanged);
new_info         1402 pcre/pcretest.cpp       new_info(re, NULL, PCRE_INFO_HASCRORLF, &hascrorlf);
new_info         1540 pcre/pcretest.cpp           new_info(re, extra, PCRE_INFO_FIRSTTABLE, &start_bits);