Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c5921 const zend_ffi_type *sym_type; local
5982 sym_type = &zend_ffi_type_sint8;
5985 sym_type = &zend_ffi_type_sint16;
5987 sym_type = &zend_ffi_type_sint32;
5989 sym_type = &zend_ffi_type_sint64;
5996 sym_type = &zend_ffi_type_uint8;
5999 sym_type = &zend_ffi_type_uint16;
6001 sym_type = &zend_ffi_type_uint32;
6003 sym_type = &zend_ffi_type_uint64;
6007 enum_type->size = sym_type->size;
[all …]

Completed in 22 milliseconds