Searched refs:zend_ffi_add_anonymous_field (Results 1 – 4 of 4) sorted by relevance
223 void zend_ffi_add_anonymous_field(zend_ffi_dcl *struct_dcl, zend_ffi_dcl *field_dcl);
269 {zend_ffi_add_anonymous_field(struct_dcl, &common_field_dcl);}
2477 zend_ffi_add_anonymous_field(struct_dcl, &common_field_dcl); in parse_struct_declaration()
6171 void zend_ffi_add_anonymous_field(zend_ffi_dcl *struct_dcl, zend_ffi_dcl *field_dcl) /* {{{ */ function
Completed in 36 milliseconds