cArgs 390 ext/com_dotnet/com_com.c if ((disp_params->cArgs + disp_params->cNamedArgs == 0) && (allow_noarg == 1)) { cArgs 536 ext/com_dotnet/com_com.c disp_params.cArgs = nargs; cArgs 609 ext/com_dotnet/com_com.c disp_params.cArgs = nargs; cArgs 262 ext/com_dotnet/com_wrapper.c trace("-- Invoke: %d %20s [%d] flags=%08x args=%d\n", id, Z_STRVAL_P(name), Z_STRLEN_P(name), wFlags, pdp->cArgs); cArgs 266 ext/com_dotnet/com_wrapper.c if (pdp->cArgs) { cArgs 267 ext/com_dotnet/com_wrapper.c params = (zval *)safe_emalloc(sizeof(zval), pdp->cArgs, 0); cArgs 268 ext/com_dotnet/com_wrapper.c for (i = 0; i < pdp->cArgs; i++) { cArgs 271 ext/com_dotnet/com_wrapper.c arg = &pdp->rgvarg[ pdp->cArgs - 1 - i]; cArgs 292 ext/com_dotnet/com_wrapper.c retval, pdp->cArgs, params, 1, NULL)) { cArgs 297 ext/com_dotnet/com_wrapper.c for (i = 0; i < pdp->cArgs; i++) { cArgs 300 ext/com_dotnet/com_wrapper.c VARIANT *dstvar = &pdp->rgvarg[ pdp->cArgs - 1 - i]; cArgs 320 ext/com_dotnet/com_wrapper.c for (i = 0; i < pdp->cArgs; i++) {