flowmon-http-plugins  1.0
FlowMon HTTP Input/Process/export plugins
 All Data Structures Files Functions Variables Typedefs Macros
lex.functions.c File Reference

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)

Detailed Description

Optimized functions for FLEX.

Author:
Tomas Sima simat.nosp@m.omas.nosp@m.@mail.nosp@m..mun.nosp@m.i.cz#
Date:
16.12.2012

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of the Masaryk University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

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.

Id:
lex.functions.c 1106 2013-03-12 13:03:11Z 255519

Definition in file lex.functions.c.


Function Documentation

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.

void my_switch_to_buffer ( YY_BUFFER_STATE  new_buffer,
yyscan_t  yyscanner 
)
inline

Optimized lexer function

Definition at line 48 of file lex.functions.c.

char YY_GET_EOF_CHAR ( )
inline

YY_END_OF_BUFFER_CHAR wrapper

Definition at line 60 of file lex.functions.c.

YY_BUFFER_STATE my_scan_buffer ( char *  base,
yy_size_t  size,
yyscan_t  yyscanner 
)
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.