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

Go to the source code of this file.

Functions

int fb_hArrayAlloc (FBARRAY *array, size_t element_len, int doclear, FB_DEFCTOR ctor, 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_ArrayRedimEx (FBARRAY *array, size_t element_len, int doclear, int isvarlen, size_t dimensions,...)
 
int fb_ArrayRedim (FBARRAY *array, size_t element_len, int isvarlen, size_t dimensions,...)
 

Function Documentation

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

Definition at line 109 of file array_redim.c.

Here is the call graph for this function:

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

Definition at line 89 of file array_redim.c.

Here is the call graph for this function:

int fb_hArrayAlloc ( FBARRAY array,
size_t  element_len,
int  doclear,
FB_DEFCTOR  ctor,
size_t  dimensions,
va_list  ap 
)

Definition at line 6 of file array_redim.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 72 of file array_redim.c.

Here is the call graph for this function:

Here is the caller graph for this function: