Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_ini.h174 #define STD_ZEND_INI_ENTRY(name, default_value, modifiable, on_modify, property_name, struct_type, … argument
176 …NI_ENTRY_EX(name, default_value, modifiable, on_modify, property_name, struct_type, struct_ptr, di… argument
178 #define STD_ZEND_INI_BOOLEAN(name, default_value, modifiable, on_modify, property_name, struct_type argument
/PHP-8.2/ext/ffi/
H A Dffi.c5978 static zend_result zend_ffi_validate_prev_field_type(zend_ffi_type *struct_type) /* {{{ */
5995 static zend_result zend_ffi_validate_field_type(zend_ffi_type *type, zend_ffi_type *struct_type) /*…
6015 zend_ffi_type *struct_type = ZEND_FFI_TYPE(struct_dcl->type); local
6058 zend_ffi_type *struct_type = ZEND_FFI_TYPE(struct_dcl->type); local
6126 zend_ffi_type *struct_type = ZEND_FFI_TYPE(struct_dcl->type); local
6228 zend_ffi_type *struct_type = ZEND_FFI_TYPE(dcl->type); local

Completed in 30 milliseconds