vt 148 ext/com_dotnet/com_handlers.c VARTYPE vt; vt 151 ext/com_dotnet/com_handlers.c if (FAILED(SafeArrayGetVartype(V_ARRAY(&obj->v), &vt)) || vt == VT_EMPTY) { vt 152 ext/com_dotnet/com_handlers.c vt = V_VT(&obj->v) & ~VT_ARRAY; vt 161 ext/com_dotnet/com_handlers.c if (V_VT(&v) != vt) { vt 162 ext/com_dotnet/com_handlers.c VariantChangeType(&v, &v, 0, vt); vt 165 ext/com_dotnet/com_handlers.c if (vt == VT_VARIANT) { vt 493 ext/com_dotnet/com_handlers.c VARTYPE vt = VT_EMPTY; vt 511 ext/com_dotnet/com_handlers.c vt = VT_INT; vt 514 ext/com_dotnet/com_handlers.c vt = VT_R8; vt 517 ext/com_dotnet/com_handlers.c vt = VT_BOOL; vt 520 ext/com_dotnet/com_handlers.c vt = VT_BSTR; vt 526 ext/com_dotnet/com_handlers.c if (vt != VT_EMPTY && vt != V_VT(&v)) { vt 527 ext/com_dotnet/com_handlers.c res = VariantChangeType(&v, &v, 0, vt); vt 100 ext/com_dotnet/com_misc.c VARTYPE vt; vt 114 ext/com_dotnet/com_misc.c if (FAILED(SafeArrayGetVartype(V_ARRAY(array), &vt)) || vt == VT_EMPTY) { vt 115 ext/com_dotnet/com_misc.c vt = V_VT(array) & ~VT_ARRAY; vt 133 ext/com_dotnet/com_misc.c if (vt == VT_VARIANT) { vt 136 ext/com_dotnet/com_misc.c V_VT(dest) = vt; vt 164 ext/com_dotnet/com_saproxy.c VARTYPE vt; vt 182 ext/com_dotnet/com_saproxy.c if (FAILED(SafeArrayGetVartype(sa, &vt)) || vt == VT_EMPTY) { vt 183 ext/com_dotnet/com_saproxy.c vt = V_VT(&proxy->obj->v) & ~VT_ARRAY; vt 186 ext/com_dotnet/com_saproxy.c if (vt == VT_VARIANT) { vt 189 ext/com_dotnet/com_saproxy.c V_VT(&v) = vt; vt 242 ext/com_dotnet/com_saproxy.c VARTYPE vt; vt 256 ext/com_dotnet/com_saproxy.c if (FAILED(SafeArrayGetVartype(V_ARRAY(&proxy->obj->v), &vt)) || vt == VT_EMPTY) { vt 257 ext/com_dotnet/com_saproxy.c vt = V_VT(&proxy->obj->v) & ~VT_ARRAY; vt 263 ext/com_dotnet/com_saproxy.c if (V_VT(&v) != vt) { vt 264 ext/com_dotnet/com_saproxy.c VariantChangeType(&v, &v, 0, vt); vt 267 ext/com_dotnet/com_saproxy.c if (vt == VT_VARIANT) { vt 493 ext/com_dotnet/com_saproxy.c VARTYPE vt; vt 501 ext/com_dotnet/com_saproxy.c if (FAILED(SafeArrayGetVartype(sa, &vt)) || vt == VT_EMPTY) { vt 502 ext/com_dotnet/com_saproxy.c vt = V_VT(&I->proxy->obj->v) & ~VT_ARRAY; vt 506 ext/com_dotnet/com_saproxy.c if (vt == VT_VARIANT) { vt 509 ext/com_dotnet/com_saproxy.c V_VT(&v) = vt; vt 378 ext/com_dotnet/com_typeinfo.c VARTYPE vt; vt 411 ext/com_dotnet/com_typeinfo.c static inline const char *vt_to_string(VARTYPE vt) vt 415 ext/com_dotnet/com_typeinfo.c if (vt_names[i].vt == vt) vt 506 ext/com_dotnet/com_typeinfo.c if (func->elemdescFunc.tdesc.vt != VT_VOID) { vt 508 ext/com_dotnet/com_typeinfo.c vt_to_string(func->elemdescFunc.tdesc.vt), vt 509 ext/com_dotnet/com_typeinfo.c func->elemdescFunc.tdesc.vt vt 533 ext/com_dotnet/com_typeinfo.c php_printf("\t\t/* %s [%d] ", vt_to_string(elem->tdesc.vt), elem->tdesc.vt); vt 540 ext/com_dotnet/com_typeinfo.c if (elem->tdesc.vt == VT_PTR) { vt 543 ext/com_dotnet/com_typeinfo.c vt_to_string(elem->tdesc.lptdesc->vt), vt 544 ext/com_dotnet/com_typeinfo.c elem->tdesc.lptdesc->vt vt 557 ext/com_dotnet/com_typeinfo.c elem->tdesc.vt == VT_PTR ? "&$" : "$", vt 402 ext/com_dotnet/com_variant.c /* VARTYPE == unsigned short */ long vt = VT_EMPTY; vt 417 ext/com_dotnet/com_variant.c "z!|ll", &zvalue, &vt, &codepage)) { vt 432 ext/com_dotnet/com_variant.c if ((ZEND_NUM_ARGS() >= 2) && (vt != V_VT(&obj->v))) { vt 439 ext/com_dotnet/com_variant.c if ((vt & VT_ARRAY) && (V_VT(&obj->v) & VT_ARRAY)) { vt 440 ext/com_dotnet/com_variant.c long orig_vt = vt; vt 442 ext/com_dotnet/com_variant.c vt &= ~VT_ARRAY; vt 443 ext/com_dotnet/com_variant.c if (vt) { vt 444 ext/com_dotnet/com_variant.c vt = orig_vt; vt 448 ext/com_dotnet/com_variant.c if (vt) { vt 449 ext/com_dotnet/com_variant.c res = VariantChangeType(&obj->v, &obj->v, 0, (VARTYPE)vt); vt 1016 ext/com_dotnet/com_variant.c /* VARTYPE == unsigned short */ long vt; vt 1020 ext/com_dotnet/com_variant.c "Ol", &zobj, php_com_variant_class_entry, &vt)) { vt 1025 ext/com_dotnet/com_variant.c res = VariantChangeType(&obj->v, &obj->v, 0, (VARTYPE)vt); vt 1028 ext/com_dotnet/com_variant.c if (vt != VT_DISPATCH && obj->typeinfo) { vt 1051 ext/com_dotnet/com_variant.c /* VARTYPE == unsigned short */ long vt; vt 1056 ext/com_dotnet/com_variant.c "Ol", &zobj, php_com_variant_class_entry, &vt)) { vt 1062 ext/com_dotnet/com_variant.c res = VariantChangeType(&vres, &obj->v, 0, (VARTYPE)vt); vt 57 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c #define VT(vt) (vt)