Home
last modified time | relevance | path

Searched refs:yy_scan_bytes (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstreamer/gst/parse/
Dparse_lex.h45 #ifdef yy_scan_bytes
48 #define yy_scan_bytes priv_gst_parse_yy_scan_bytes macro
433 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner );
584 #undef yy_scan_bytes
Dlex.priv_gst_parse_yy.c44 #ifdef yy_scan_bytes
47 #define yy_scan_bytes priv_gst_parse_yy_scan_bytes macro
516 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner );
2303 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string()
2313 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function
/third_party/boost/libs/spirit/example/lex/
Dword_count_functor_flex.cpp244 YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
1327 return yy_scan_bytes( yy_str, len );
1334 YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len ) in yy_scan_bytes() function
1336 YY_BUFFER_STATE yy_scan_bytes( bytes, len ) in yy_scan_bytes()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DTokenizer.cpp46 #ifdef yy_scan_bytes
49 # define yy_scan_bytes pp_scan_bytes macro
527 YY_BUFFER_STATE yy_scan_bytes(const char *bytes, int len, yyscan_t yyscanner);
2099 return yy_scan_bytes(yystr, (int)strlen(yystr), yyscanner); in yy_scan_string()
2109 YY_BUFFER_STATE yy_scan_bytes(const char *yybytes, int _yybytes_len, yyscan_t yyscanner) in yy_scan_bytes() function
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp48 #ifdef yy_scan_bytes
51 # define yy_scan_bytes pp_scan_bytes macro
529 YY_BUFFER_STATE yy_scan_bytes(const char *bytes, int len, yyscan_t yyscanner);
2106 return yy_scan_bytes(yystr, (int)strlen(yystr), yyscanner); in yy_scan_string()
2116 YY_BUFFER_STATE yy_scan_bytes(const char *yybytes, int _yybytes_len, yyscan_t yyscanner) in yy_scan_bytes() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp82 #ifdef yy_scan_bytes
85 #define yy_scan_bytes pp_scan_bytes macro
672 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner );
2476 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string()
2489 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp457 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner );
3117 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string()
3130 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function
/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l482 yy_scan_bytes(string, len, *scanner);
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex.cpp460 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner );
3278 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string()
3291 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex_autogen.cpp366 YY_BUFFER_STATE yy_scan_bytes(const char *bytes, int len, yyscan_t yyscanner);
2880 return yy_scan_bytes(yystr, (int)strlen(yystr), yyscanner); in yy_scan_string()
2890 YY_BUFFER_STATE yy_scan_bytes(const char *yybytes, int _yybytes_len, yyscan_t yyscanner) in yy_scan_bytes() function