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