new_info          145 modules/http/mod_mime.c     extension_info *new_info = apr_pmemdup(p, base_info, sizeof(extension_info));
new_info          148 modules/http/mod_mime.c         new_info->forced_type = overlay_info->forced_type;
new_info          151 modules/http/mod_mime.c         new_info->encoding_type = overlay_info->encoding_type;
new_info          154 modules/http/mod_mime.c         new_info->language_type = overlay_info->language_type;
new_info          157 modules/http/mod_mime.c         new_info->handler = overlay_info->handler;
new_info          160 modules/http/mod_mime.c         new_info->charset_type = overlay_info->charset_type;
new_info          163 modules/http/mod_mime.c         new_info->input_filters = overlay_info->input_filters;
new_info          166 modules/http/mod_mime.c         new_info->output_filters = overlay_info->output_filters;
new_info          169 modules/http/mod_mime.c     return new_info;
new_info          710 srclib/pcre/pcretest.c     new_info(re, NULL, PCRE_INFO_OPTIONS, &options);
new_info         1022 srclib/pcre/pcretest.c       new_info(re, NULL, PCRE_INFO_OPTIONS, &get_options);
new_info         1023 srclib/pcre/pcretest.c       new_info(re, NULL, PCRE_INFO_SIZE, &size);
new_info         1024 srclib/pcre/pcretest.c       new_info(re, NULL, PCRE_INFO_CAPTURECOUNT, &count);
new_info         1025 srclib/pcre/pcretest.c       new_info(re, NULL, PCRE_INFO_BACKREFMAX, &backrefmax);
new_info         1026 srclib/pcre/pcretest.c       new_info(re, NULL, PCRE_INFO_FIRSTBYTE, &first_char);
new_info         1027 srclib/pcre/pcretest.c       new_info(re, NULL, PCRE_INFO_LASTLITERAL, &need_char);
new_info         1028 srclib/pcre/pcretest.c       new_info(re, NULL, PCRE_INFO_NAMEENTRYSIZE, &nameentrysize);
new_info         1029 srclib/pcre/pcretest.c       new_info(re, NULL, PCRE_INFO_NAMECOUNT, &namecount);
new_info         1030 srclib/pcre/pcretest.c       new_info(re, NULL, PCRE_INFO_NAMETABLE, (void *)&nametable);
new_info         1144 srclib/pcre/pcretest.c           new_info(re, extra, PCRE_INFO_FIRSTTABLE, &start_bits);