Searched refs:zend_ffi_add_msvc_attribute_value (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/ffi/ |
H A D | php_ffi.h | 233 void zend_ffi_add_msvc_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, zend_f…
|
H A D | ffi.g | 482 {zend_ffi_add_msvc_attribute_value(dcl, name, name_len, &val);}
|
H A D | ffi_parser.c | 2987 zend_ffi_add_msvc_attribute_value(dcl, name, name_len, &val); in parse_attributes()
|
H A D | ffi.c | 6991 void zend_ffi_add_msvc_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, zend_f… function
|
Completed in 53 milliseconds