Home
last modified time | relevance | path

Searched refs:yy_start (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_language_scanner.h27 unsigned char *yy_start; member
H A Dzend_globals.h242 unsigned char *yy_start; member
268 unsigned char *yy_start; member
H A Dzend_language_scanner.l172 if (!SCNG(yy_start)) { in yy_scan_buffer()
173 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()
203 lex_state->yy_start = SCNG(yy_start); in zend_save_lexical_state()
238 SCNG(yy_start) = lex_state->yy_start; in zend_restore_lexical_state()
527 SCNG(yy_start) = NULL; in open_file_for_scanning()
546 SCNG(yy_start) = (unsigned char *)buf - offset; in open_file_for_scanning()
695 SCNG(yy_start) = NULL; in zend_prepare_string_for_scanning()
731 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset()
852 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
854 SCNG(yy_text) = new_yy_start + (SCNG(yy_text) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
[all …]
H A Dzend_ini_scanner.l215 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()
378 if (YYCURSOR == SCNG(yy_start) && YYCURSOR + 3 < YYLIMIT) { in ini_lex()
H A Dzend_language_scanner.c175 if (!SCNG(yy_start)) { in yy_scan_buffer()
176 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()
206 lex_state->yy_start = SCNG(yy_start); in zend_save_lexical_state()
241 SCNG(yy_start) = lex_state->yy_start; in zend_restore_lexical_state()
530 SCNG(yy_start) = NULL; in open_file_for_scanning()
549 SCNG(yy_start) = (unsigned char *)buf - offset; in open_file_for_scanning()
698 SCNG(yy_start) = NULL; in zend_prepare_string_for_scanning()
734 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset()
855 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
857 SCNG(yy_text) = new_yy_start + (SCNG(yy_text) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
[all …]
H A Dzend_ini_scanner.c217 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()
380 if (YYCURSOR == SCNG(yy_start) && YYCURSOR + 3 < YYLIMIT) { in ini_lex()

Completed in 48 milliseconds