Searched refs:vt (Results 1 – 8 of 8) sorted by relevance
/PHP-7.4/ext/com_dotnet/ |
H A D | com_misc.c | 101 VARTYPE vt; in php_com_safearray_get_elem() local 115 if (FAILED(SafeArrayGetVartype(V_ARRAY(array), &vt)) || vt == VT_EMPTY) { in php_com_safearray_get_elem() 116 vt = V_VT(array) & ~VT_ARRAY; in php_com_safearray_get_elem() 134 if (vt == VT_VARIANT) { in php_com_safearray_get_elem() 137 V_VT(dest) = vt; in php_com_safearray_get_elem()
|
H A D | com_saproxy.c | 163 VARTYPE vt; in saproxy_read_dimension() local 181 if (FAILED(SafeArrayGetVartype(sa, &vt)) || vt == VT_EMPTY) { in saproxy_read_dimension() 185 if (vt == VT_VARIANT) { in saproxy_read_dimension() 188 V_VT(&v) = vt; in saproxy_read_dimension() 244 VARTYPE vt; in saproxy_write_dimension() local 265 if (V_VT(&v) != vt) { in saproxy_write_dimension() 269 if (vt == VT_VARIANT) { in saproxy_write_dimension() 489 VARTYPE vt; in saproxy_iter_get_data() local 496 if (FAILED(SafeArrayGetVartype(sa, &vt)) || vt == VT_EMPTY) { in saproxy_iter_get_data() 501 if (vt == VT_VARIANT) { in saproxy_iter_get_data() [all …]
|
H A D | com_handlers.c | 149 VARTYPE vt; in com_write_dimension() local 152 if (FAILED(SafeArrayGetVartype(V_ARRAY(&obj->v), &vt)) || vt == VT_EMPTY) { in com_write_dimension() 153 vt = V_VT(&obj->v) & ~VT_ARRAY; in com_write_dimension() 162 if (V_VT(&v) != vt) { in com_write_dimension() 166 if (vt == VT_VARIANT) { in com_write_dimension() 492 VARTYPE vt = VT_EMPTY; in com_object_cast() local 511 vt = VT_INT; in com_object_cast() 514 vt = VT_R8; in com_object_cast() 519 vt = VT_BOOL; in com_object_cast() 522 vt = VT_BSTR; in com_object_cast() [all …]
|
H A D | com_typeinfo.c | 422 VARTYPE vt; member 455 static inline const char *vt_to_string(VARTYPE vt) in vt_to_string() argument 459 if (vt_names[i].vt == vt) in vt_to_string() 551 if (func->elemdescFunc.tdesc.vt != VT_VOID) { in php_com_process_typeinfo() 553 vt_to_string(func->elemdescFunc.tdesc.vt), in php_com_process_typeinfo() 554 func->elemdescFunc.tdesc.vt in php_com_process_typeinfo() 578 php_printf("\t\t/* %s [%d] ", vt_to_string(elem->tdesc.vt), elem->tdesc.vt); in php_com_process_typeinfo() 585 if (elem->tdesc.vt == VT_PTR) { in php_com_process_typeinfo() 588 vt_to_string(elem->tdesc.lptdesc->vt), in php_com_process_typeinfo() 589 elem->tdesc.lptdesc->vt in php_com_process_typeinfo() [all …]
|
H A D | com_variant.c | 443 "z!|ll", &zvalue, &vt, &codepage)) { in PHP_FUNCTION() 466 zend_long orig_vt = vt; in PHP_FUNCTION() 468 vt &= ~VT_ARRAY; in PHP_FUNCTION() 469 if (vt) { in PHP_FUNCTION() 470 vt = orig_vt; in PHP_FUNCTION() 474 if (vt) { in PHP_FUNCTION() 1049 /* VARTYPE == unsigned short */ zend_long vt; in PHP_FUNCTION() local 1053 "Ol", &zobj, php_com_variant_class_entry, &vt)) { in PHP_FUNCTION() 1061 if (vt != VT_DISPATCH && obj->typeinfo) { in PHP_FUNCTION() 1084 /* VARTYPE == unsigned short */ zend_long vt; in PHP_FUNCTION() local [all …]
|
/PHP-7.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_64.c | 61 #define VT(vt) (freg_map[vt]) argument
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 13762 # ('Bucky' LaDieu, nega@vt.edu) 13779 # ('Bucky' LaDieu, nega@vt.edu) 13787 # ('Bucky' LaDieu, nega@vt.edu)
|
H A D | magic | 13762 # ('Bucky' LaDieu, nega@vt.edu) 13779 # ('Bucky' LaDieu, nega@vt.edu) 13787 # ('Bucky' LaDieu, nega@vt.edu)
|
Completed in 159 milliseconds