HomeSort by relevance Sort by last modified time
    Searched refs:reallocate_array (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
flexdef.h 656 void *reallocate_array PROTO((void*, int, size_t));
666 (int *) reallocate_array( (void *) array, size, sizeof( int ) )
679 (int **) reallocate_array( (void *) array, size, sizeof( int * ) )
682 (char **) reallocate_array( (void *) array, size, sizeof( char * ) )
686 reallocate_array( (void *) array, size, sizeof( union dfaacc_union ) )
692 (char *) reallocate_array( (void *) array, size, sizeof( char ) )
698 (Char *) reallocate_array( (void *) array, size, sizeof( Char ) )
    [all...]
misc.c 753 /* reallocate_array - increase the size of a dynamic array */
755 void *reallocate_array( array, size, element_size ) function

Completed in 31 milliseconds