HomeSort by relevance Sort by last modified time
    Searched refs:yyscan_t (Results 1 - 14 of 14) sorted by null

  /external/libpcap/
scanner.h 126 typedef void* yyscan_t; typedef
214 void pcap_restart (FILE *input_file ,yyscan_t yyscanner );
215 void pcap__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
216 YY_BUFFER_STATE pcap__create_buffer (FILE *file,int size ,yyscan_t yyscanner );
217 void pcap__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
218 void pcap__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
219 void pcap_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
220 void pcap_pop_buffer_state (yyscan_t yyscanner );
222 YY_BUFFER_STATE pcap__scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
223 YY_BUFFER_STATE pcap__scan_string (yyconst char *yy_str ,yyscan_t yyscanner )
    [all...]
scanner.c 132 typedef void* yyscan_t; typedef
297 void pcap_restart (FILE *input_file ,yyscan_t yyscanner );
298 void pcap__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
299 YY_BUFFER_STATE pcap__create_buffer (FILE *file,int size ,yyscan_t yyscanner );
300 void pcap__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
301 void pcap__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
302 void pcap_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
303 void pcap_pop_buffer_state (yyscan_t yyscanner );
305 static void pcap_ensure_buffer_stack (yyscan_t yyscanner );
306 static void pcap__load_buffer_state (yyscan_t yyscanner )
    [all...]
scanner.l 93 int pcap_get_column(yyscan_t);
94 void pcap_set_column(int, yyscan_t);
gencode.c 668 yyscan_t scanner = NULL;
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 216 typedef void* yyscan_t; typedef
440 void yyrestart ( FILE *input_file , yyscan_t yyscanner );
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 );
446 void yypop_buffer_state ( yyscan_t yyscanner );
449 static void yyensure_buffer_stack ( yyscan_t yyscanner );
450 static void yy_load_buffer_state ( yyscan_t yyscanner )
    [all...]
glslang.l 73 static yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner);
74 static int check_type(yyscan_t yyscanner);
75 static int reserved_word(yyscan_t yyscanner);
80 static int int_constant(yyscan_t yyscanner);
81 static int float_constant(yyscan_t yyscanner);
405 yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner) {
421 int check_type(yyscan_t yyscanner) {
437 int reserved_word(yyscan_t yyscanner) {
447 yyscan_t yyscanner = (yyscan_t) context->getScanner()
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 450 typedef void* yyscan_t; typedef
655 void yyrestart ( FILE *input_file , yyscan_t yyscanner );
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 );
661 void yypop_buffer_state ( yyscan_t yyscanner );
664 static void yyensure_buffer_stack ( yyscan_t yyscanner );
665 static void yy_load_buffer_state ( yyscan_t yyscanner )
    [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp.h 36 #define yyscan_t void* macro
185 yyscan_t scanner;
255 glcpp_lex_init_extra (glcpp_parser_t *parser, yyscan_t* scanner);
261 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
264 glcpp_lex_destroy (yyscan_t scanner);
glcpp-lex.l 34 int glcpp_get_column (yyscan_t yyscanner);
35 void glcpp_set_column (int column_no , yyscan_t yyscanner);
  /external/libnl/lib/route/
pktloc.c 91 yyscan_t scanner = NULL;
  /system/tools/hidl/
hidl-gen_l.ll 67 yyscan_t yyscanner, android::Scope** const scope)
201 yyscan_t scanner;
  /system/tools/hidl/c2hal/
c2hal_l.ll 51 int check_type(yyscan_t yyscanner, struct yyguts_t *yyg);
265 int yywrap(yyscan_t) {
280 yyscan_t scanner;
301 yyscan_t scanner;
  /external/mesa3d/src/mesa/program/
program_lexer.l 153 int yyget_column (yyscan_t yyscanner);
154 void yyset_column (int column_no , yyscan_t yyscanner);
  /external/libnl/lib/route/cls/
ematch.c 636 yyscan_t scanner = NULL;

Completed in 150 milliseconds