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.c5968 const zend_ffi_type *sym_type; local
6029 sym_type = &zend_ffi_type_sint8;
6032 sym_type = &zend_ffi_type_sint16;
6034 sym_type = &zend_ffi_type_sint32;
6036 sym_type = &zend_ffi_type_sint64;
6043 sym_type = &zend_ffi_type_uint8;
6046 sym_type = &zend_ffi_type_uint16;
6048 sym_type = &zend_ffi_type_uint32;
6050 sym_type = &zend_ffi_type_uint64;
6054 enum_type->size = sym_type->size;
[all …]

Completed in 21 milliseconds