Home
last modified time | relevance | path

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

/PHP-7.4/ext/ffi/
H A Dphp_ffi.h233 void zend_ffi_add_attribute_value(zend_ffi_dcl *dcl, const char *name, size_t name_len, int n, zend…
H A Dffi.g513 {zend_ffi_add_attribute_value(dcl, name, name_len, 0, &val);}
517 {zend_ffi_add_attribute_value(dcl, name, name_len, ++n, &val);}
H A Dffi_parser.c2981 zend_ffi_add_attribute_value(dcl, name, name_len, 0, &val); in parse_attrib()
2986 zend_ffi_add_attribute_value(dcl, name, name_len, ++n, &val); in parse_attrib()
H A Dffi.c6490 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