Searched refs:lib_type (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/generic/
H A Dffidl.c412 ffi_type *lib_type; member in struct:ffidl_type
770 newtype->lib_type = (ffi_type *)(newtype->elements+nelts);
771 newtype->lib_type->size = 0;
772 newtype->lib_type->alignment = 0;
773 newtype->lib_type->type = FFI_TYPE_STRUCT;
774 newtype->lib_type->elements = (ffi_type **)(newtype->lib_type+1);
788 type->lib_type->elements[i] = type->elements[i]->lib_type;
789 type->lib_type
[all...]
/macosx-10.10.1/apr-32/apr/apr/build/
H A Djlibtool.c216 enum lib_type { enum
894 int libdircheck, enum lib_type *libtype)
1273 enum lib_type libtype;

Completed in 180 milliseconds