Home
last modified time | relevance | path

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

/PHP-8.2/ext/ffi/
H A Dffi.c5586 static const zend_ffi_type zend_ffi_type_uint8 = {.kind=ZEND_FFI_TYPE_UINT8, .size=1, .align=_Align… variable
5610 {"uint8_t", &zend_ffi_type_uint8},
5736 dcl->type = (zend_ffi_type*)&zend_ffi_type_uint8;
5903 type->size = zend_ffi_type_uint8.size;
5904 type->align = zend_ffi_type_uint8.align;
5994 sym_type = &zend_ffi_type_uint8;

Completed in 29 milliseconds