Searched refs:scanner (Results 1 - 5 of 5) sorted by relevance

/httpd/server/
H A Dutil_expr_private.h82 /** The context used by scanner and parser */
84 /* internal state of the scanner */
88 void *scanner; member in struct:__anon386
115 int ap_expr_yylex_init(void **scanner);
116 int ap_expr_yylex_destroy(void *scanner);
117 void ap_expr_yyset_extra(ap_expr_parse_ctx_t *context, void *scanner);
H A Dutil_expr_parse.y104 #define yyscanner ctx->scanner
106 int ap_expr_yylex(YYSTYPE *lvalp, void *scanner);
H A Dutil_expr_parse.c195 #define yyscanner ctx->scanner
197 int ap_expr_yylex(YYSTYPE *lvalp, void *scanner);
1091 scanner and before detecting a syntax error. Thus, state merging
H A Dutil_expr_eval.c419 ap_expr_yylex_init(&ctx.scanner);
420 ap_expr_yyset_extra(&ctx, ctx.scanner);
422 ap_expr_yylex_destroy(ctx.scanner);
H A Dutil_expr_scan.c7 /* A lexical scanner generated by flex */
129 are macros in the reentrant scanner. */
276 * "scanner state".
363 /* This struct is not used in this scanner,
604 * XXX: longjmp. It is not clear if the scanner is in any state
650 /* Holds the entire state of the reentrant scanner. */
657 /* The rest are the same as the globals declared in the non-reentrant scanner. */
692 int ap_expr_yylex_init (yyscan_t* scanner);
694 int ap_expr_yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
796 YY_FATAL_ERROR( "input in flex scanner faile
[all...]

Completed in 48 milliseconds