Home
last modified time | relevance | path

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

/PHP-5.3/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.c374 VARTYPE vt; member
407 static inline const char *vt_to_string(VARTYPE vt) in vt_to_string() argument
411 if (vt_names[i].vt == vt) in vt_to_string()
502 if (func->elemdescFunc.tdesc.vt != VT_VOID) { in php_com_process_typeinfo()
504 vt_to_string(func->elemdescFunc.tdesc.vt), in php_com_process_typeinfo()
505 func->elemdescFunc.tdesc.vt in php_com_process_typeinfo()
529 php_printf("\t\t/* %s [%d] ", vt_to_string(elem->tdesc.vt), elem->tdesc.vt); in php_com_process_typeinfo()
536 if (elem->tdesc.vt == VT_PTR) { in php_com_process_typeinfo()
539 vt_to_string(elem->tdesc.lptdesc->vt), in php_com_process_typeinfo()
540 elem->tdesc.lptdesc->vt in php_com_process_typeinfo()
[all …]
H A Dcom_variant.c397 /* VARTYPE == unsigned short */ long vt = VT_EMPTY; in PHP_FUNCTION() local
412 "z!|ll", &zvalue, &vt, &codepage)) { in PHP_FUNCTION()
435 long orig_vt = vt; in PHP_FUNCTION()
437 vt &= ~VT_ARRAY; in PHP_FUNCTION()
438 if (vt) { in PHP_FUNCTION()
439 vt = orig_vt; in PHP_FUNCTION()
443 if (vt) { in PHP_FUNCTION()
1011 /* VARTYPE == unsigned short */ long vt; in PHP_FUNCTION() local
1015 "Ol", &zobj, php_com_variant_class_entry, &vt)) { in PHP_FUNCTION()
1023 if (vt != VT_DISPATCH && obj->typeinfo) { in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic7464 # ('Bucky' LaDieu, nega@vt.edu)
7481 # ('Bucky' LaDieu, nega@vt.edu)
7489 # ('Bucky' LaDieu, nega@vt.edu)

Completed in 38 milliseconds