Lines Matching refs:codepage

31 static void safe_array_from_zval(VARIANT *v, zval *z, int codepage)  in safe_array_from_zval()  argument
74 php_com_variant_from_zval(&va[intindex], item, codepage); in safe_array_from_zval()
95 static void php_com_variant_from_zval_ex(VARIANT *v, zval *z, int codepage, VARTYPE vt) in php_com_variant_from_zval_ex() argument
144 safe_array_from_zval(v, z, codepage); in php_com_variant_from_zval_ex()
169 V_BSTR(v) = php_com_string_to_bstr(Z_STR_P(z), codepage); in php_com_variant_from_zval_ex()
180 PHP_COM_DOTNET_API void php_com_variant_from_zval(VARIANT *v, zval *z, int codepage) in php_com_variant_from_zval() argument
182 php_com_variant_from_zval_ex(v, z, codepage, VT_EMPTY); in php_com_variant_from_zval()
185 PHP_COM_DOTNET_API zend_result php_com_zval_from_variant(zval *z, VARIANT *v, int codepage) in php_com_zval_from_variant() argument
240 zend_string *str = php_com_bstr_to_string(olestring, codepage); in php_com_zval_from_variant()
250 php_com_wrap_dispatch(z, disp, codepage); in php_com_zval_from_variant()
260 php_com_wrap_dispatch(z, V_DISPATCH(v), codepage); in php_com_zval_from_variant()
266 return php_com_zval_from_variant(z, V_VARIANTREF(v), codepage); in php_com_zval_from_variant()
269 php_com_wrap_variant(z, v, codepage); in php_com_zval_from_variant()
437 zend_long codepage = CP_ACP; in PHP_METHOD() local
449 "z!|ll", &zvalue, &vt, &codepage)) { in PHP_METHOD()
457 obj->code_page = (int)codepage; in PHP_METHOD()
554 int codepage = CP_ACP; in variant_binary_operation() local
573 php_com_variant_from_zval(vright, zright, codepage); in variant_binary_operation()
579 php_com_variant_from_zval(vleft, zleft, codepage); in variant_binary_operation()
584 php_com_variant_from_zval(vleft, zleft, codepage); in variant_binary_operation()
587 php_com_variant_from_zval(vright, zright, codepage); in variant_binary_operation()
639 php_com_wrap_variant(return_value, &vres, codepage); in variant_binary_operation()
749 int codepage = CP_ACP; in variant_unary_operation() local
761 php_com_variant_from_zval(vleft, zleft, codepage); in variant_unary_operation()
787 php_com_wrap_variant(return_value, &vres, codepage); in variant_unary_operation()
840 int codepage = CP_ACP; in PHP_FUNCTION() local
853 php_com_variant_from_zval(vleft, zleft, codepage); in PHP_FUNCTION()
859 php_com_wrap_variant(return_value, &vres, codepage); in PHP_FUNCTION()
874 int codepage = CP_ACP; in PHP_FUNCTION() local
896 php_com_variant_from_zval(vright, zright, codepage); in PHP_FUNCTION()
903 php_com_variant_from_zval(vleft, zleft, codepage); in PHP_FUNCTION()
908 php_com_variant_from_zval(vleft, zleft, codepage); in PHP_FUNCTION()
911 php_com_variant_from_zval(vright, zright, codepage); in PHP_FUNCTION()