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

  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/
Borland-2.4 62 /* reallocate_array - increase the size of a dynamic array */
64 void *reallocate_array( array, size, element_size )
239 void *reallocate_array PROTO((void*, int, int));
242 +void *reallocate_array PROTO((void*, size_t, size_t));
258 (int *) reallocate_array( (void *) array, size, sizeof( int ) )
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
fixit.l 104 "reallocate_array" printf("rallocar");
unfixit.l 107 "rallocar" printf("reallocate_array");
  /external/webkit/WebKitTools/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
  /prebuilt/linux-x86/flex/
flex-2.5.4a 

Completed in 200 milliseconds