Searched refs:action_size (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dmisc.c57 while ( len + action_index >= action_size - 10 /* slop */ )
59 int new_size = action_size * 2;
65 action_size += action_size / 8;
67 action_size = new_size;
70 reallocate_character_array( action_array, action_size );
H A Dmain.c66 int action_size, defs1_offset, prolog_offset, action_offset, action_index; variable
606 action_size = 2048; /* default size of action array in bytes */
607 action_array = allocate_character_array( action_size );
H A Dflexdef.h421 * action_size - size of action_array
443 extern int action_size;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dmisc.c57 while ( len + action_index >= action_size - 10 /* slop */ )
59 int new_size = action_size * 2;
65 action_size += action_size / 8;
67 action_size = new_size;
70 reallocate_character_array( action_array, action_size );
H A Dmain.c66 int action_size, defs1_offset, prolog_offset, action_offset, action_index; variable
606 action_size = 2048; /* default size of action array in bytes */
607 action_array = allocate_character_array( action_size );
H A Dflexdef.h421 * action_size - size of action_array
443 extern int action_size;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dfind.c769 action_size *ap;

Completed in 176 milliseconds