util_expr_scan.c revision 8fae12696bce44be9ce4c56888690cad8ac7b8f9
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#define YY_FLEX_SUBMINOR_VERSION 35
#if YY_FLEX_SUBMINOR_VERSION > 0
#define FLEX_BETA
#endif
/* First, we deal with platform-specific or compiler-specific issues. */
/* begin standard C headers. */
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
/* end standard C headers. */
/* flex integer type definitions */
#ifndef FLEXINT_H
#define FLEXINT_H
/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
*/
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS 1
#endif
#include <inttypes.h>
typedef int8_t flex_int8_t;
typedef uint8_t flex_uint8_t;
typedef int16_t flex_int16_t;
typedef uint16_t flex_uint16_t;
typedef int32_t flex_int32_t;
typedef uint32_t flex_uint32_t;
#else
typedef signed char flex_int8_t;
typedef short int flex_int16_t;
typedef int flex_int32_t;
typedef unsigned char flex_uint8_t;
typedef unsigned short int flex_uint16_t;
typedef unsigned int flex_uint32_t;
/* Limits of integral types. */
#ifndef INT8_MIN
#define INT8_MIN (-128)
#endif
#ifndef INT16_MIN
#endif
#ifndef INT32_MIN
#endif
#ifndef INT8_MAX
#define INT8_MAX (127)
#endif
#ifndef INT16_MAX
#define INT16_MAX (32767)
#endif
#ifndef INT32_MAX
#define INT32_MAX (2147483647)
#endif
#ifndef UINT8_MAX
#define UINT8_MAX (255U)
#endif
#ifndef UINT16_MAX
#define UINT16_MAX (65535U)
#endif
#ifndef UINT32_MAX
#define UINT32_MAX (4294967295U)
#endif
#endif /* ! C99 */
#endif /* ! FLEXINT_H */
#ifdef __cplusplus
/* The "const" storage-class-modifier is valid. */
#define YY_USE_CONST
#else /* ! __cplusplus */
/* C99 requires __STDC__ to be defined as 1. */
#if defined (__STDC__)
#define YY_USE_CONST
#endif /* defined (__STDC__) */
#endif /* ! __cplusplus */
#ifdef YY_USE_CONST
#define yyconst const
#else
#define yyconst
#endif
/* Returned upon end-of-file. */
#define YY_NULL 0
/* Promotes a possibly negative, possibly signed char to an unsigned
* integer for use as an array index. If the signed char is negative,
* we want to instead treat it as an 8-bit unsigned char, hence the
* double cast.
*/
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
/* An opaque pointer. */
#ifndef YY_TYPEDEF_YY_SCANNER_T
#define YY_TYPEDEF_YY_SCANNER_T
typedef void* yyscan_t;
#endif
/* For convenience, these vars (plus the bison vars far below)
are macros in the reentrant scanner. */
/* Enter a start condition. This macro really ought to take a parameter,
* but we do it the disgusting crufty way forced on us by the ()-less
* definition of BEGIN.
*/
/* Translate the current start state into a value that can be later handed
* to BEGIN to return to the state. The YYSTATE alias is for lex
* compatibility.
*/
/* Action number for EOF rule of a given start state. */
/* Special action meaning "start processing a new file". */
#define YY_END_OF_BUFFER_CHAR 0
/* Size of default input buffer. */
#ifndef YY_BUF_SIZE
#ifdef __ia64__
/* On IA-64, the buffer size is 16k, not 8k.
* Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
* Ditto for the __ia64__ case accordingly.
*/
#define YY_BUF_SIZE 32768
#else
#define YY_BUF_SIZE 16384
#endif /* __ia64__ */
#endif
/* The state buf must be large enough to hold one state per character in the main buffer.
*/
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
#define YY_TYPEDEF_YY_BUFFER_STATE
typedef struct yy_buffer_state *YY_BUFFER_STATE;
#endif
#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2
#define YY_LESS_LINENO(n)
/* Return all but the first "n" matched characters back to the input stream. */
#define yyless(n) \
do \
{ \
/* Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
} \
while ( 0 )
#ifndef YY_TYPEDEF_YY_SIZE_T
#define YY_TYPEDEF_YY_SIZE_T
#endif
#ifndef YY_STRUCT_YY_BUFFER_STATE
#define YY_STRUCT_YY_BUFFER_STATE
struct yy_buffer_state
{
char *yy_ch_buf; /* input buffer */
char *yy_buf_pos; /* current position in input buffer */
/* Size of input buffer in bytes, not including room for EOB
* characters.
*/
/* Number of characters read into yy_ch_buf, not including EOB
* characters.
*/
int yy_n_chars;
/* Whether we "own" the buffer - i.e., we know we created it,
* and can realloc() it to grow it, and should free() it to
* delete it.
*/
int yy_is_our_buffer;
/* Whether this is an "interactive" input source; if so, and
* if we're using stdio for input, then we want to use getc()
* instead of fread(), to make sure we stop fetching input after
* each newline.
*/
int yy_is_interactive;
/* Whether we're considered to be at the beginning of a line.
* If so, '^' rules will be active on the next match, otherwise
* not.
*/
int yy_at_bol;
int yy_bs_lineno; /**< The line count. */
int yy_bs_column; /**< The column count. */
/* Whether to try to fill the input buffer when we reach the
* end of it.
*/
int yy_fill_buffer;
int yy_buffer_status;
#define YY_BUFFER_NEW 0
#define YY_BUFFER_NORMAL 1
/* When an EOF's been seen but there's still some text to process
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
* shouldn't try reading from the input source any more. We might
* still have a bunch of tokens to match, though, because of
* possible backing-up.
*
* When we actually see the EOF, we change the status to "new"
* (via ap_expr_yyrestart()), so that the user can continue scanning by
* just pointing yyin at a new input file.
*/
#define YY_BUFFER_EOF_PENDING 2
};
#endif /* !YY_STRUCT_YY_BUFFER_STATE */
/* We provide macros for accessing buffer states in case in the
* future we want to put the buffer states in a more general
* "scanner state".
*
* Returns the top of the stack, or NULL.
*/
: NULL)
/* Same as previous macro, but useful when we know that the buffer stack is not
* NULL or when we need an lvalue. For internal use only.
*/
#define yy_set_interactive(is_interactive) \
{ \
if ( ! YY_CURRENT_BUFFER ){ \
} \
}
#define yy_set_bol(at_bol) \
{ \
if ( ! YY_CURRENT_BUFFER ){\
} \
}
/* Begin user sect3 */
#define ap_expr_yywrap(n) 1
#define YY_SKIP_YYWRAP
typedef unsigned char YY_CHAR;
typedef int yy_state_type;
#define yytext_ptr yytext_r
/* Done after the current pattern has been matched and before the
* corresponding action - sets up yytext.
*/
#define YY_DO_BEFORE_ACTION \
*yy_cp = '\0'; \
#define YY_NUM_RULES 65
#define YY_END_OF_BUFFER 66
/* This struct is not used in this scanner,
but its presence is necessary. */
struct yy_trans_info
{
};
{ 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 66, 64, 1, 41, 2, 64, 64, 63,
64, 42, 24, 61, 30, 28, 32, 62, 62, 62,
62, 62, 62, 62, 62, 62, 62, 62, 64, 13,
4, 3, 16, 65, 16, 21, 4, 20, 18, 19,
65, 15, 22, 25, 27, 26, 1, 29, 35, 17,
37, 61, 57, 57, 57, 57, 57, 57, 31, 28,
34, 33, 62, 62, 55, 62, 53, 52, 56, 51,
50, 23, 23, 54, 62, 38, 62, 39, 13, 14,
12, 5, 6, 10, 11, 7, 8, 9, 18, 58,
44, 46, 48, 43, 47, 49, 45, 36, 62, 40,
62, 5, 6, 62, 59, 5, 60, 0
} ;
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 2, 4, 5, 6, 6, 7, 8, 5, 9,
9, 1, 1, 10, 11, 12, 13, 14, 14, 14,
14, 14, 14, 14, 14, 15, 15, 16, 6, 17,
18, 19, 6, 1, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
1, 21, 1, 6, 22, 1, 23, 24, 20, 25,
26, 27, 28, 20, 29, 20, 20, 30, 31, 32,
33, 20, 34, 35, 36, 37, 38, 20, 20, 20,
20, 20, 39, 40, 41, 42, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1
} ;
{ 0,
1, 1, 2, 1, 2, 1, 2, 1, 1, 1,
1, 1, 1, 3, 3, 1, 1, 1, 1, 3,
2, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3, 3, 3, 1, 1,
2, 1
} ;
{ 0,
0, 0, 40, 41, 82, 0, 122, 123, 0, 0,
138, 133, 161, 260, 47, 33, 260, 121, 151, 260,
151, 260, 260, 38, 140, 36, 139, 0, 124, 121,
131, 29, 121, 30, 180, 31, 117, 116, 110, 0,
260, 260, 110, 207, 260, 260, 260, 260, 0, 260,
260, 260, 260, 260, 260, 260, 56, 260, 260, 260,
260, 54, 0, 114, 34, 115, 37, 120, 260, 260,
260, 260, 0, 120, 0, 112, 0, 0, 0, 0,
0, 260, 0, 0, 104, 0, 102, 260, 0, 260,
260, 58, 62, 260, 260, 260, 260, 260, 0, 260,
260, 260, 260, 260, 260, 260, 260, 0, 103, 0,
112, 65, 117, 111, 0, 119, 0, 260, 244, 247,
250, 133, 132, 253, 256, 67, 62
} ;
{ 0,
118, 1, 119, 119, 118, 5, 119, 119, 120, 120,
121, 121, 118, 118, 118, 118, 118, 118, 118, 118,
122, 118, 118, 118, 118, 118, 118, 123, 123, 123,
123, 123, 123, 123, 123, 123, 123, 123, 118, 124,
118, 118, 118, 125, 118, 118, 118, 118, 126, 118,
118, 118, 118, 118, 118, 118, 118, 118, 118, 118,
118, 118, 127, 127, 127, 127, 127, 127, 118, 118,
118, 118, 123, 123, 123, 123, 123, 123, 123, 123,
123, 118, 123, 123, 123, 123, 123, 118, 124, 118,
118, 118, 118, 118, 118, 118, 118, 118, 126, 118,
118, 118, 118, 118, 118, 118, 118, 123, 123, 123,
123, 118, 118, 123, 123, 118, 123, 0, 118, 118,
118, 118, 118, 118, 118, 118, 118
} ;
{ 0,
14, 15, 15, 16, 17, 14, 18, 19, 20, 20,
21, 22, 23, 24, 24, 20, 25, 26, 27, 28,
14, 14, 29, 28, 28, 30, 31, 32, 33, 34,
35, 36, 37, 28, 28, 28, 38, 28, 20, 39,
20, 14, 41, 41, 42, 42, 43, 43, 57, 57,
58, 62, 62, 70, 77, 80, 84, 57, 57, 102,
44, 44, 105, 85, 100, 78, 81, 62, 62, 99,
103, 112, 113, 106, 59, 113, 113, 71, 116, 113,
45, 45, 46, 46, 47, 46, 46, 46, 46, 46,
46, 46, 46, 46, 46, 46, 46, 48, 46, 46,
46, 49, 46, 46, 49, 49, 49, 49, 49, 49,
49, 49, 49, 49, 49, 49, 49, 49, 49, 49,
46, 46, 50, 46, 41, 41, 51, 51, 52, 52,
113, 113, 113, 113, 73, 63, 117, 115, 114, 111,
110, 109, 44, 44, 108, 107, 104, 101, 90, 88,
87, 86, 79, 76, 75, 74, 72, 69, 61, 60,
118, 56, 53, 53, 62, 62, 56, 118, 118, 118,
118, 118, 118, 118, 118, 118, 64, 118, 65, 66,
67, 118, 68, 82, 82, 82, 82, 118, 118, 82,
82, 82, 82, 118, 118, 82, 118, 118, 118, 118,
118, 83, 118, 118, 118, 118, 118, 118, 118, 118,
118, 118, 118, 118, 118, 118, 118, 118, 118, 82,
92, 93, 118, 118, 118, 118, 118, 118, 118, 118,
94, 118, 118, 95, 118, 118, 118, 118, 96, 118,
118, 97, 118, 98, 40, 40, 40, 54, 54, 54,
55, 55, 55, 89, 118, 89, 91, 91, 91, 13,
118, 118, 118, 118, 118, 118, 118, 118, 118, 118,
118, 118, 118, 118, 118, 118, 118, 118, 118, 118,
118, 118, 118, 118, 118, 118, 118, 118, 118, 118,
118, 118, 118, 118, 118, 118, 118, 118, 118, 118,
118, 118
} ;
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 3, 4, 3, 4, 3, 4, 15, 15,
16, 24, 24, 26, 32, 34, 36, 57, 57, 65,
3, 4, 67, 36, 127, 32, 34, 62, 62, 126,
65, 92, 92, 67, 16, 93, 93, 26, 112, 112,
3, 4, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 7, 8, 7, 8, 7, 8,
113, 113, 116, 116, 123, 122, 114, 111, 109, 87,
85, 76, 7, 8, 74, 68, 66, 64, 43, 39,
38, 37, 33, 31, 30, 29, 27, 25, 19, 18,
13, 12, 7, 8, 21, 21, 11, 0, 0, 0,
0, 0, 0, 0, 0, 0, 21, 0, 21, 21,
21, 0, 21, 35, 35, 35, 35, 0, 0, 35,
35, 35, 35, 0, 0, 35, 0, 0, 0, 0,
0, 35, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 35,
44, 44, 0, 0, 0, 0, 0, 0, 0, 0,
44, 0, 0, 44, 0, 0, 0, 0, 44, 0,
0, 44, 0, 44, 119, 119, 119, 120, 120, 120,
121, 121, 121, 124, 0, 124, 125, 125, 125, 118,
118, 118, 118, 118, 118, 118, 118, 118, 118, 118,
118, 118, 118, 118, 118, 118, 118, 118, 118, 118,
118, 118, 118, 118, 118, 118, 118, 118, 118, 118,
118, 118, 118, 118, 118, 118, 118, 118, 118, 118,
118, 118
} ;
/* The intent behind this definition is that it'll catch
* any uses of REJECT which flex missed.
*/
#define REJECT reject_used_but_not_detected
#define yymore() yymore_used_but_not_detected
#define YY_MORE_ADJ 0
#define YY_RESTORE_YY_MORE_OFFSET
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
* ap_expr_scan.l, based on ssl_expr_scan.l from mod_ssl
*/
/* _________________________________________________________________
**
** Expression Scanner
** _________________________________________________________________
*/
#define YY_NO_INPUT 1
#include "util_expr_private.h"
#include "util_expr_parse.h"
{ \
{ \
} \
else { \
} \
}
#define YY_EXTRA_TYPE ap_expr_parse_ctx*
#define INITIAL 0
#define str 1
#define var 2
#define vararg 3
#define regex 4
#define regex_flags 5
#ifndef YY_NO_UNISTD_H
/* Special case for "unistd.h", since it is non-ANSI. We include it way
* down here because we want the user's section 1 to have been scanned first.
* The user has a chance to override it with an option.
*/
#include <unistd.h>
#endif
#ifndef YY_EXTRA_TYPE
#define YY_EXTRA_TYPE void *
#endif
/* Holds the entire state of the reentrant scanner. */
struct yyguts_t
{
/* User-defined. Not touched by flex. */
/* The rest are the same as the globals declared in the non-reentrant scanner. */
char yy_hold_char;
int yy_n_chars;
int yyleng_r;
char *yy_c_buf_p;
int yy_init;
int yy_start;
int yy_start_stack_ptr;
int yy_start_stack_depth;
int *yy_start_stack;
char* yy_last_accepting_cpos;
int yylineno_r;
int yy_flex_debug_r;
char *yytext_r;
int yy_more_flag;
int yy_more_len;
}; /* end struct yyguts_t */
/* This must go here because YYSTYPE and YYLTYPE are included
* from bison output in section 1.*/
/* Accessor methods to globals.
These are made visible to non-reentrant scanners for convenience. */
/* Macros after this point can all be overridden by user definitions in
* section 1.
*/
#ifndef YY_SKIP_YYWRAP
#ifdef __cplusplus
#else
#endif
#endif
#ifndef yytext_ptr
#endif
#ifdef YY_NEED_STRLEN
#endif
#ifndef YY_NO_INPUT
#ifdef __cplusplus
#else
#endif
#endif
/* Amount of stuff to slurp up with each read. */
#ifndef YY_READ_BUF_SIZE
#ifdef __ia64__
/* On IA-64, the buffer size is 16k, not 8k */
#define YY_READ_BUF_SIZE 16384
#else
#define YY_READ_BUF_SIZE 8192
#endif /* __ia64__ */
#endif
/* Copy whatever the last rule matched to the standard output. */
#ifndef ECHO
/* This used to be an fputs(), but since the string might contain NUL's,
* we now use fwrite().
*/
#endif
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
* is returned in "result".
*/
#ifndef YY_INPUT
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
size_t n; \
for ( n = 0; n < max_size && \
buf[n] = (char) c; \
if ( c == '\n' ) \
buf[n++] = (char) c; \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
result = n; \
} \
else \
{ \
errno=0; \
{ \
{ \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
break; \
} \
errno=0; \
} \
}\
\
#endif
/* No semi-colon after return; correct usage is to write "yyterminate();" -
* we don't want an extra ';' after the "return" because that will cause
* some compilers to complain about unreachable statements.
*/
#ifndef yyterminate
#define yyterminate() return YY_NULL
#endif
/* Number of entries by which start-condition stack grows. */
#ifndef YY_START_STACK_INCR
#define YY_START_STACK_INCR 25
#endif
/* Report a fatal error. */
#ifndef YY_FATAL_ERROR
#endif
/* end tables serialization structures and prototypes */
/* Default declaration of generated scanner - a define so the user can
* easily add parameters.
*/
#ifndef YY_DECL
#define YY_DECL_IS_OURS 1
extern int ap_expr_yylex \
#define YY_DECL int ap_expr_yylex \
#endif /* !YY_DECL */
/* Code executed at the beginning of each rule, after yytext and yyleng
* have been set up.
*/
#ifndef YY_USER_ACTION
#define YY_USER_ACTION
#endif
/* Code executed at the end of each rule. */
#ifndef YY_BREAK
#define YY_BREAK break;
#endif
#define YY_RULE_SETUP \
/** The main scanner function which does all the work.
*/
{
register yy_state_type yy_current_state;
register int yy_act;
char regex_buf[MAX_STRING_LEN];
char regex_del = '\0';
/*
* Whitespaces
*/
{
#ifdef YY_USER_INIT
#endif
if ( ! yyin )
if ( ! yyout )
if ( ! YY_CURRENT_BUFFER ) {
}
}
while ( 1 ) /* loops until end-of-file is reached */
{
/* Support of yytext. */
/* yy_bp points to the position in yy_ch_buf of the start of
* the current run.
*/
do
{
if ( yy_accept[yy_current_state] )
{
}
{
if ( yy_current_state >= 119 )
}
++yy_cp;
}
while ( yy_current_state != 118 );
do_action: /* This label is used only to access EOF actions. */
switch ( yy_act )
{ /* beginning of action switch */
case 0: /* must back up */
/* undo the effects of YY_DO_BEFORE_ACTION */
goto yy_find_action;
case 1:
/* rule 1 can match eol */
{
/* NOP */
}
/*
* strings ("..." and '...')
*/
case 2:
{
return T_STR_BEGIN;
}
case 3:
{
PERROR("Unterminated variable in string");
}
return T_STR_END;
}
else {
/* return what we have so far and scan delimiter again */
*str_ptr = '\0';
yyless(0);
return T_STRING;
}
}
else {
}
}
case 4:
/* rule 4 can match eol */
{
PERROR("Unterminated string or variable");
}
case YY_STATE_EOF(str):
case YY_STATE_EOF(var):
case YY_STATE_EOF(vararg):
{
PERROR("Unterminated string or variable");
}
case 5:
{
int result;
if (result > 0xff) {
PERROR("Escape sequence out of bound");
}
else {
}
}
case 6:
{
PERROR("Bad escape sequence");
}
case 7:
{ *str_ptr++ = '\n'; }
case 8:
{ *str_ptr++ = '\r'; }
case 9:
{ *str_ptr++ = '\t'; }
case 10:
{ *str_ptr++ = '\b'; }
case 11:
{ *str_ptr++ = '\f'; }
case 12:
/* rule 12 can match eol */
{
}
case 13:
{
while (*cp != '\0')
}
/* variable inside string */
case 14:
{
/* return what we have so far and scan '%{' again */
*str_ptr = '\0';
yyless(0);
return T_STRING;
}
else {
return T_VAR_BEGIN;
}
}
case 15:
{
}
case 16:
{
}
case 17:
{
return T_VAR_BEGIN;
}
/*
* fixed name variable expansion %{XXX} and function call in %{func:arg} syntax
*/
case 18:
{
return T_ID;
}
case 19:
{
return T_VAR_END;
}
case 20:
{
return yytext[0];
}
case 21:
/* rule 21 can match eol */
{
"Invalid character in variable name '%s'", c);
}
case 22:
{
/* return what we have so far and scan '}' again */
*str_ptr = '\0';
yyless(0);
return T_STRING;
}
else {
return T_VAR_END;
}
}
/*
* Regular Expression
*/
case 23:
{
}
case 24:
{
}
case 25:
/* rule 25 can match eol */
{
*regex_ptr = '\0';
}
else {
}
}
case 26:
{
return T_REGEX_I;
}
case 27:
/* rule 27 can match eol */
{
yyless(0);
return T_REGEX;
}
case YY_STATE_EOF(regex_flags):
{
return T_REGEX;
}
/*
* Operators
*/
case 28:
{ return T_OP_STR_EQ; }
case 29:
{ return T_OP_STR_NE; }
case 30:
{ return T_OP_STR_LT; }
case 31:
{ return T_OP_STR_LE; }
case 32:
{ return T_OP_STR_GT; }
case 33:
{ return T_OP_STR_GE; }
case 34:
{ return T_OP_REG; }
case 35:
{ return T_OP_NRE; }
case 36:
{ return T_OP_AND; }
case 37:
{ return T_OP_AND; }
case 38:
{ return T_OP_OR; }
case 39:
{ return T_OP_OR; }
case 40:
{ return T_OP_NOT; }
case 41:
{ return T_OP_NOT; }
case 42:
{ return T_OP_CONCAT; }
case 43:
{ return T_OP_IN; }
case 44:
{ return T_OP_EQ; }
case 45:
{ return T_OP_NE; }
case 46:
{ return T_OP_GE; }
case 47:
{ return T_OP_LE; }
case 48:
{ return T_OP_GT; }
case 49:
{ return T_OP_LT; }
/* for compatibility with ssl_expr */
case 50:
{ return T_OP_LT; }
case 51:
{ return T_OP_LE; }
case 52:
{ return T_OP_GT; }
case 53:
{ return T_OP_GE; }
case 54:
{ return T_OP_NE; }
case 55:
{ return T_OP_EQ; }
case 56:
{ return T_OP_IN; }
case 57:
{
return T_OP_UNARY;
}
case 58:
{
return T_OP_BINARY;
}
/*
* Specials
*/
case 59:
{ return T_TRUE; }
case 60:
{ return T_FALSE; }
/*
* Digits
*/
case 61:
{
return T_DIGIT;
}
/*
* Identifiers
*/
case 62:
{
return T_ID;
}
/*
* These are parts of the grammar and are returned as is
*/
case 63:
{
return yytext[0];
}
/*
* Anything else is an error
*/
case 64:
/* rule 64 can match eol */
{
}
case 65:
YY_FATAL_ERROR( "flex scanner jammed" );
case YY_STATE_EOF(INITIAL):
case YY_STATE_EOF(regex):
yyterminate();
case YY_END_OF_BUFFER:
{
/* Amount of text matched not including the EOB char. */
/* Undo the effects of YY_DO_BEFORE_ACTION. */
{
/* We're scanning a new file or input source. It's
* possible that this happened because the user
* just pointed yyin at a new source and called
* ap_expr_yylex(). If so, then we have to assure
* consistency between YY_CURRENT_BUFFER and our
* globals. Here is the right place to do so, because
* this is the first action (other than possibly a
* back-up) that will match for the new input source.
*/
}
/* Note that here we test for yy_c_buf_p "<=" to the position
* of the first EOB in the buffer, since yy_c_buf_p will
* already have been incremented past the NUL character
* (since all states make transitions on EOB to the
* end-of-buffer state). Contrast this with the test
* in input().
*/
{ /* This was really a NUL. */
/* Okay, we're now positioned to make the NUL
* transition. We couldn't have
* yy_get_previous_state() go ahead and do it
* for us because it doesn't know how to deal
* with the possibility of jamming (and we don't
* want to build jamming into it because then it
* will run more slowly).
*/
if ( yy_next_state )
{
/* Consume the NUL. */
goto yy_match;
}
else
{
goto yy_find_action;
}
}
else switch ( yy_get_next_buffer( yyscanner ) )
{
case EOB_ACT_END_OF_FILE:
{
if ( ap_expr_yywrap(yyscanner ) )
{
/* Note: because we've taken care in
* yy_get_next_buffer() to have set up
* yytext, we can now set up
* yy_c_buf_p so that if some total
* hoser (like flex itself) wants to
* call the scanner after we return the
* YY_NULL, it'll still work - another
* YY_NULL will get returned.
*/
goto do_action;
}
else
{
if ( ! yyg->yy_did_buffer_switch_on_eof )
}
break;
}
case EOB_ACT_CONTINUE_SCAN:
yyg->yy_c_buf_p =
goto yy_match;
case EOB_ACT_LAST_MATCH:
yyg->yy_c_buf_p =
goto yy_find_action;
}
break;
}
default:
"fatal flex scanner internal error--no action found" );
} /* end of action switch */
} /* end of scanning one token */
} /* end of ap_expr_yylex */
/* yy_get_next_buffer - try to read in a new buffer
*
* Returns a code representing an action:
* EOB_ACT_LAST_MATCH -
* EOB_ACT_CONTINUE_SCAN - continue scanning from current position
* EOB_ACT_END_OF_FILE - end of file
*/
{
register int number_to_move, i;
int ret_val;
"fatal flex scanner internal error--end of buffer missed" );
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
{ /* Don't try to fill the buffer, so this is an EOF. */
{
/* We matched a single character, the EOB, so
* treat this as a final EOF.
*/
return EOB_ACT_END_OF_FILE;
}
else
{
/* We matched some text prior to the EOB, first
* process it.
*/
return EOB_ACT_LAST_MATCH;
}
}
/* Try to read more data. */
/* First move last chars to start of buffer. */
for ( i = 0; i < number_to_move; ++i )
/* don't do the read, it's not guaranteed to return an EOF,
* just force an EOF
*/
else
{
int num_to_read =
while ( num_to_read <= 0 )
{ /* Not enough room in the buffer - grow it. */
/* just a shorter name for the current buffer */
int yy_c_buf_p_offset =
if ( b->yy_is_our_buffer )
{
if ( new_size <= 0 )
else
b->yy_buf_size *= 2;
b->yy_ch_buf = (char *)
/* Include room in for 2 EOB chars. */
}
else
/* Can't grow it, we don't own it. */
b->yy_ch_buf = 0;
if ( ! b->yy_ch_buf )
"fatal error - scanner input buffer overflow" );
number_to_move - 1;
}
if ( num_to_read > YY_READ_BUF_SIZE )
/* Read in more data. */
}
if ( yyg->yy_n_chars == 0 )
{
if ( number_to_move == YY_MORE_ADJ )
{
}
else
{
}
}
else
/* Extend the array by 50%, plus the number we really need. */
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) ap_expr_yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ,yyscanner );
if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
}
return ret_val;
}
/* yy_get_previous_state - get the state just before the EOB char was reached */
{
register yy_state_type yy_current_state;
register char *yy_cp;
{
if ( yy_accept[yy_current_state] )
{
}
{
if ( yy_current_state >= 119 )
}
}
return yy_current_state;
}
/* yy_try_NUL_trans - try to make a transition on the NUL character
*
* synopsis
* next_state = yy_try_NUL_trans( current_state );
*/
{
register int yy_is_jam;
struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* This var may be unused depending upon options. */
if ( yy_accept[yy_current_state] )
{
}
{
if ( yy_current_state >= 119 )
}
return yy_is_jam ? 0 : yy_current_state;
}
#ifndef YY_NO_INPUT
#ifdef __cplusplus
#else
#endif
{
int c;
{
/* yy_c_buf_p now points to the character we want to return.
* If this occurs *before* the EOB characters, then it's a
* valid NUL; if not, then we've hit the end of the buffer.
*/
/* This was really a NUL. */
else
{ /* need more input */
++yyg->yy_c_buf_p;
switch ( yy_get_next_buffer( yyscanner ) )
{
case EOB_ACT_LAST_MATCH:
/* This happens because yy_g_n_b()
* sees that we've accumulated a
* token and flags that we need to
* try matching the token before
* proceeding. But for input(),
* there's no matching to consider.
* So convert the EOB_ACT_LAST_MATCH
* to EOB_ACT_END_OF_FILE.
*/
/* Reset buffer status. */
/*FALLTHROUGH*/
case EOB_ACT_END_OF_FILE:
{
if ( ap_expr_yywrap(yyscanner ) )
return EOF;
if ( ! yyg->yy_did_buffer_switch_on_eof )
#ifdef __cplusplus
#else
#endif
}
case EOB_ACT_CONTINUE_SCAN:
break;
}
}
}
return c;
}
#endif /* ifndef YY_NO_INPUT */
/** Immediately switch to a different input stream.
* @param input_file A readable stream.
* @param yyscanner The scanner object.
* @note This function does not reset the start condition to @c INITIAL .
*/
{
if ( ! YY_CURRENT_BUFFER ){
}
}
/** Switch to a different input buffer.
* @param new_buffer The new input buffer.
* @param yyscanner The scanner object.
*/
{
/* TODO. We should be able to replace this entire function body
* with
* ap_expr_yypop_buffer_state();
* ap_expr_yypush_buffer_state(new_buffer);
*/
if ( YY_CURRENT_BUFFER == new_buffer )
return;
if ( YY_CURRENT_BUFFER )
{
/* Flush out information for old buffer. */
}
/* We don't actually know whether we did this switch during
* EOF (ap_expr_yywrap()) processing, but the only time this flag
* is looked at is after ap_expr_yywrap() is called, so it's safe
* to go ahead and always set it.
*/
}
{
}
/** Allocate and initialize an input buffer state.
* @param file A readable stream.
* @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
* @param yyscanner The scanner object.
* @return the allocated buffer state.
*/
{
if ( ! b )
YY_FATAL_ERROR( "out of dynamic memory in ap_expr_yy_create_buffer()" );
b->yy_buf_size = size;
/* yy_ch_buf has to be 2 characters longer than the size given because
* we need to put in 2 end-of-buffer characters.
*/
if ( ! b->yy_ch_buf )
YY_FATAL_ERROR( "out of dynamic memory in ap_expr_yy_create_buffer()" );
b->yy_is_our_buffer = 1;
return b;
}
/** Destroy the buffer.
* @param b a buffer created with ap_expr_yy_create_buffer()
* @param yyscanner The scanner object.
*/
{
if ( ! b )
return;
if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
if ( b->yy_is_our_buffer )
ap_expr_yyfree((void *) b ,yyscanner );
}
/* Initializes or reinitializes a buffer.
* This function is sometimes called more than once on the same buffer,
* such as during a ap_expr_yyrestart() or at EOF.
*/
{
b->yy_input_file = file;
b->yy_fill_buffer = 1;
/* If b is the current buffer, then ap_expr_yy_init_buffer was _probably_
* called from ap_expr_yyrestart() or through yy_get_next_buffer.
* In that case, we don't want to reset the lineno or column.
*/
if (b != YY_CURRENT_BUFFER){
b->yy_bs_lineno = 1;
b->yy_bs_column = 0;
}
b->yy_is_interactive = 0;
}
/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
* @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
* @param yyscanner The scanner object.
*/
{
if ( ! b )
return;
b->yy_n_chars = 0;
/* We always need two end-of-buffer characters. The first causes
* a transition to the end-of-buffer state. The second causes
* a jam in that state.
*/
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
b->yy_buf_pos = &b->yy_ch_buf[0];
b->yy_at_bol = 1;
if ( b == YY_CURRENT_BUFFER )
}
/** Pushes the new state onto the stack. The new state becomes
* the current state. This function will allocate the stack
* if necessary.
* @param new_buffer The new state.
* @param yyscanner The scanner object.
*/
{
if (new_buffer == NULL)
return;
/* This block is copied from ap_expr_yy_switch_to_buffer. */
if ( YY_CURRENT_BUFFER )
{
/* Flush out information for old buffer. */
}
/* Only push if top exists. Otherwise, replace top. */
if (YY_CURRENT_BUFFER)
/* copied from ap_expr_yy_switch_to_buffer. */
}
/** Removes and deletes the top of the stack, if present.
* The next element becomes the new top.
* @param yyscanner The scanner object.
*/
{
if (!YY_CURRENT_BUFFER)
return;
if (yyg->yy_buffer_stack_top > 0)
if (YY_CURRENT_BUFFER) {
}
}
/* Allocates the stack if it does not exist.
* Guarantees space for at least one push.
*/
{
int num_to_alloc;
if (!yyg->yy_buffer_stack) {
/* First allocation is just for 2 elements, since we don't know if this
* scanner will even need a stack. We use 2 instead of 1 to avoid an
* immediate realloc on the next call.
*/
num_to_alloc = 1;
(num_to_alloc * sizeof(struct yy_buffer_state*)
, yyscanner);
if ( ! yyg->yy_buffer_stack )
YY_FATAL_ERROR( "out of dynamic memory in ap_expr_yyensure_buffer_stack()" );
yyg->yy_buffer_stack_top = 0;
return;
}
/* Increase the buffer to prepare for a possible push. */
num_to_alloc * sizeof(struct yy_buffer_state*)
, yyscanner);
if ( ! yyg->yy_buffer_stack )
YY_FATAL_ERROR( "out of dynamic memory in ap_expr_yyensure_buffer_stack()" );
/* zero only the new slots.*/
memset(yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_state*));
}
}
/** Setup the input buffer state to scan directly from a user-specified character buffer.
* @param base the character buffer
* @param size the size in bytes of the character buffer
* @param yyscanner The scanner object.
* @return the newly allocated buffer state object.
*/
{
if ( size < 2 ||
/* They forgot to leave room for the EOB's. */
return 0;
if ( ! b )
YY_FATAL_ERROR( "out of dynamic memory in ap_expr_yy_scan_buffer()" );
b->yy_is_our_buffer = 0;
b->yy_input_file = 0;
b->yy_n_chars = b->yy_buf_size;
b->yy_is_interactive = 0;
b->yy_at_bol = 1;
b->yy_fill_buffer = 0;
return b;
}
/** Setup the input buffer state to scan a string. The next call to ap_expr_yylex() will
* scan from a @e copy of @a str.
* @param yystr a NUL-terminated string to scan
* @param yyscanner The scanner object.
* @return the newly allocated buffer state object.
* @note If you want to scan bytes that may contain NUL values, then use
* ap_expr_yy_scan_bytes() instead.
*/
{
}
/** Setup the input buffer state to scan the given bytes. The next call to ap_expr_yylex() will
* scan from a @e copy of @a bytes.
* @param yybytes the byte buffer to scan
* @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
* @param yyscanner The scanner object.
* @return the newly allocated buffer state object.
*/
YY_BUFFER_STATE ap_expr_yy_scan_bytes (yyconst char * yybytes, int _yybytes_len , yyscan_t yyscanner)
{
char *buf;
yy_size_t n;
int i;
/* Get memory for full buffer, including space for trailing EOB's. */
n = _yybytes_len + 2;
if ( ! buf )
YY_FATAL_ERROR( "out of dynamic memory in ap_expr_yy_scan_bytes()" );
for ( i = 0; i < _yybytes_len; ++i )
if ( ! b )
YY_FATAL_ERROR( "bad buffer in ap_expr_yy_scan_bytes()" );
/* It's okay to grow etc. this buffer, and we should throw it
* away when we're done.
*/
b->yy_is_our_buffer = 1;
return b;
}
{
{
if ( ! yyg->yy_start_stack )
else
if ( ! yyg->yy_start_stack )
YY_FATAL_ERROR( "out of memory expanding start-condition stack" );
}
}
{
if ( --yyg->yy_start_stack_ptr < 0 )
YY_FATAL_ERROR( "start-condition stack underflow" );
}
{
}
#ifndef YY_EXIT_FAILURE
#define YY_EXIT_FAILURE 2
#endif
{
exit( YY_EXIT_FAILURE );
}
/* Redefine yyless() so it works in section 3 code. */
#define yyless(n) \
do \
{ \
/* Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
yyleng = yyless_macro_arg; \
} \
while ( 0 )
/** Get the user-defined data for this scanner.
* @param yyscanner The scanner object.
*/
{
return yyextra;
}
/** Get the current line number.
* @param yyscanner The scanner object.
*/
{
if (! YY_CURRENT_BUFFER)
return 0;
return yylineno;
}
/** Get the current column number.
* @param yyscanner The scanner object.
*/
{
if (! YY_CURRENT_BUFFER)
return 0;
return yycolumn;
}
/** Get the input stream.
* @param yyscanner The scanner object.
*/
{
return yyin;
}
/** Get the output stream.
* @param yyscanner The scanner object.
*/
{
return yyout;
}
/** Get the length of the current token.
* @param yyscanner The scanner object.
*/
{
return yyleng;
}
/** Get the current token.
* @param yyscanner The scanner object.
*/
{
return yytext;
}
/** Set the user-defined data. This data is never touched by the scanner.
* @param user_defined The data to be associated with this scanner.
* @param yyscanner The scanner object.
*/
{
yyextra = user_defined ;
}
/** Set the current line number.
* @param line_number
* @param yyscanner The scanner object.
*/
{
/* lineno is only valid if an input buffer exists. */
if (! YY_CURRENT_BUFFER )
}
/** Set the current column.
* @param line_number
* @param yyscanner The scanner object.
*/
{
/* column is only valid if an input buffer exists. */
if (! YY_CURRENT_BUFFER )
}
/** Set the input stream. This does not discard the current
* input buffer.
* @param in_str A readable stream.
* @param yyscanner The scanner object.
* @see ap_expr_yy_switch_to_buffer
*/
{
}
{
}
{
return yy_flex_debug;
}
{
yy_flex_debug = bdebug ;
}
/* Accessor methods for yylval and yylloc */
{
return yylval;
}
{
}
/* User-visible API */
/* ap_expr_yylex_init is special because it creates the scanner itself, so it is
* the ONLY reentrant function that doesn't take the scanner as the last argument.
* That's why we explicitly handle the declaration, instead of using our macros.
*/
{
if (ptr_yy_globals == NULL){
return 1;
}
if (*ptr_yy_globals == NULL){
return 1;
}
/* By setting to 0xAA, we expose bugs in yy_init_globals. Leave at 0x00 for releases. */
return yy_init_globals ( *ptr_yy_globals );
}
/* ap_expr_yylex_init_extra has the same functionality as ap_expr_yylex_init, but follows the
* convention of taking the scanner as the last argument. Note however, that
* this is a *pointer* to a scanner, as it will be allocated by this call (and
* is the reason, too, why this function also must handle its own declaration).
* The user defined value in the first argument will be available to ap_expr_yyalloc in
* the yyextra field.
*/
{
struct yyguts_t dummy_yyguts;
if (ptr_yy_globals == NULL){
return 1;
}
if (*ptr_yy_globals == NULL){
return 1;
}
/* By setting to 0xAA, we expose bugs in
yy_init_globals. Leave at 0x00 for releases. */
return yy_init_globals ( *ptr_yy_globals );
}
{
/* Initialization is the same as for the non-reentrant scanner.
* This function is called from ap_expr_yylex_destroy(), so don't allocate here.
*/
yyg->yy_buffer_stack = 0;
yyg->yy_buffer_stack_top = 0;
yyg->yy_buffer_stack_max = 0;
yyg->yy_c_buf_p = (char *) 0;
yyg->yy_start_stack_ptr = 0;
yyg->yy_start_stack_depth = 0;
/* Defined in main.c */
#ifdef YY_STDINIT
#else
#endif
/* For future reference: Set errno on error, since we are called by
* ap_expr_yylex_init()
*/
return 0;
}
/* ap_expr_yylex_destroy is for both reentrant and non-reentrant scanners. */
{
/* Pop the buffer stack, destroying each element. */
while(YY_CURRENT_BUFFER){
}
/* Destroy the stack itself. */
/* Destroy the start condition stack. */
/* Reset the globals. This is important in a non-reentrant scanner so the next time
* ap_expr_yylex() is called, initialization will occur. */
/* Destroy the main struct (reentrant only). */
return 0;
}
/*
* Internal utility routines.
*/
#ifndef yytext_ptr
{
register int i;
for ( i = 0; i < n; ++i )
}
#endif
#ifdef YY_NEED_STRLEN
{
register int n;
for ( n = 0; s[n]; ++n )
;
return n;
}
#endif
{
}
{
/* The cast to (char *) in the following accommodates both
* implementations that use char* generic pointers, and those
* that use void* generic pointers. It works with the latter
* because both ANSI C and C++ allow castless assignment from
* any pointer type to void*, and deal with argument conversions
* as though doing an assignment.
*/
}
{
}
#define YYTABLES_NAME "yytables"