MCPcopy Create free account
hub / github.com/apache/httpd / yy_pop_state

Function yy_pop_state

server/util_expr_scan.c:2314–2321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2312}
2313
2314 static void yy_pop_state (yyscan_t yyscanner)
2315{
2316 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
2317 if ( --yyg->yy_start_stack_ptr < 0 )
2318 YY_FATAL_ERROR( "start-condition stack underflow" );
2319
2320 BEGIN(yyg->yy_start_stack[yyg->yy_start_stack_ptr]);
2321}
2322
2323#ifndef YY_EXIT_FAILURE
2324#define YY_EXIT_FAILURE 2

Callers 1

util_expr_scan.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected