Ruby  2.4.2p198(2017-09-14revision59899)
Functions | Variables
cls_pointer_stack.c File Reference
#include "ffitest.h"
Include dependency graph for cls_pointer_stack.c:

Go to the source code of this file.

Functions

long dummy_func (long double a1, char b1, long double a2, char b2, long double a3, char b3, long double a4, char b4)
 
void * cls_pointer_fn2 (void *a1, void *a2)
 
void * cls_pointer_fn1 (void *a1, void *a2)
 
static void cls_pointer_gn (ffi_cif *cif __UNUSED__, void *resp, void **args, void *userdata __UNUSED__)
 
int main (void)
 

Variables

static long dummyVar
 

Function Documentation

◆ cls_pointer_fn1()

void* cls_pointer_fn1 ( void *  a1,
void *  a2 
)

Definition at line 46 of file cls_pointer_stack.c.

References cls_pointer_fn2(), dummy_func(), dummyVar, and result.

Referenced by cls_pointer_gn(), and main().

◆ cls_pointer_fn2()

void* cls_pointer_fn2 ( void *  a1,
void *  a2 
)

Definition at line 21 of file cls_pointer_stack.c.

References dummy_func(), dummyVar, and result.

Referenced by cls_pointer_fn1().

◆ cls_pointer_gn()

static void cls_pointer_gn ( ffi_cif *cif  __UNUSED__,
void *  resp,
void **  args,
void *userdata  __UNUSED__ 
)
static

Definition at line 74 of file cls_pointer_stack.c.

References cls_pointer_fn1(), dummy_func(), and dummyVar.

Referenced by main().

◆ dummy_func()

long dummy_func ( long double  a1,
char  b1,
long double  a2,
char  b2,
long double  a3,
char  b3,
long double  a4,
char  b4 
)

Definition at line 12 of file cls_pointer_stack.c.

Referenced by cls_pointer_fn1(), cls_pointer_fn2(), and cls_pointer_gn().

◆ main()

int main ( void  )

Variable Documentation

◆ dummyVar

long dummyVar
static

Definition at line 10 of file cls_pointer_stack.c.

Referenced by cls_pointer_fn1(), cls_pointer_fn2(), and cls_pointer_gn().