Home
last modified time | relevance | path

Searched refs:ptr_yy_globals (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstreamer/gst/parse/
Dlex.priv_gst_parse_yy.c2536 int yylex_init(yyscan_t* ptr_yy_globals) in yylex_init() argument
2538 if (ptr_yy_globals == NULL){ in yylex_init()
2543 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init()
2545 if (*ptr_yy_globals == NULL){ in yylex_init()
2551 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in yylex_init()
2553 return yy_init_globals ( *ptr_yy_globals ); in yylex_init()
2563 int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals ) in yylex_init_extra() argument
2569 if (ptr_yy_globals == NULL){ in yylex_init_extra()
2574 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
2576 if (*ptr_yy_globals == NULL){ in yylex_init_extra()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DTokenizer.cpp2343 int yylex_init(yyscan_t *ptr_yy_globals) in yylex_init() argument
2345 if (ptr_yy_globals == NULL) in yylex_init()
2351 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), NULL); in yylex_init()
2353 if (*ptr_yy_globals == NULL) in yylex_init()
2360 memset(*ptr_yy_globals, 0x00, sizeof(struct yyguts_t)); in yylex_init()
2362 return yy_init_globals(*ptr_yy_globals); in yylex_init()
2372 int yylex_init_extra(YY_EXTRA_TYPE yy_user_defined, yyscan_t *ptr_yy_globals) in yylex_init_extra() argument
2378 if (ptr_yy_globals == NULL) in yylex_init_extra()
2384 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), &dummy_yyguts); in yylex_init_extra()
2386 if (*ptr_yy_globals == NULL) in yylex_init_extra()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp2350 int yylex_init(yyscan_t *ptr_yy_globals) in yylex_init() argument
2352 if (ptr_yy_globals == NULL) in yylex_init()
2358 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), NULL); in yylex_init()
2360 if (*ptr_yy_globals == NULL) in yylex_init()
2367 memset(*ptr_yy_globals, 0x00, sizeof(struct yyguts_t)); in yylex_init()
2369 return yy_init_globals(*ptr_yy_globals); in yylex_init()
2379 int yylex_init_extra(YY_EXTRA_TYPE yy_user_defined, yyscan_t *ptr_yy_globals) in yylex_init_extra() argument
2385 if (ptr_yy_globals == NULL) in yylex_init_extra()
2391 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), &dummy_yyguts); in yylex_init_extra()
2393 if (*ptr_yy_globals == NULL) in yylex_init_extra()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp2785 int yylex_init(yyscan_t* ptr_yy_globals) in yylex_init() argument
2787 if (ptr_yy_globals == NULL){ in yylex_init()
2792 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init()
2794 if (*ptr_yy_globals == NULL){ in yylex_init()
2800 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in yylex_init()
2802 return yy_init_globals ( *ptr_yy_globals ); in yylex_init()
2813 int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals ) in yylex_init_extra() argument
2819 if (ptr_yy_globals == NULL){ in yylex_init_extra()
2824 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
2826 if (*ptr_yy_globals == NULL){ in yylex_init_extra()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp3426 int yylex_init(yyscan_t* ptr_yy_globals) in yylex_init() argument
3428 if (ptr_yy_globals == NULL){ in yylex_init()
3433 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init()
3435 if (*ptr_yy_globals == NULL){ in yylex_init()
3441 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in yylex_init()
3443 return yy_init_globals ( *ptr_yy_globals ); in yylex_init()
3454 int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals ) in yylex_init_extra() argument
3460 if (ptr_yy_globals == NULL){ in yylex_init_extra()
3465 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
3467 if (*ptr_yy_globals == NULL){ in yylex_init_extra()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex.cpp3587 int yylex_init(yyscan_t* ptr_yy_globals) in yylex_init() argument
3589 if (ptr_yy_globals == NULL){ in yylex_init()
3594 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init()
3596 if (*ptr_yy_globals == NULL){ in yylex_init()
3602 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in yylex_init()
3604 return yy_init_globals ( *ptr_yy_globals ); in yylex_init()
3615 int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals ) in yylex_init_extra() argument
3621 if (ptr_yy_globals == NULL){ in yylex_init_extra()
3626 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
3628 if (*ptr_yy_globals == NULL){ in yylex_init_extra()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex_autogen.cpp3124 int yylex_init(yyscan_t *ptr_yy_globals) in yylex_init() argument
3126 if (ptr_yy_globals == NULL) in yylex_init()
3132 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), NULL); in yylex_init()
3134 if (*ptr_yy_globals == NULL) in yylex_init()
3141 memset(*ptr_yy_globals, 0x00, sizeof(struct yyguts_t)); in yylex_init()
3143 return yy_init_globals(*ptr_yy_globals); in yylex_init()
3153 int yylex_init_extra(YY_EXTRA_TYPE yy_user_defined, yyscan_t *ptr_yy_globals) in yylex_init_extra() argument
3159 if (ptr_yy_globals == NULL) in yylex_init_extra()
3165 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), &dummy_yyguts); in yylex_init_extra()
3167 if (*ptr_yy_globals == NULL) in yylex_init_extra()
[all …]