OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yy_buffer_state
(Results
1 - 5
of
5
) sorted by null
/external/libpcap/
scanner.h
162
typedef struct
yy_buffer_state
*
YY_BUFFER_STATE
;
172
struct
yy_buffer_state
struct
222
void pcap__switch_to_buffer (
YY_BUFFER_STATE
new_buffer ,yyscan_t yyscanner );
223
YY_BUFFER_STATE
pcap__create_buffer (FILE *file,int size ,yyscan_t yyscanner );
224
void pcap__delete_buffer (
YY_BUFFER_STATE
b ,yyscan_t yyscanner );
225
void pcap__flush_buffer (
YY_BUFFER_STATE
b ,yyscan_t yyscanner );
226
void pcap_push_buffer_state (
YY_BUFFER_STATE
new_buffer ,yyscan_t yyscanner );
229
YY_BUFFER_STATE
pcap__scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
230
YY_BUFFER_STATE
pcap__scan_string (yyconst char *yy_str ,yyscan_t yyscanner )
[
all
...]
scanner.c
193
typedef struct
yy_buffer_state
*
YY_BUFFER_STATE
;
226
struct
yy_buffer_state
struct
305
void pcap__switch_to_buffer (
YY_BUFFER_STATE
new_buffer ,yyscan_t yyscanner );
306
YY_BUFFER_STATE
pcap__create_buffer (FILE *file,int size ,yyscan_t yyscanner );
307
void pcap__delete_buffer (
YY_BUFFER_STATE
b ,yyscan_t yyscanner );
308
void pcap__flush_buffer (
YY_BUFFER_STATE
b ,yyscan_t yyscanner );
309
void pcap_push_buffer_state (
YY_BUFFER_STATE
new_buffer ,yyscan_t yyscanner );
314
static void pcap__init_buffer (
YY_BUFFER_STATE
b,FILE *file ,yyscan_t yyscanner );
318
YY_BUFFER_STATE
pcap__scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner )
[
all
...]
/external/iproute2/tc/
emp_ematch.lex.c
169
typedef struct
yy_buffer_state
*
YY_BUFFER_STATE
;
206
struct
yy_buffer_state
struct
272
static
YY_BUFFER_STATE
* yy_buffer_stack = NULL; /**< Stack as an array. */
305
void ematch__switch_to_buffer (
YY_BUFFER_STATE
new_buffer );
306
YY_BUFFER_STATE
ematch__create_buffer (FILE *file,int size );
307
void ematch__delete_buffer (
YY_BUFFER_STATE
b );
308
void ematch__flush_buffer (
YY_BUFFER_STATE
b );
309
void ematch_push_buffer_state (
YY_BUFFER_STATE
new_buffer );
314
static void ematch__init_buffer (
YY_BUFFER_STATE
b,FILE *file )
[
all
...]
/external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp
298
typedef struct
yy_buffer_state
*
YY_BUFFER_STATE
;
353
struct
yy_buffer_state
struct
441
void yy_switch_to_buffer (
YY_BUFFER_STATE
new_buffer , yyscan_t yyscanner );
442
YY_BUFFER_STATE
yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner );
443
void yy_delete_buffer (
YY_BUFFER_STATE
b , yyscan_t yyscanner );
444
void yy_flush_buffer (
YY_BUFFER_STATE
b , yyscan_t yyscanner );
445
void yypush_buffer_state (
YY_BUFFER_STATE
new_buffer , yyscan_t yyscanner );
451
static void yy_init_buffer (
YY_BUFFER_STATE
b, FILE *file , yyscan_t yyscanner );
455
YY_BUFFER_STATE
yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner )
[
all
...]
/external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp
532
typedef struct
yy_buffer_state
*
YY_BUFFER_STATE
;
568
struct
yy_buffer_state
struct
656
void yy_switch_to_buffer (
YY_BUFFER_STATE
new_buffer , yyscan_t yyscanner );
657
YY_BUFFER_STATE
yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner );
658
void yy_delete_buffer (
YY_BUFFER_STATE
b , yyscan_t yyscanner );
659
void yy_flush_buffer (
YY_BUFFER_STATE
b , yyscan_t yyscanner );
660
void yypush_buffer_state (
YY_BUFFER_STATE
new_buffer , yyscan_t yyscanner );
666
static void yy_init_buffer (
YY_BUFFER_STATE
b, FILE *file , yyscan_t yyscanner );
670
YY_BUFFER_STATE
yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner )
[
all
...]
Completed in 295 milliseconds