Home
last modified time | relevance | path

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

/PHP-8.3/ext/ffi/
H A Dffi.c5930 const zend_ffi_type *sym_type; local
5991 sym_type = &zend_ffi_type_sint8;
5994 sym_type = &zend_ffi_type_sint16;
5996 sym_type = &zend_ffi_type_sint32;
5998 sym_type = &zend_ffi_type_sint64;
6005 sym_type = &zend_ffi_type_uint8;
6008 sym_type = &zend_ffi_type_uint16;
6010 sym_type = &zend_ffi_type_uint32;
6012 sym_type = &zend_ffi_type_uint64;
6016 enum_type->size = sym_type->size;
[all …]

Completed in 34 milliseconds