Home
last modified time | relevance | path

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

/PHP-5.5/ext/com_dotnet/
H A Dcom_misc.c100 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.c164 VARTYPE vt; in saproxy_read_dimension() local
182 if (FAILED(SafeArrayGetVartype(sa, &vt)) || vt == VT_EMPTY) { in saproxy_read_dimension()
186 if (vt == VT_VARIANT) { in saproxy_read_dimension()
189 V_VT(&v) = vt; in saproxy_read_dimension()
242 VARTYPE vt; in saproxy_write_dimension() local
263 if (V_VT(&v) != vt) { in saproxy_write_dimension()
267 if (vt == VT_VARIANT) { in saproxy_write_dimension()
493 VARTYPE vt; in saproxy_iter_get_data() local
501 if (FAILED(SafeArrayGetVartype(sa, &vt)) || vt == VT_EMPTY) { in saproxy_iter_get_data()
506 if (vt == VT_VARIANT) { in saproxy_iter_get_data()
[all …]
H A Dcom_handlers.c148 VARTYPE vt; in com_write_dimension() local
151 if (FAILED(SafeArrayGetVartype(V_ARRAY(&obj->v), &vt)) || vt == VT_EMPTY) { in com_write_dimension()
152 vt = V_VT(&obj->v) & ~VT_ARRAY; in com_write_dimension()
161 if (V_VT(&v) != vt) { in com_write_dimension()
165 if (vt == VT_VARIANT) { in com_write_dimension()
493 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()
517 vt = VT_BOOL; in com_object_cast()
520 vt = VT_BSTR; in com_object_cast()
[all …]
H A Dcom_typeinfo.c378 VARTYPE vt; member
411 static inline const char *vt_to_string(VARTYPE vt) in vt_to_string() argument
415 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 Dcom_variant.c402 /* VARTYPE == unsigned short */ long vt = VT_EMPTY; in PHP_FUNCTION() local
417 "z!|ll", &zvalue, &vt, &codepage)) { in PHP_FUNCTION()
440 long orig_vt = vt; in PHP_FUNCTION()
442 vt &= ~VT_ARRAY; in PHP_FUNCTION()
443 if (vt) { in PHP_FUNCTION()
444 vt = orig_vt; in PHP_FUNCTION()
448 if (vt) { in PHP_FUNCTION()
1016 /* VARTYPE == unsigned short */ long vt; in PHP_FUNCTION() local
1020 "Ol", &zobj, php_com_variant_class_entry, &vt)) { in PHP_FUNCTION()
1028 if (vt != VT_DISPATCH && obj->typeinfo) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c57 #define VT(vt) (vt) argument
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic8611 # ('Bucky' LaDieu, nega@vt.edu)
8628 # ('Bucky' LaDieu, nega@vt.edu)
8636 # ('Bucky' LaDieu, nega@vt.edu)

Completed in 90 milliseconds