• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/apache-786.1/httpd/modules/ssl/

Lines Matching refs:yy_current_state

650         register yy_state_type yy_current_state;
704 yy_current_state = yy_start;
709 if ( yy_accept[yy_current_state] )
711 yy_last_accepting_state = yy_current_state;
714 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
716 yy_current_state = (int) yy_def[yy_current_state];
717 if ( yy_current_state >= 89 )
720 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
723 while ( yy_current_state != 88 );
725 yy_current_state = yy_last_accepting_state;
728 yy_act = yy_accept[yy_current_state];
742 yy_current_state = yy_last_accepting_state;
1115 yy_current_state = yy_get_previous_state();
1126 yy_next_state = yy_try_NUL_trans( yy_current_state );
1134 yy_current_state = yy_next_state;
1141 yy_current_state = yy_last_accepting_state;
1181 yy_current_state = yy_get_previous_state();
1191 yy_current_state = yy_get_previous_state();
1350 register yy_state_type yy_current_state;
1353 yy_current_state = yy_start;
1358 if ( yy_accept[yy_current_state] )
1360 yy_last_accepting_state = yy_current_state;
1363 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1365 yy_current_state = (int) yy_def[yy_current_state];
1366 if ( yy_current_state >= 89 )
1369 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1372 return yy_current_state;
1383 static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
1385 static yy_state_type yy_try_NUL_trans( yy_current_state )
1386 yy_state_type yy_current_state;
1393 if ( yy_accept[yy_current_state] )
1395 yy_last_accepting_state = yy_current_state;
1398 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1400 yy_current_state = (int) yy_def[yy_current_state];
1401 if ( yy_current_state >= 89 )
1404 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1405 yy_is_jam = (yy_current_state == 88);
1407 return yy_is_jam ? 0 : yy_current_state;