Searched refs:sym_type (Results 1 – 1 of 1) sorted by relevance
5544 const zend_ffi_type *sym_type; local5605 sym_type = &zend_ffi_type_sint8;5608 sym_type = &zend_ffi_type_sint16;5610 sym_type = &zend_ffi_type_sint32;5612 sym_type = &zend_ffi_type_sint64;5619 sym_type = &zend_ffi_type_uint8;5622 sym_type = &zend_ffi_type_uint16;5624 sym_type = &zend_ffi_type_uint32;5626 sym_type = &zend_ffi_type_uint64;5630 enum_type->size = sym_type->size;[all …]
Completed in 30 milliseconds