V_VT              186 ext/com_dotnet/com_com.c 					V_VT(&obj->v) = VT_DISPATCH;
V_VT              207 ext/com_dotnet/com_com.c 			V_VT(&obj->v) = VT_DISPATCH;
V_VT              212 ext/com_dotnet/com_com.c 			V_VT(&obj->v) = VT_DISPATCH;
V_VT              514 ext/com_dotnet/com_com.c 				if (V_VT(&byref_vals[j]) & VT_BYREF) {
V_VT              519 ext/com_dotnet/com_com.c 					V_VT(&vargs[i]) = V_VT(&byref_vals[j]) | VT_BYREF;
V_VT              561 ext/com_dotnet/com_com.c 					if (V_VT(&vargs[i]) & VT_BYREF) {
V_VT              276 ext/com_dotnet/com_dotnet.c 				if (V_VT(&unwrapped) == VT_UNKNOWN) {
V_VT              281 ext/com_dotnet/com_dotnet.c 						V_VT(&obj->v) = VT_DISPATCH;
V_VT              287 ext/com_dotnet/com_dotnet.c 				} else if (V_VT(&unwrapped) == VT_DISPATCH) {
V_VT              290 ext/com_dotnet/com_dotnet.c 					V_VT(&obj->v) = VT_DISPATCH;
V_VT               42 ext/com_dotnet/com_handlers.c 	if (V_VT(&obj->v) == VT_DISPATCH) {
V_VT               70 ext/com_dotnet/com_handlers.c 	if (V_VT(&obj->v) == VT_DISPATCH) {
V_VT               92 ext/com_dotnet/com_handlers.c 	if (V_VT(&obj->v) == VT_DISPATCH) {
V_VT              128 ext/com_dotnet/com_handlers.c 	if (V_VT(&obj->v) == VT_DISPATCH) {
V_VT              144 ext/com_dotnet/com_handlers.c 				vt = V_VT(&obj->v) & ~VT_ARRAY;
V_VT              153 ext/com_dotnet/com_handlers.c 			if (V_VT(&v) != vt) {
V_VT              198 ext/com_dotnet/com_handlers.c 	if (V_VT(&obj->v) == VT_DISPATCH) {
V_VT              265 ext/com_dotnet/com_handlers.c 	if (V_VT(&obj->v) != VT_DISPATCH) {
V_VT              369 ext/com_dotnet/com_handlers.c 	if (V_VT(&obj->v) != VT_DISPATCH) {
V_VT              478 ext/com_dotnet/com_handlers.c 	if (V_VT(&obj->v) == VT_DISPATCH) {
V_VT              506 ext/com_dotnet/com_handlers.c 	if (vt != VT_EMPTY && vt != V_VT(&v)) {
V_VT              154 ext/com_dotnet/com_iterator.c 	if (V_VT(&obj->v) != VT_DISPATCH && !V_ISARRAY(&obj->v)) {
V_VT              155 ext/com_dotnet/com_iterator.c 		php_error_docref(NULL, E_WARNING, "variant is not an object or array VT=%d", V_VT(&obj->v));
V_VT              210 ext/com_dotnet/com_iterator.c 		if (V_VT(&v) == VT_UNKNOWN) {
V_VT              212 ext/com_dotnet/com_iterator.c 		} else if (V_VT(&v) == VT_DISPATCH) {
V_VT               61 ext/com_dotnet/com_misc.c 	V_VT(&obj->v) = VT_DISPATCH;
V_VT               87 ext/com_dotnet/com_misc.c 	if ((V_VT(&obj->v) == VT_DISPATCH) && (V_DISPATCH(&obj->v) != NULL)) {
V_VT              118 ext/com_dotnet/com_misc.c 		vt = V_VT(array) & ~VT_ARRAY;
V_VT              139 ext/com_dotnet/com_misc.c 		V_VT(dest) = vt;
V_VT              668 ext/com_dotnet/com_persist.c 	if (V_VT(&obj->v) != VT_DISPATCH || V_DISPATCH(&obj->v) == NULL) {
V_VT               98 ext/com_dotnet/com_saproxy.c 	if (V_VT(&proxy->obj->v) == VT_DISPATCH) {
V_VT              178 ext/com_dotnet/com_saproxy.c 			vt = V_VT(&proxy->obj->v) & ~VT_ARRAY;
V_VT              184 ext/com_dotnet/com_saproxy.c 			V_VT(&v) = vt;
V_VT              213 ext/com_dotnet/com_saproxy.c 	if (V_VT(&proxy->obj->v) == VT_DISPATCH) {
V_VT              252 ext/com_dotnet/com_saproxy.c 			vt = V_VT(&proxy->obj->v) & ~VT_ARRAY;
V_VT              258 ext/com_dotnet/com_saproxy.c 		if (V_VT(&v) != vt) {
V_VT              488 ext/com_dotnet/com_saproxy.c 		vt = V_VT(&I->proxy->obj->v) & ~VT_ARRAY;
V_VT              495 ext/com_dotnet/com_saproxy.c 		V_VT(&v) = vt;
V_VT               83 ext/com_dotnet/com_variant.c 	V_VT(v) = VT_ARRAY|VT_VARIANT;
V_VT               91 ext/com_dotnet/com_variant.c 	V_VT(v) = VT_NULL;
V_VT              107 ext/com_dotnet/com_variant.c 			V_VT(v) = VT_NULL;
V_VT              111 ext/com_dotnet/com_variant.c 			V_VT(v) = VT_BOOL;
V_VT              116 ext/com_dotnet/com_variant.c 			V_VT(v) = VT_BOOL;
V_VT              123 ext/com_dotnet/com_variant.c 				if (V_VT(&obj->v) == VT_DISPATCH) {
V_VT              125 ext/com_dotnet/com_variant.c 					V_VT(v) = VT_DISPATCH;
V_VT              132 ext/com_dotnet/com_variant.c 					V_VT(v) = VT_VARIANT | VT_BYREF;
V_VT              137 ext/com_dotnet/com_variant.c 				V_VT(v) = VT_DISPATCH;
V_VT              149 ext/com_dotnet/com_variant.c 			V_VT(v) = VT_I4;
V_VT              152 ext/com_dotnet/com_variant.c 			V_VT(v) = VT_I8;
V_VT              158 ext/com_dotnet/com_variant.c 			V_VT(v) = VT_R8;
V_VT              163 ext/com_dotnet/com_variant.c 			V_VT(v) = VT_BSTR;
V_VT              177 ext/com_dotnet/com_variant.c 			V_VT(v) = VT_NULL;
V_VT              187 ext/com_dotnet/com_variant.c 	switch (V_VT(v)) {
V_VT              278 ext/com_dotnet/com_variant.c 		php_error_docref(NULL, E_WARNING, "variant->zval: conversion from 0x%x ret=%d", V_VT(v), ret);
V_VT              289 ext/com_dotnet/com_variant.c 	switch (V_VT(dstvar) & ~VT_BYREF) {
V_VT              297 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              305 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              313 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              321 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              329 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              337 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              345 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              353 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              361 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              369 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              377 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              385 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              393 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              401 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              409 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              417 ext/com_dotnet/com_variant.c 		if (V_VT(dstvar) & VT_BYREF) {
V_VT              428 ext/com_dotnet/com_variant.c 		php_error_docref(NULL, E_WARNING, "variant->variant: failed to copy from 0x%x to 0x%x", V_VT(dstvar), V_VT(srcvar));
V_VT              467 ext/com_dotnet/com_variant.c 	if ((ZEND_NUM_ARGS() >= 2) && (vt != V_VT(&obj->v))) {
V_VT              474 ext/com_dotnet/com_variant.c 		if ((vt & VT_ARRAY) && (V_VT(&obj->v) & VT_ARRAY)) {
V_VT              499 ext/com_dotnet/com_variant.c 	if (V_VT(&obj->v) != VT_DISPATCH && obj->typeinfo) {
V_VT             1019 ext/com_dotnet/com_variant.c 	V_VT(&res) = VT_DATE;
V_VT             1041 ext/com_dotnet/com_variant.c 	RETURN_LONG(V_VT(&obj->v));
V_VT              273 ext/com_dotnet/com_wrapper.c 				trace("alloc zval for arg %d VT=%08x\n", i, V_VT(arg));
V_VT              301 ext/com_dotnet/com_wrapper.c 						if ((V_VT(dstvar) & VT_BYREF) && obj->modified ) {
V_VT              302 ext/com_dotnet/com_wrapper.c 							trace("percolate modified value for arg %d VT=%08x\n", i, V_VT(dstvar));
V_VT              635 ext/com_dotnet/com_wrapper.c 		if (V_VT(&obj->v) == VT_DISPATCH && V_DISPATCH(&obj->v)) {