Searched refs:zend_ffi_add_attribute (Results 1 – 4 of 4) sorted by relevance
232 void zend_ffi_add_attribute(zend_ffi_dcl *dcl, const char *name, size_t name_len);
508 {zend_ffi_add_attribute(dcl, name, name_len);}
2975 zend_ffi_add_attribute(dcl, name, name_len); in parse_attrib()
6407 void zend_ffi_add_attribute(zend_ffi_dcl *dcl, const char *name, size_t name_len) /* {{{ */ function
Completed in 52 milliseconds