Searched refs:vt (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/com_dotnet/ |
H A D | com_misc.c | 103 VARTYPE vt; in php_com_safearray_get_elem() local 117 if (FAILED(SafeArrayGetVartype(V_ARRAY(array), &vt)) || vt == VT_EMPTY) { in php_com_safearray_get_elem() 118 vt = V_VT(array) & ~VT_ARRAY; in php_com_safearray_get_elem() 136 if (vt == VT_VARIANT) { in php_com_safearray_get_elem() 139 V_VT(dest) = vt; in php_com_safearray_get_elem()
|
H A D | com_saproxy.c | 159 VARTYPE vt; in saproxy_read_dimension() local 177 if (FAILED(SafeArrayGetVartype(sa, &vt)) || vt == VT_EMPTY) { in saproxy_read_dimension() 181 if (vt == VT_VARIANT) { in saproxy_read_dimension() 184 V_VT(&v) = vt; in saproxy_read_dimension() 237 VARTYPE vt; in saproxy_write_dimension() local 258 if (V_VT(&v) != vt) { in saproxy_write_dimension() 262 if (vt == VT_VARIANT) { in saproxy_write_dimension() 480 VARTYPE vt; in saproxy_iter_get_data() local 487 if (FAILED(SafeArrayGetVartype(sa, &vt)) || vt == VT_EMPTY) { in saproxy_iter_get_data() 492 if (vt == VT_VARIANT) { in saproxy_iter_get_data() [all …]
|
H A D | com_handlers.c | 140 VARTYPE vt; in com_write_dimension() local 143 if (FAILED(SafeArrayGetVartype(V_ARRAY(&obj->v), &vt)) || vt == VT_EMPTY) { in com_write_dimension() 144 vt = V_VT(&obj->v) & ~VT_ARRAY; in com_write_dimension() 153 if (V_VT(&v) != vt) { in com_write_dimension() 157 if (vt == VT_VARIANT) { in com_write_dimension() 469 VARTYPE vt = VT_EMPTY; in com_object_cast() local 487 vt = VT_INT; in com_object_cast() 490 vt = VT_R8; in com_object_cast() 495 vt = VT_BOOL; in com_object_cast() 498 vt = VT_BSTR; in com_object_cast() [all …]
|
H A D | com_typeinfo.c | 377 VARTYPE vt; member 410 static inline const char *vt_to_string(VARTYPE vt) in vt_to_string() argument 414 if (vt_names[i].vt == vt) in vt_to_string() 506 if (func->elemdescFunc.tdesc.vt != VT_VOID) { in php_com_process_typeinfo() 508 vt_to_string(func->elemdescFunc.tdesc.vt), in php_com_process_typeinfo() 509 func->elemdescFunc.tdesc.vt in php_com_process_typeinfo() 533 php_printf("\t\t/* %s [%d] ", vt_to_string(elem->tdesc.vt), elem->tdesc.vt); in php_com_process_typeinfo() 540 if (elem->tdesc.vt == VT_PTR) { in php_com_process_typeinfo() 543 vt_to_string(elem->tdesc.lptdesc->vt), in php_com_process_typeinfo() 544 elem->tdesc.lptdesc->vt in php_com_process_typeinfo() [all …]
|
H A D | com_variant.c | 457 "z!|ll", &zvalue, &vt, &codepage)) { in PHP_FUNCTION() 480 zend_long orig_vt = vt; in PHP_FUNCTION() 482 vt &= ~VT_ARRAY; in PHP_FUNCTION() 483 if (vt) { in PHP_FUNCTION() 484 vt = orig_vt; in PHP_FUNCTION() 488 if (vt) { in PHP_FUNCTION() 1063 /* VARTYPE == unsigned short */ zend_long vt; in PHP_FUNCTION() local 1067 "Ol", &zobj, php_com_variant_class_entry, &vt)) { in PHP_FUNCTION() 1075 if (vt != VT_DISPATCH && obj->typeinfo) { in PHP_FUNCTION() 1098 /* VARTYPE == unsigned short */ zend_long vt; in PHP_FUNCTION() local [all …]
|
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeARM_64.c | 57 #define VT(vt) (vt) argument
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 9735 # ('Bucky' LaDieu, nega@vt.edu) 9752 # ('Bucky' LaDieu, nega@vt.edu) 9760 # ('Bucky' LaDieu, nega@vt.edu)
|
Completed in 73 milliseconds