Ruby
2.4.2p198(2017-09-14revision59899)
|
#include "ffitest.h"
Go to the source code of this file.
Data Structures | |
struct | cls_struct_16byte1 |
struct | cls_struct_16byte2 |
struct | cls_struct_combined |
Typedefs | |
typedef struct cls_struct_16byte1 | cls_struct_16byte1 |
typedef struct cls_struct_16byte2 | cls_struct_16byte2 |
typedef struct cls_struct_combined | cls_struct_combined |
Functions | |
cls_struct_combined | cls_struct_combined_fn (struct cls_struct_16byte1 b0, struct cls_struct_16byte2 b1, struct cls_struct_combined b2) |
static void | cls_struct_combined_gn (ffi_cif *cif __UNUSED__, void *resp, void **args, void *userdata __UNUSED__) |
int | main (void) |
typedef struct cls_struct_16byte1 cls_struct_16byte1 |
typedef struct cls_struct_16byte2 cls_struct_16byte2 |
typedef struct cls_struct_combined cls_struct_combined |
cls_struct_combined cls_struct_combined_fn | ( | struct cls_struct_16byte1 | b0, |
struct cls_struct_16byte2 | b1, | ||
struct cls_struct_combined | b2 | ||
) |
Definition at line 28 of file nested_struct.c.
References cls_struct_16byte1::a, cls_struct_16byte1::b, cls_struct_16byte1::c, cls_struct_combined::d, cls_struct_16byte2::dd, cls_struct_combined::e, cls_struct_16byte2::ff, cls_struct_16byte2::ii, and result.
Referenced by cls_struct_combined_gn(), and main().
|
static |
Definition at line 53 of file nested_struct.c.
References cls_struct_combined_fn().
Referenced by main().
int main | ( | void | ) |
Definition at line 68 of file nested_struct.c.
References cls_struct_16byte1::a, cls_struct_16byte1::b, cls_struct_16byte1::c, CHECK, cls_struct_combined_fn(), cls_struct_combined_gn(), cls_struct_combined::d, cls_struct_16byte2::dd, cls_struct_combined::e, cls_struct_16byte2::ff, ffi_call(), FFI_DEFAULT_ABI, ffi_prep_cif(), ffi_prep_closure_loc(), cls_struct_16byte2::ii, and NULL.