Home
last modified time | relevance | path

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

/PHP-7.4/ext/ffi/
H A Dffi.c5208 static const zend_ffi_type zend_ffi_type_uint8 = {.kind=ZEND_FFI_TYPE_UINT8, .size=1, .align=_Align… variable
5232 {"uint8_t", &zend_ffi_type_uint8},
5361 dcl->type = (zend_ffi_type*)&zend_ffi_type_uint8;
5528 type->size = zend_ffi_type_uint8.size;
5529 type->align = zend_ffi_type_uint8.align;
5619 sym_type = &zend_ffi_type_uint8;

Completed in 25 milliseconds