Home
last modified time | relevance | path

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

/php-src/ext/ffi/
H A Dphp_ffi.h231 void zend_ffi_add_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, int n, zend…
H A Dffi.g509 {zend_ffi_add_attribute_value(dcl, name, name_len, 0, &val);}
513 {zend_ffi_add_attribute_value(dcl, name, name_len, ++n, &val);}
H A Dffi_parser.c2979 zend_ffi_add_attribute_value(dcl, name, name_len, 0, &val); in parse_attrib()
2984 zend_ffi_add_attribute_value(dcl, name, name_len, ++n, &val); in parse_attrib()
H A Dffi.c6867 void zend_ffi_add_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, int n, zend… function

Completed in 34 milliseconds