Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/
H A Dcom_com.c505 memcpy(&vargs[i], &byref_vals[j], sizeof(vargs[i])); in php_com_do_invoke_byref()
508 VariantInit(&vargs[i]); in php_com_do_invoke_byref()
528 disp_params.rgvarg = vargs; in php_com_do_invoke_byref()
541 if (vargs) { in php_com_do_invoke_byref()
568 VariantClear(&vargs[i]); in php_com_do_invoke_byref()
572 VariantClear(&vargs[i]); in php_com_do_invoke_byref()
575 efree(vargs); in php_com_do_invoke_byref()
590 VARIANT *vargs = NULL; in php_com_do_invoke_by_id() local
617 if (vargs) { in php_com_do_invoke_by_id()
619 VariantClear(&vargs[i]); in php_com_do_invoke_by_id()
[all …]
/php-src/ext/intl/converter/
H A Dconverter.c53 va_list vargs; in php_converter_throw_failure() local
55 va_start(vargs, format); in php_converter_throw_failure()
56 vsnprintf(message, sizeof(message), format, vargs); in php_converter_throw_failure()
57 va_end(vargs); in php_converter_throw_failure()

Completed in 11 milliseconds