Searched refs:zend_ffi_add_arg (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/ffi/ |
H A D | php_ffi.h | 228 void zend_ffi_add_arg(HashTable **args, const char *name, size_t name_len, zend_ffi_dcl *arg_dcl);
|
H A D | ffi.g | 449 {zend_ffi_add_arg(args, name, name_len, ¶m_dcl);}
|
H A D | ffi_parser.c | 2871 zend_ffi_add_arg(args, name, name_len, ¶m_dcl); in parse_parameter_declaration()
|
H A D | ffi.c | 6089 void zend_ffi_add_arg(HashTable **args, const char *name, size_t name_len, zend_ffi_dcl *arg_dcl) /… function
|
Completed in 28 milliseconds