![]() |
flowmon-http-plugins
1.0
FlowMon HTTP Input/Process/export plugins
|
Optimized functions for FLEX. More...
Go to the source code of this file.
Functions | |
void | my_init_extra (yyscan_t backup_scanner, YY_EXTRA_TYPE user_defined, yyscan_t scanner) |
void | my_switch_to_buffer (YY_BUFFER_STATE new_buffer, yyscan_t yyscanner) |
char | YY_GET_EOF_CHAR () |
YY_BUFFER_STATE | my_scan_buffer (char *base, yy_size_t size, yyscan_t yyscanner) |
YY_BUFFER_STATE | my_scan_bytes (yyconst char *yybytes, yy_size_t _yybytes_len, yyscan_t yyscanner) |
void | my_delete_buffer (YY_BUFFER_STATE b, yyscan_t yyscanner) |
Optimized functions for FLEX.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
This software is provided ``as is'', and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the company or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
Definition in file lex.functions.c.
void my_init_extra | ( | yyscan_t | backup_scanner, |
YY_EXTRA_TYPE | user_defined, | ||
yyscan_t | scanner | ||
) |
Optimized lexer function
Definition at line 40 of file lex.functions.c.
|
inline |
Optimized lexer function
Definition at line 48 of file lex.functions.c.
|
inline |
YY_END_OF_BUFFER_CHAR wrapper
Definition at line 60 of file lex.functions.c.
|
inline |
Optimized lexer functio n
Definition at line 66 of file lex.functions.c.
YY_BUFFER_STATE my_scan_bytes | ( | yyconst char * | yybytes, |
yy_size_t | _yybytes_len, | ||
yyscan_t | yyscanner | ||
) |
Optimized lexer function
Definition at line 90 of file lex.functions.c.
void my_delete_buffer | ( | YY_BUFFER_STATE | b, |
yyscan_t | yyscanner | ||
) |
Optimized lexer function
Definition at line 119 of file lex.functions.c.