Home
last modified time | relevance | path

Searched refs:sym_type (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/ffi/
H A Dffi.c5544 const zend_ffi_type *sym_type; local
5605 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