Searched refs:vt (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/com_dotnet/ |
H A D | com_misc.c | 97 VARTYPE vt; in php_com_safearray_get_elem() local 112 if (FAILED(SafeArrayGetVartype(V_ARRAY(array), &vt)) || vt == VT_EMPTY) { in php_com_safearray_get_elem() 113 vt = V_VT(array) & ~VT_ARRAY; in php_com_safearray_get_elem() 131 if (vt == VT_VARIANT) { in php_com_safearray_get_elem() 134 V_VT(dest) = vt; in php_com_safearray_get_elem()
|
H A D | com_saproxy.c | 160 VARTYPE vt; in saproxy_read_dimension() local 178 if (FAILED(SafeArrayGetVartype(sa, &vt)) || vt == VT_EMPTY) { in saproxy_read_dimension() 182 if (vt == VT_VARIANT) { in saproxy_read_dimension() 185 V_VT(&v) = vt; in saproxy_read_dimension() 241 VARTYPE vt; in saproxy_write_dimension() local 262 if (V_VT(&v) != vt) { in saproxy_write_dimension() 266 if (vt == VT_VARIANT) { in saproxy_write_dimension() 469 VARTYPE vt; in saproxy_iter_get_data() local 476 if (FAILED(SafeArrayGetVartype(sa, &vt)) || vt == VT_EMPTY) { in saproxy_iter_get_data() 481 if (vt == VT_VARIANT) { in saproxy_iter_get_data() [all …]
|
H A D | com_handlers.c | 142 VARTYPE vt; in com_write_dimension() local 145 if (FAILED(SafeArrayGetVartype(V_ARRAY(&obj->v), &vt)) || vt == VT_EMPTY) { in com_write_dimension() 155 if (V_VT(&v) != vt) { in com_write_dimension() 159 if (vt == VT_VARIANT) { in com_write_dimension() 436 VARTYPE vt = VT_EMPTY; in com_object_cast() local 456 vt = VT_I4; in com_object_cast() 458 vt = VT_I8; in com_object_cast() 462 vt = VT_R8; in com_object_cast() 467 vt = VT_BOOL; in com_object_cast() 470 vt = VT_BSTR; in com_object_cast() [all …]
|
H A D | com_typeinfo.c | 423 VARTYPE vt; member 456 static inline const char *vt_to_string(VARTYPE vt) in vt_to_string() argument 460 if (vt_names[i].vt == vt) in vt_to_string() 548 if (func->elemdescFunc.tdesc.vt != VT_VOID) { in php_com_process_typeinfo() 551 func->elemdescFunc.tdesc.vt in php_com_process_typeinfo() 575 php_printf("\t\t/* %s [%d] ", vt_to_string(elem->tdesc.vt), elem->tdesc.vt); in php_com_process_typeinfo() 582 if (elem->tdesc.vt == VT_PTR) { in php_com_process_typeinfo() 585 vt_to_string(elem->tdesc.lptdesc->vt), in php_com_process_typeinfo() 586 elem->tdesc.lptdesc->vt in php_com_process_typeinfo() 595 elem->tdesc.vt == VT_PTR ? "&$" : "$", in php_com_process_typeinfo() [all …]
|
H A D | com_variant.c | 149 if (vt == VT_ERROR) { in php_com_variant_from_zval_ex() 450 "z!|ll", &zvalue, &vt, &codepage)) { in PHP_METHOD() 474 zend_long orig_vt = vt; in PHP_METHOD() 476 vt &= ~VT_ARRAY; in PHP_METHOD() 477 if (vt) { in PHP_METHOD() 478 vt = orig_vt; in PHP_METHOD() 482 if (vt) { in PHP_METHOD() 1032 /* VARTYPE == unsigned short */ zend_long vt; in PHP_FUNCTION() local 1037 "Ol", &zobj, php_com_variant_class_entry, &vt)) { in PHP_FUNCTION() 1050 if (vt != VT_DISPATCH && obj->typeinfo) { in PHP_FUNCTION() [all …]
|
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_64.c | 61 #define VT(vt) ((sljit_ins)freg_map[vt]) argument 62 #define VT2(vt) ((sljit_ins)freg_map[vt] << 10) argument
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 16868 # ('Bucky' LaDieu, nega@vt.edu) 16888 # ('Bucky' LaDieu, nega@vt.edu) 16899 # ('Bucky' LaDieu, nega@vt.edu)
|
H A D | magic私はガラスを食べられます | 16868 # ('Bucky' LaDieu, nega@vt.edu) 16888 # ('Bucky' LaDieu, nega@vt.edu) 16899 # ('Bucky' LaDieu, nega@vt.edu)
|
Completed in 256 milliseconds