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 PHP_COM_DOTNET_API void php_com_variant_from_zval(VARIANT *v, zval *z, int codepage) in php_com_variant_from_zval() argument
144 safe_array_from_zval(v, z, codepage); in php_com_variant_from_zval()
164 V_BSTR(v) = php_com_string_to_bstr(Z_STR_P(z), codepage); in php_com_variant_from_zval()
175 PHP_COM_DOTNET_API int php_com_zval_from_variant(zval *z, VARIANT *v, int codepage) in php_com_zval_from_variant() argument
230 zend_string *str = php_com_bstr_to_string(olestring, codepage); in php_com_zval_from_variant()
240 php_com_wrap_dispatch(z, disp, codepage); in php_com_zval_from_variant()
250 php_com_wrap_dispatch(z, V_DISPATCH(v), codepage); in php_com_zval_from_variant()
256 return php_com_zval_from_variant(z, V_VARIANTREF(v), codepage); in php_com_zval_from_variant()
259 php_com_wrap_variant(z, v, codepage); in php_com_zval_from_variant()
427 zend_long codepage = CP_ACP; in PHP_METHOD() local
439 "z!|ll", &zvalue, &vt, &codepage)) { in PHP_METHOD()
447 obj->code_page = (int)codepage; in PHP_METHOD()
544 int codepage = CP_ACP; in variant_binary_operation() local
563 php_com_variant_from_zval(vright, zright, codepage); in variant_binary_operation()
569 php_com_variant_from_zval(vleft, zleft, codepage); in variant_binary_operation()
574 php_com_variant_from_zval(vleft, zleft, codepage); in variant_binary_operation()
577 php_com_variant_from_zval(vright, zright, codepage); in variant_binary_operation()
629 php_com_wrap_variant(return_value, &vres, codepage); in variant_binary_operation()
739 int codepage = CP_ACP; in variant_unary_operation() local
751 php_com_variant_from_zval(vleft, zleft, codepage); in variant_unary_operation()
777 php_com_wrap_variant(return_value, &vres, codepage); in variant_unary_operation()
830 int codepage = CP_ACP; in PHP_FUNCTION() local
843 php_com_variant_from_zval(vleft, zleft, codepage); in PHP_FUNCTION()
849 php_com_wrap_variant(return_value, &vres, codepage); in PHP_FUNCTION()
864 int codepage = CP_ACP; in PHP_FUNCTION() local
886 php_com_variant_from_zval(vright, zright, codepage); in PHP_FUNCTION()
893 php_com_variant_from_zval(vleft, zleft, codepage); in PHP_FUNCTION()
898 php_com_variant_from_zval(vleft, zleft, codepage); in PHP_FUNCTION()
901 php_com_variant_from_zval(vright, zright, codepage); in PHP_FUNCTION()