Searched refs:reallocate_array (Results 1 – 3 of 3) sorted by relevance
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | 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 ) )
|
D | misc.c | 755 void *reallocate_array( array, size, element_size ) in reallocate_array() function
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/ |
D | 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 ) )
|