Home
last modified time | relevance | path

Searched defs:struct_type (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_ini.h176 #define STD_ZEND_INI_ENTRY(name, default_value, modifiable, on_modify, property_name, struct_type, … argument
178 …NI_ENTRY_EX(name, default_value, modifiable, on_modify, property_name, struct_type, struct_ptr, di… argument
180 #define STD_ZEND_INI_BOOLEAN(name, default_value, modifiable, on_modify, property_name, struct_type argument
/PHP-8.3/ext/ffi/
H A Dffi.c6049 static zend_result zend_ffi_validate_prev_field_type(zend_ffi_type *struct_type) /* {{{ */
6066 static zend_result zend_ffi_validate_field_type(zend_ffi_type *type, zend_ffi_type *struct_type) /*…
6086 zend_ffi_type *struct_type = ZEND_FFI_TYPE(struct_dcl->type); local
6129 zend_ffi_type *struct_type = ZEND_FFI_TYPE(struct_dcl->type); local
6197 zend_ffi_type *struct_type = ZEND_FFI_TYPE(struct_dcl->type); local
6299 zend_ffi_type *struct_type = ZEND_FFI_TYPE(dcl->type); local

Completed in 24 milliseconds