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

Function ap_expr_yy_load_buffer_state

server/util_expr_scan.c:1986–1993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1984}
1985
1986static void ap_expr_yy_load_buffer_state (yyscan_t yyscanner)
1987{
1988 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
1989 yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1990 yyg->yytext_ptr = yyg->yy_c_buf_p = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
1991 yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
1992 yyg->yy_hold_char = *yyg->yy_c_buf_p;
1993}
1994
1995/** Allocate and initialize an input buffer state.
1996 * @param file A readable stream.

Callers 6

util_expr_scan.cFile · 0.85
ap_expr_yyrestartFunction · 0.85
ap_expr_yy_flush_bufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected