Home
last modified time | relevance | path

Searched defs:codepage (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/com_dotnet/
H A Dcom_olechar.c33 …_COM_DOTNET_API OLECHAR *php_com_string_to_olestring(char *string, size_t string_len, int codepage) in php_com_string_to_olestring()
74 …_DOTNET_API char *php_com_olestring_to_string(OLECHAR *olestring, size_t *string_len, int codepage) in php_com_olestring_to_string()
H A Dcom_variant.c35 static void safe_array_from_zval(VARIANT *v, zval *z, int 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()
187 PHP_COM_DOTNET_API int php_com_zval_from_variant(zval *z, VARIANT *v, int codepage) in php_com_zval_from_variant()
443 zend_long codepage = CP_ACP; in PHP_FUNCTION() local
562 int codepage = CP_ACP; in variant_binary_operation() local
770 int codepage = CP_ACP; in variant_unary_operation() local
867 int codepage = CP_ACP; in PHP_FUNCTION() local
902 int codepage = CP_ACP; in PHP_FUNCTION() local
H A Dcom_misc.c50 int codepage) in php_com_wrap_dispatch()
73 int codepage) in php_com_wrap_variant()
H A Dcom_typeinfo.c38 PHP_COM_DOTNET_API ITypeLib *php_com_load_typelib(char *search_string, int codepage) in php_com_load_typelib()
156 PHP_COM_DOTNET_API int php_com_import_typelib(ITypeLib *TL, int mode, int codepage) in php_com_import_typelib()
233 int codepage, int *cached) in php_com_load_typelib_via_cache()
420 static char *php_com_string_from_clsid(const CLSID *clsid, int codepage) in php_com_string_from_clsid()
433 …rocess_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, int codepage) in php_com_process_typeinfo()
H A Dcom_com.c831 int codepage = COMG(code_page); in PHP_FUNCTION() local
H A Dcom_persist.c301 long codepage; member

Completed in 16 milliseconds