Home
last modified time | relevance | path

Searched refs:new_yy_start (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_language_scanner.l652 unsigned char *new_yy_start = erealloc(SCNG(yy_start), new_len); in BEGIN_EXTERN_C() local
653 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in BEGIN_EXTERN_C()
654 SCNG(yy_marker) = new_yy_start + (SCNG(yy_marker) - SCNG(yy_start)); in BEGIN_EXTERN_C()
655 SCNG(yy_text) = new_yy_start + (SCNG(yy_text) - SCNG(yy_start)); in BEGIN_EXTERN_C()
656 SCNG(yy_start) = new_yy_start; in BEGIN_EXTERN_C()
657 SCNG(script_filtered) = new_yy_start; in BEGIN_EXTERN_C()
H A Dzend_language_scanner.c654 unsigned char *new_yy_start = erealloc(SCNG(yy_start), new_len); in BEGIN_EXTERN_C() local
655 SCNG(yy_cursor) = new_yy_start + (SCNG(yy_cursor) - SCNG(yy_start)); in BEGIN_EXTERN_C()
656 SCNG(yy_marker) = new_yy_start + (SCNG(yy_marker) - SCNG(yy_start)); in BEGIN_EXTERN_C()
657 SCNG(yy_text) = new_yy_start + (SCNG(yy_text) - SCNG(yy_start)); in BEGIN_EXTERN_C()
658 SCNG(yy_start) = new_yy_start; in BEGIN_EXTERN_C()
659 SCNG(script_filtered) = new_yy_start; in BEGIN_EXTERN_C()

Completed in 21 milliseconds