Home
last modified time | relevance | path

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

/PHP-7.4/ext/ffi/
H A Dffi.c5236 {"uint32_t", &zend_ffi_type_uint32},
5245 {"uintptr_t", &zend_ffi_type_uint32},
5247 {"size_t", &zend_ffi_type_uint32},
5380 dcl->type = (zend_ffi_type*)&zend_ffi_type_uint32;
5395 dcl->type = (zend_ffi_type*)&zend_ffi_type_uint32;
5532 type->size = zend_ffi_type_uint32.size;
5533 type->align = zend_ffi_type_uint32.align;
5624 sym_type = &zend_ffi_type_uint32;
6692 dcl->align = zend_ffi_type_uint32.align;
7253 val->u64 = zend_ffi_type_uint32.size;
[all …]

Completed in 22 milliseconds