FreeBASIC  0.91.0
array_redimpresv.c File Reference
#include "fb.h"
Include dependency graph for array_redimpresv.c:

Go to the source code of this file.

Functions

int fb_hArrayRealloc (FBARRAY *array, size_t element_len, int doclear, FB_DEFCTOR ctor, FB_DTORMULT dtor_mult, FB_DEFCTOR dtor, size_t dimensions, va_list ap)
 
static int hRedim (FBARRAY *array, size_t element_len, int doclear, int isvarlen, size_t dimensions, va_list ap)
 
int fb_ArrayRedimPresvEx (FBARRAY *array, size_t element_len, int doclear, int isvarlen, size_t dimensions,...)
 
int fb_ArrayRedimPresv (FBARRAY *array, size_t element_len, int isvarlen, size_t dimensions,...)
 

Function Documentation

int fb_ArrayRedimPresv ( FBARRAY array,
size_t  element_len,
int  isvarlen,
size_t  dimensions,
  ... 
)

Definition at line 137 of file array_redimpresv.c.

Here is the call graph for this function:

int fb_ArrayRedimPresvEx ( FBARRAY array,
size_t  element_len,
int  doclear,
int  isvarlen,
size_t  dimensions,
  ... 
)

Definition at line 117 of file array_redimpresv.c.

Here is the call graph for this function:

int fb_hArrayRealloc ( FBARRAY array,
size_t  element_len,
int  doclear,
FB_DEFCTOR  ctor,
FB_DTORMULT  dtor_mult,
FB_DEFCTOR  dtor,
size_t  dimensions,
va_list  ap 
)

Definition at line 6 of file array_redimpresv.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static int hRedim ( FBARRAY array,
size_t  element_len,
int  doclear,
int  isvarlen,
size_t  dimensions,
va_list  ap 
)
static

Definition at line 92 of file array_redimpresv.c.

Here is the call graph for this function:

Here is the caller graph for this function: