Home | History | Annotate | Download | only in include

Lines Matching refs:raw

29    The raw API is designed to bypass some of the argument packing
40 e.g. for use by gij. Routines are provided to emulate the raw API
43 More details on the raw and cloure API can be found in:
189 /* ---- Definitions for the raw API -------------------------------------- */
231 void ffi_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_raw *raw);
232 void ffi_raw_to_ptrarray (ffi_cif *cif, ffi_raw *raw, void **args);
235 /* This is analogous to the raw API, except it uses Java parameter */
244 void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw);
245 void ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args);
282 /* if this is enabled, then a raw closure has the same layout
303 /* if this is enabled, then a raw closure has the same layout