Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/
H A Dcom_misc.c97 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 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()
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 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.c423 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 Dcom_variant.c148 if (vt == VT_ERROR) { in php_com_variant_from_zval_ex()
449 "z!|ll", &zvalue, &vt, &codepage)) { in PHP_METHOD()
473 zend_long orig_vt = vt; in PHP_METHOD()
475 vt &= ~VT_ARRAY; in PHP_METHOD()
476 if (vt) { in PHP_METHOD()
477 vt = orig_vt; in PHP_METHOD()
481 if (vt) { in PHP_METHOD()
1031 /* VARTYPE == unsigned short */ zend_long vt; in PHP_FUNCTION() local
1036 "Ol", &zobj, php_com_variant_class_entry, &vt)) { in PHP_FUNCTION()
1049 if (vt != VT_DISPATCH && obj->typeinfo) { in PHP_FUNCTION()
[all …]
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c61 #define VT(vt) ((sljit_ins)freg_map[vt]) argument
62 #define VT2(vt) ((sljit_ins)freg_map[vt] << 10) argument
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます16868 # ('Bucky' LaDieu, nega@vt.edu)
16888 # ('Bucky' LaDieu, nega@vt.edu)
16899 # ('Bucky' LaDieu, nega@vt.edu)
H A Dmagic16868 # ('Bucky' LaDieu, nega@vt.edu)
16888 # ('Bucky' LaDieu, nega@vt.edu)
16899 # ('Bucky' LaDieu, nega@vt.edu)

Completed in 191 milliseconds