Lines Matching defs:overlay_info
143 const extension_info *overlay_info = (const extension_info *)overlay_val;
147 if (overlay_info->forced_type) {
148 new_info->forced_type = overlay_info->forced_type;
150 if (overlay_info->encoding_type) {
151 new_info->encoding_type = overlay_info->encoding_type;
153 if (overlay_info->language_type) {
154 new_info->language_type = overlay_info->language_type;
156 if (overlay_info->handler) {
157 new_info->handler = overlay_info->handler;
159 if (overlay_info->charset_type) {
160 new_info->charset_type = overlay_info->charset_type;
162 if (overlay_info->input_filters) {
163 new_info->input_filters = overlay_info->input_filters;
165 if (overlay_info->output_filters) {
166 new_info->output_filters = overlay_info->output_filters;