Lines Matching refs:codepage

33 static void safe_array_from_zval(VARIANT *v, zval *z, int codepage)  in safe_array_from_zval()  argument
76 php_com_variant_from_zval(&va[intindex], item, codepage); in safe_array_from_zval()
97 PHP_COM_DOTNET_API void php_com_variant_from_zval(VARIANT *v, zval *z, int codepage) in php_com_variant_from_zval() argument
146 safe_array_from_zval(v, z, codepage); in php_com_variant_from_zval()
166 V_BSTR(v) = php_com_string_to_bstr(Z_STR_P(z), codepage); in php_com_variant_from_zval()
177 PHP_COM_DOTNET_API int php_com_zval_from_variant(zval *z, VARIANT *v, int codepage) in php_com_zval_from_variant() argument
232 zend_string *str = php_com_bstr_to_string(olestring, codepage); in php_com_zval_from_variant()
242 php_com_wrap_dispatch(z, disp, codepage); in php_com_zval_from_variant()
252 php_com_wrap_dispatch(z, V_DISPATCH(v), codepage); in php_com_zval_from_variant()
258 return php_com_zval_from_variant(z, V_VARIANTREF(v), codepage); in php_com_zval_from_variant()
261 php_com_wrap_variant(z, v, codepage); in php_com_zval_from_variant()
429 zend_long codepage = CP_ACP; in PHP_FUNCTION() local
443 "z!|ll", &zvalue, &vt, &codepage)) { in PHP_FUNCTION()
450 obj->code_page = (int)codepage; in PHP_FUNCTION()
548 int codepage = CP_ACP; in variant_binary_operation() local
567 php_com_variant_from_zval(vright, zright, codepage); in variant_binary_operation()
573 php_com_variant_from_zval(vleft, zleft, codepage); in variant_binary_operation()
578 php_com_variant_from_zval(vleft, zleft, codepage); in variant_binary_operation()
581 php_com_variant_from_zval(vright, zright, codepage); in variant_binary_operation()
633 php_com_wrap_variant(return_value, &vres, codepage); in variant_binary_operation()
756 int codepage = CP_ACP; in variant_unary_operation() local
768 php_com_variant_from_zval(vleft, zleft, codepage); in variant_unary_operation()
794 php_com_wrap_variant(return_value, &vres, codepage); in variant_unary_operation()
853 int codepage = CP_ACP; in PHP_FUNCTION() local
866 php_com_variant_from_zval(vleft, zleft, codepage); in PHP_FUNCTION()
872 php_com_wrap_variant(return_value, &vres, codepage); in PHP_FUNCTION()
888 int codepage = CP_ACP; in PHP_FUNCTION() local
910 php_com_variant_from_zval(vright, zright, codepage); in PHP_FUNCTION()
917 php_com_variant_from_zval(vleft, zleft, codepage); in PHP_FUNCTION()
922 php_com_variant_from_zval(vleft, zleft, codepage); in PHP_FUNCTION()
925 php_com_variant_from_zval(vright, zright, codepage); in PHP_FUNCTION()