Searched refs:zend_ffi_add_attribute (Results 1 – 4 of 4) sorted by relevance
231 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);}
3036 zend_ffi_add_attribute(dcl, name, name_len); in parse_attrib()
6831 void zend_ffi_add_attribute(zend_ffi_dcl *dcl, const char *name, size_t name_len) /* {{{ */ function
Completed in 38 milliseconds