Lines Matching refs:ptr_yy_globals
5224 int pcap_lex_init(yyscan_t* ptr_yy_globals) in pcap_lex_init() argument
5227 if (ptr_yy_globals == NULL){ in pcap_lex_init()
5232 *ptr_yy_globals = (yyscan_t) pcap_alloc ( sizeof( struct yyguts_t ), NULL ); in pcap_lex_init()
5234 if (*ptr_yy_globals == NULL){ in pcap_lex_init()
5240 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in pcap_lex_init()
5242 return yy_init_globals ( *ptr_yy_globals ); in pcap_lex_init()
5253 int pcap_lex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals ) in pcap_lex_init_extra() argument
5260 if (ptr_yy_globals == NULL){ in pcap_lex_init_extra()
5265 *ptr_yy_globals = (yyscan_t) pcap_alloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in pcap_lex_init_extra()
5267 if (*ptr_yy_globals == NULL){ in pcap_lex_init_extra()
5274 memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); in pcap_lex_init_extra()
5276 pcap_set_extra (yy_user_defined, *ptr_yy_globals); in pcap_lex_init_extra()
5278 return yy_init_globals ( *ptr_yy_globals ); in pcap_lex_init_extra()