Home
last modified time | relevance | path

Searched refs:zend_ffi_add_anonymous_field (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/ffi/
H A Dphp_ffi.h222 void zend_ffi_add_anonymous_field(zend_ffi_dcl *struct_dcl, zend_ffi_dcl *field_dcl);
H A Dffi.g265 {zend_ffi_add_anonymous_field(struct_dcl, &common_field_dcl);}
H A Dffi_parser.c2414 zend_ffi_add_anonymous_field(struct_dcl, &common_field_dcl); in parse_struct_declaration()
H A Dffi.c6128 void zend_ffi_add_anonymous_field(zend_ffi_dcl *struct_dcl, zend_ffi_dcl *field_dcl) /* {{{ */ function

Completed in 33 milliseconds