Lines Matching refs:yyalloc
247 #ifdef yyalloc
250 #define yyalloc pcap_alloc macro
541 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
4897 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); in yy_create_buffer()
4906 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); in yy_create_buffer()
5063 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack()
5111 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); in yy_scan_buffer()
5160 buf = (char *) yyalloc( n , yyscanner ); in yy_scan_bytes()
5381 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init()
5412 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
5518 void *yyalloc (yy_size_t size , yyscan_t yyscanner) in yyalloc() function