Searched refs:zend_ffi_add_attribute_value (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/ffi/ |
H A D | php_ffi.h | 232 void zend_ffi_add_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, int n, zend…
|
H A D | ffi.g | 513 {zend_ffi_add_attribute_value(dcl, name, name_len, 0, &val);} 517 {zend_ffi_add_attribute_value(dcl, name, name_len, ++n, &val);}
|
H A D | ffi_parser.c | 3042 zend_ffi_add_attribute_value(dcl, name, name_len, 0, &val); in parse_attrib() 3047 zend_ffi_add_attribute_value(dcl, name, name_len, ++n, &val); in parse_attrib()
|
H A D | ffi.c | 6876 void zend_ffi_add_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, int n, zend… function
|
Completed in 40 milliseconds