Home
last modified time | relevance | path

Searched refs:method_args (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/php-pecl-dbus/
H A D0002-Fix-compatibility-with-php8-call_user_function_ex.patch20 method_args = safe_emalloc(sizeof(zval *), num_elems, 0);
24 - num_elems, method_args, 0, NULL) == SUCCESS) {
26 + num_elems, method_args) == SUCCESS) {
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Daclocal.h150 void *method_args; member