Lines Matching refs:script_filtered

241 	lex_state->script_filtered = SCNG(script_filtered);  in zend_save_lexical_state()
278 if (SCNG(script_filtered)) { in zend_restore_lexical_state()
279 efree(SCNG(script_filtered)); in zend_restore_lexical_state()
280 SCNG(script_filtered) = NULL; in zend_restore_lexical_state()
284 SCNG(script_filtered) = lex_state->script_filtered; in zend_restore_lexical_state()
550 SCNG(script_filtered) = NULL; in open_file_for_scanning()
555 …if ((size_t)-1 == SCNG(input_filter)(&SCNG(script_filtered), &SCNG(script_filtered_size), SCNG(scr… in open_file_for_scanning()
559 buf = (char*)SCNG(script_filtered); in open_file_for_scanning()
741 SCNG(script_filtered) = NULL; in zend_prepare_string_for_scanning()
746 …if ((size_t)-1 == SCNG(input_filter)(&SCNG(script_filtered), &SCNG(script_filtered_size), SCNG(scr… in zend_prepare_string_for_scanning()
750 buf = (char*)SCNG(script_filtered); in zend_prepare_string_for_scanning()
837 if (SCNG(script_filtered)) { in highlight_file()
838 efree(SCNG(script_filtered)); in highlight_file()
839 SCNG(script_filtered) = NULL; in highlight_file()
857 if (SCNG(script_filtered)) { in highlight_string()
858 efree(SCNG(script_filtered)); in highlight_string()
859 SCNG(script_filtered) = NULL; in highlight_string()
872 if (SCNG(script_filtered)) { in zend_multibyte_yyinput_again()
873 efree(SCNG(script_filtered)); in zend_multibyte_yyinput_again()
874 SCNG(script_filtered) = NULL; in zend_multibyte_yyinput_again()
884 if (SCNG(script_filtered)) { in zend_multibyte_yyinput_again()
885 efree(SCNG(script_filtered)); in zend_multibyte_yyinput_again()
887 SCNG(script_filtered) = new_yy_start; in zend_multibyte_yyinput_again()