Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c5589 static const zend_ffi_type zend_ffi_type_sint16 = {.kind=ZEND_FFI_TYPE_SINT16, .size=2, .align=_Ali… variable
5613 {"int16_t", &zend_ffi_type_sint16},
5744 dcl->type = (zend_ffi_type*)&zend_ffi_type_sint16;
5985 sym_type = &zend_ffi_type_sint16;

Completed in 38 milliseconds