Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_ini.h178 #define STD_ZEND_INI_ENTRY(name, default_value, modifiable, on_modify, property_name, struct_type, … argument
180 …NI_ENTRY_EX(name, default_value, modifiable, on_modify, property_name, struct_type, struct_ptr, di… argument
182 #define STD_ZEND_INI_BOOLEAN(name, default_value, modifiable, on_modify, property_name, struct_type argument
/php-src/ext/ffi/
H A Dffi.c6093 static zend_result zend_ffi_validate_prev_field_type(zend_ffi_type *struct_type) /* {{{ */
6110 static zend_result zend_ffi_validate_field_type(zend_ffi_type *type, zend_ffi_type *struct_type) /*…
6130 zend_ffi_type *struct_type = ZEND_FFI_TYPE(struct_dcl->type); local
6173 zend_ffi_type *struct_type = ZEND_FFI_TYPE(struct_dcl->type); local
6241 zend_ffi_type *struct_type = ZEND_FFI_TYPE(struct_dcl->type); local
6343 zend_ffi_type *struct_type = ZEND_FFI_TYPE(dcl->type); local

Completed in 33 milliseconds