Searched refs:reallocate_integer_array (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dccl.c79 cclmap = reallocate_integer_array( cclmap, current_maxccls );
80 ccllen = reallocate_integer_array( ccllen, current_maxccls );
81 cclng = reallocate_integer_array( cclng, current_maxccls );
H A Dnfa.c605 firstst = reallocate_integer_array( firstst, current_mns );
606 lastst = reallocate_integer_array( lastst, current_mns );
607 finalst = reallocate_integer_array( finalst, current_mns );
608 transchar = reallocate_integer_array( transchar, current_mns );
609 trans1 = reallocate_integer_array( trans1, current_mns );
610 trans2 = reallocate_integer_array( trans2, current_mns );
611 accptnum = reallocate_integer_array( accptnum, current_mns );
613 reallocate_integer_array( assoc_rule, current_mns );
615 reallocate_integer_array( state_type, current_mns );
696 rule_type = reallocate_integer_array( rule_typ
[all...]
H A Dsym.c212 scset = reallocate_integer_array( scset, current_max_scs );
213 scbol = reallocate_integer_array( scbol, current_max_scs );
214 scxclu = reallocate_integer_array( scxclu, current_max_scs );
215 sceof = reallocate_integer_array( sceof, current_max_scs );
H A Ddfa.c274 t = reallocate_integer_array( t, current_max_dfa_size ); \
275 stk = reallocate_integer_array( stk, current_max_dfa_size ); \
375 base = reallocate_integer_array( base, current_max_dfas );
376 def = reallocate_integer_array( def, current_max_dfas );
377 dfasiz = reallocate_integer_array( dfasiz, current_max_dfas );
378 accsiz = reallocate_integer_array( accsiz, current_max_dfas );
379 dhash = reallocate_integer_array( dhash, current_max_dfas );
385 reallocate_integer_array( nultrans, current_max_dfas );
H A Dtblcmp.c309 nxt = reallocate_integer_array( nxt, current_max_xpairs );
310 chk = reallocate_integer_array( chk, current_max_xpairs );
735 tnxt = reallocate_integer_array( tnxt,
H A Dflexdef.h665 #define reallocate_integer_array(array,size) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dccl.c79 cclmap = reallocate_integer_array( cclmap, current_maxccls );
80 ccllen = reallocate_integer_array( ccllen, current_maxccls );
81 cclng = reallocate_integer_array( cclng, current_maxccls );
H A Dnfa.c605 firstst = reallocate_integer_array( firstst, current_mns );
606 lastst = reallocate_integer_array( lastst, current_mns );
607 finalst = reallocate_integer_array( finalst, current_mns );
608 transchar = reallocate_integer_array( transchar, current_mns );
609 trans1 = reallocate_integer_array( trans1, current_mns );
610 trans2 = reallocate_integer_array( trans2, current_mns );
611 accptnum = reallocate_integer_array( accptnum, current_mns );
613 reallocate_integer_array( assoc_rule, current_mns );
615 reallocate_integer_array( state_type, current_mns );
696 rule_type = reallocate_integer_array( rule_typ
[all...]
H A Dsym.c212 scset = reallocate_integer_array( scset, current_max_scs );
213 scbol = reallocate_integer_array( scbol, current_max_scs );
214 scxclu = reallocate_integer_array( scxclu, current_max_scs );
215 sceof = reallocate_integer_array( sceof, current_max_scs );
H A Ddfa.c274 t = reallocate_integer_array( t, current_max_dfa_size ); \
275 stk = reallocate_integer_array( stk, current_max_dfa_size ); \
375 base = reallocate_integer_array( base, current_max_dfas );
376 def = reallocate_integer_array( def, current_max_dfas );
377 dfasiz = reallocate_integer_array( dfasiz, current_max_dfas );
378 accsiz = reallocate_integer_array( accsiz, current_max_dfas );
379 dhash = reallocate_integer_array( dhash, current_max_dfas );
385 reallocate_integer_array( nultrans, current_max_dfas );
H A Dtblcmp.c309 nxt = reallocate_integer_array( nxt, current_max_xpairs );
310 chk = reallocate_integer_array( chk, current_max_xpairs );
735 tnxt = reallocate_integer_array( tnxt,
H A Dflexdef.h665 #define reallocate_integer_array(array,size) \ macro

Completed in 123 milliseconds