Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dffi.c5616 {"uint32_t", &zend_ffi_type_uint32},
5625 {"uintptr_t", &zend_ffi_type_uint32},
5627 {"size_t", &zend_ffi_type_uint32},
5757 dcl->type = (zend_ffi_type*)&zend_ffi_type_uint32;
5772 dcl->type = (zend_ffi_type*)&zend_ffi_type_uint32;
5909 type->size = zend_ffi_type_uint32.size;
5910 type->align = zend_ffi_type_uint32.align;
6001 sym_type = &zend_ffi_type_uint32;
7069 dcl->align = zend_ffi_type_uint32.align;
7630 val->u64 = zend_ffi_type_uint32.size;
[all …]

Completed in 23 milliseconds