Lines Matching refs:codepage

35 static void safe_array_from_zval(VARIANT *v, zval *z, int codepage)  in safe_array_from_zval()  argument
78 php_com_variant_from_zval(&va[intindex], item, codepage); in safe_array_from_zval()
99 PHP_COM_DOTNET_API void php_com_variant_from_zval(VARIANT *v, zval *z, int codepage) in php_com_variant_from_zval() argument
149 safe_array_from_zval(v, z, codepage); in php_com_variant_from_zval()
169 olestring = php_com_string_to_olestring(Z_STRVAL_P(z), Z_STRLEN_P(z), codepage); in php_com_variant_from_zval()
170 if (CP_UTF8 == codepage) { in php_com_variant_from_zval()
187 PHP_COM_DOTNET_API int php_com_zval_from_variant(zval *z, VARIANT *v, int codepage) in php_com_zval_from_variant() argument
244 &len, codepage); in php_com_zval_from_variant()
256 php_com_wrap_dispatch(z, disp, codepage); in php_com_zval_from_variant()
266 php_com_wrap_dispatch(z, V_DISPATCH(v), codepage); in php_com_zval_from_variant()
272 return php_com_zval_from_variant(z, V_VARIANTREF(v), codepage); in php_com_zval_from_variant()
275 php_com_wrap_variant(z, v, codepage); in php_com_zval_from_variant()
443 zend_long codepage = CP_ACP; in PHP_FUNCTION() local
457 "z!|ll", &zvalue, &vt, &codepage)) { in PHP_FUNCTION()
464 obj->code_page = (int)codepage; in PHP_FUNCTION()
562 int codepage = CP_ACP; in variant_binary_operation() local
581 php_com_variant_from_zval(vright, zright, codepage); in variant_binary_operation()
587 php_com_variant_from_zval(vleft, zleft, codepage); in variant_binary_operation()
592 php_com_variant_from_zval(vleft, zleft, codepage); in variant_binary_operation()
595 php_com_variant_from_zval(vright, zright, codepage); in variant_binary_operation()
647 php_com_wrap_variant(return_value, &vres, codepage); in variant_binary_operation()
770 int codepage = CP_ACP; in variant_unary_operation() local
782 php_com_variant_from_zval(vleft, zleft, codepage); in variant_unary_operation()
808 php_com_wrap_variant(return_value, &vres, codepage); in variant_unary_operation()
867 int codepage = CP_ACP; in PHP_FUNCTION() local
880 php_com_variant_from_zval(vleft, zleft, codepage); in PHP_FUNCTION()
886 php_com_wrap_variant(return_value, &vres, codepage); in PHP_FUNCTION()
902 int codepage = CP_ACP; in PHP_FUNCTION() local
924 php_com_variant_from_zval(vright, zright, codepage); in PHP_FUNCTION()
931 php_com_variant_from_zval(vleft, zleft, codepage); in PHP_FUNCTION()
936 php_com_variant_from_zval(vleft, zleft, codepage); in PHP_FUNCTION()
939 php_com_variant_from_zval(vright, zright, codepage); in PHP_FUNCTION()