Home | History | Annotate | Download | only in doc

Lines Matching full:defun

128 @defun ffi_status ffi_prep_cif (ffi_cif *@var{cif}, ffi_abi @var{abi}, unsigned int @var{nargs}, ffi_type *@var{rtype}, ffi_type **@var{argtypes})
150 @end defun
157 @defun void ffi_call (ffi_cif *@var{cif}, void *@var{fn}, void *@var{rvalue}, void **@var{avalues})
174 @end defun
441 @defun void *ffi_closure_alloc (size_t @var{size}, void **@var{code})
447 @end defun
450 @defun void ffi_closure_free (void *@var{writable})
453 @end defun
461 @defun ffi_status ffi_prep_closure_loc (ffi_closure *@var{closure}, ffi_cif *@var{cif}, void (*@var{fun}) (ffi_cif *@var{cif}, void *@var{ret}, void **@var{args}, void *@var{user_data}), void *@var{user_data}, void *@var{codeloc})
501 @end defun