Searched refs:zend_ffi_add_field (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/ffi/ |
H A D | php_ffi.h | 222 void zend_ffi_add_field(zend_ffi_dcl *struct_dcl, const char *name, size_t name_len, zend_ffi_dcl *…
|
H A D | ffi.g | 290 {zend_ffi_add_field(struct_dcl, name, name_len, field_dcl);}
|
H A D | ffi_parser.c | 2511 zend_ffi_add_field(struct_dcl, name, name_len, field_dcl); in parse_struct_declarator()
|
H A D | ffi.c | 6089 void zend_ffi_add_field(zend_ffi_dcl *struct_dcl, const char *name, size_t name_len, zend_ffi_dcl *… function
|
Completed in 53 milliseconds