Home
last modified time | relevance | path

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

/external/iproute2/tc/
Demp_ematch.lex.c25 #define yyrealloc ematch_realloc
323 void *ematch_realloc (void *,yy_size_t );
1228 ematch_realloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); in yy_get_next_buffer()
1277 …YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) ematch_realloc((void *) YY_CURRENT_BUFFER_LVALUE->y… in yy_get_next_buffer()
1713 (yy_buffer_stack) = (struct yy_buffer_state**)ematch_realloc in ematch_ensure_buffer_stack()
1825 (yy_start_stack) = (int *) ematch_realloc((void *) (yy_start_stack),new_size ); in yy_push_state()
2044 void *ematch_realloc (void * ptr, yy_size_t size ) in ematch_realloc() function