Lines Matching refs:codepage

30 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()
96 static void php_com_variant_from_zval_ex(VARIANT *v, zval *z, int codepage, VARTYPE vt) in php_com_variant_from_zval_ex() argument
145 safe_array_from_zval(v, z, codepage); in php_com_variant_from_zval_ex()
170 V_BSTR(v) = php_com_string_to_bstr(Z_STR_P(z), codepage); in php_com_variant_from_zval_ex()
181 PHP_COM_DOTNET_API void php_com_variant_from_zval(VARIANT *v, zval *z, int codepage) in php_com_variant_from_zval() argument
183 php_com_variant_from_zval_ex(v, z, codepage, VT_EMPTY); in php_com_variant_from_zval()
186 PHP_COM_DOTNET_API zend_result php_com_zval_from_variant(zval *z, VARIANT *v, int codepage) in php_com_zval_from_variant() argument
241 zend_string *str = php_com_bstr_to_string(olestring, codepage); in php_com_zval_from_variant()
251 php_com_wrap_dispatch(z, disp, codepage); in php_com_zval_from_variant()
261 php_com_wrap_dispatch(z, V_DISPATCH(v), codepage); in php_com_zval_from_variant()
267 return php_com_zval_from_variant(z, V_VARIANTREF(v), codepage); in php_com_zval_from_variant()
270 php_com_wrap_variant(z, v, codepage); in php_com_zval_from_variant()
438 zend_long codepage = CP_ACP; in PHP_METHOD() local
450 "z!|ll", &zvalue, &vt, &codepage)) { in PHP_METHOD()
458 obj->code_page = (int)codepage; in PHP_METHOD()
555 int codepage = CP_ACP; in variant_binary_operation() local
574 php_com_variant_from_zval(vright, zright, codepage); in variant_binary_operation()
580 php_com_variant_from_zval(vleft, zleft, codepage); in variant_binary_operation()
585 php_com_variant_from_zval(vleft, zleft, codepage); in variant_binary_operation()
588 php_com_variant_from_zval(vright, zright, codepage); in variant_binary_operation()
640 php_com_wrap_variant(return_value, &vres, codepage); in variant_binary_operation()
750 int codepage = CP_ACP; in variant_unary_operation() local
762 php_com_variant_from_zval(vleft, zleft, codepage); in variant_unary_operation()
788 php_com_wrap_variant(return_value, &vres, codepage); in variant_unary_operation()
841 int codepage = CP_ACP; in PHP_FUNCTION() local
854 php_com_variant_from_zval(vleft, zleft, codepage); in PHP_FUNCTION()
860 php_com_wrap_variant(return_value, &vres, codepage); in PHP_FUNCTION()
875 int codepage = CP_ACP; in PHP_FUNCTION() local
897 php_com_variant_from_zval(vright, zright, codepage); in PHP_FUNCTION()
904 php_com_variant_from_zval(vleft, zleft, codepage); in PHP_FUNCTION()
909 php_com_variant_from_zval(vleft, zleft, codepage); in PHP_FUNCTION()
912 php_com_variant_from_zval(vright, zright, codepage); in PHP_FUNCTION()