Home
last modified time | relevance | path

Searched refs:vt (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/com_dotnet/
H A Dcom_misc.c99 VARTYPE vt; in php_com_safearray_get_elem() local
114 if (FAILED(SafeArrayGetVartype(V_ARRAY(array), &vt)) || vt == VT_EMPTY) { in php_com_safearray_get_elem()
115 vt = V_VT(array) & ~VT_ARRAY; in php_com_safearray_get_elem()
133 if (vt == VT_VARIANT) { in php_com_safearray_get_elem()
136 V_VT(dest) = vt; in php_com_safearray_get_elem()
H A Dcom_saproxy.c160 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()
472 VARTYPE vt; in saproxy_iter_get_data() local
479 if (FAILED(SafeArrayGetVartype(sa, &vt)) || vt == VT_EMPTY) { in saproxy_iter_get_data()
484 if (vt == VT_VARIANT) { in saproxy_iter_get_data()
[all …]
H A Dcom_handlers.c142 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()
437 VARTYPE vt = VT_EMPTY; in com_object_cast() local
457 vt = VT_I4; in com_object_cast()
459 vt = VT_I8; in com_object_cast()
463 vt = VT_R8; in com_object_cast()
468 vt = VT_BOOL; in com_object_cast()
471 vt = VT_BSTR; in com_object_cast()
[all …]
H A Dcom_typeinfo.c417 VARTYPE vt; member
450 static inline const char *vt_to_string(VARTYPE vt) in vt_to_string() argument
454 if (vt_names[i].vt == vt) in vt_to_string()
546 if (func->elemdescFunc.tdesc.vt != VT_VOID) { in php_com_process_typeinfo()
548 vt_to_string(func->elemdescFunc.tdesc.vt), in php_com_process_typeinfo()
549 func->elemdescFunc.tdesc.vt in php_com_process_typeinfo()
573 php_printf("\t\t/* %s [%d] ", vt_to_string(elem->tdesc.vt), elem->tdesc.vt); in php_com_process_typeinfo()
580 if (elem->tdesc.vt == VT_PTR) { in php_com_process_typeinfo()
583 vt_to_string(elem->tdesc.lptdesc->vt), in php_com_process_typeinfo()
584 elem->tdesc.lptdesc->vt in php_com_process_typeinfo()
[all …]
H A Dcom_variant.c439 "z!|ll", &zvalue, &vt, &codepage)) { in PHP_METHOD()
463 zend_long orig_vt = vt; in PHP_METHOD()
465 vt &= ~VT_ARRAY; in PHP_METHOD()
466 if (vt) { in PHP_METHOD()
467 vt = orig_vt; in PHP_METHOD()
471 if (vt) { in PHP_METHOD()
1021 /* VARTYPE == unsigned short */ zend_long vt; in PHP_FUNCTION() local
1025 "Ol", &zobj, php_com_variant_class_entry, &vt)) { in PHP_FUNCTION()
1033 if (vt != VT_DISPATCH && obj->typeinfo) { in PHP_FUNCTION()
1055 /* VARTYPE == unsigned short */ zend_long vt; in PHP_FUNCTION() local
[all …]
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c61 #define VT(vt) (freg_map[vt]) argument
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic15097 # ('Bucky' LaDieu, nega@vt.edu)
15117 # ('Bucky' LaDieu, nega@vt.edu)
15128 # ('Bucky' LaDieu, nega@vt.edu)
H A Dmagic私はガラスを食べられます15097 # ('Bucky' LaDieu, nega@vt.edu)
15117 # ('Bucky' LaDieu, nega@vt.edu)
15128 # ('Bucky' LaDieu, nega@vt.edu)

Completed in 188 milliseconds