Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_language_scanner.h27 unsigned char *yy_start; member
H A Dzend_globals.h273 unsigned char *yy_start; member
293 unsigned char *yy_start; member
H A Dzend_language_scanner.l173 if (!SCNG(yy_start)) { in yy_scan_buffer()
174 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()
202 lex_state->yy_start = SCNG(yy_start); in zend_save_lexical_state()
228 SCNG(yy_start) = lex_state->yy_start; in zend_restore_lexical_state()
501 SCNG(yy_start) = NULL; in open_file_for_scanning()
520 SCNG(yy_start) = (unsigned char *)buf - offset; in open_file_for_scanning()
667 SCNG(yy_start) = NULL; in zend_prepare_string_for_scanning()
701 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset()
859 SCNG(yy_text) = new_yy_start + (SCNG(yy_text) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
860 SCNG(yy_limit) = new_yy_start + (SCNG(yy_limit) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
[all …]
H A Dzend_ini_scanner.l164 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()
327 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()
204 lex_state->yy_start = SCNG(yy_start); in zend_save_lexical_state()
230 SCNG(yy_start) = lex_state->yy_start; in zend_restore_lexical_state()
503 SCNG(yy_start) = NULL; in open_file_for_scanning()
522 SCNG(yy_start) = (unsigned char *)buf - offset; in open_file_for_scanning()
669 SCNG(yy_start) = NULL; in zend_prepare_string_for_scanning()
703 size_t offset = SCNG(yy_cursor) - SCNG(yy_start); in zend_get_scanned_file_offset()
861 SCNG(yy_text) = new_yy_start + (SCNG(yy_text) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
862 SCNG(yy_limit) = new_yy_start + (SCNG(yy_limit) - SCNG(yy_start)); in zend_multibyte_yyinput_again()
[all …]
H A Dzend_ini_scanner.c166 SCNG(yy_start) = YYCURSOR; in yy_scan_buffer()
329 if (YYCURSOR == SCNG(yy_start) && YYCURSOR + 3 < YYLIMIT) { in ini_lex()

Completed in 57 milliseconds