Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/
H A Dcom_olechar.c29 …OTNET_API OLECHAR *php_com_string_to_olestring(const char *string, size_t string_len, int codepage) in php_com_string_to_olestring()
70 PHP_COM_DOTNET_API zend_string *php_com_olestring_to_string(OLECHAR *olestring, int codepage) in php_com_olestring_to_string()
100 BSTR php_com_string_to_bstr(zend_string *string, int codepage) in php_com_string_to_bstr()
127 zend_string *php_com_bstr_to_string(BSTR bstr, int codepage) in php_com_bstr_to_string()
H A Dcom_variant.c31 static void safe_array_from_zval(VARIANT *v, zval *z, int codepage) in safe_array_from_zval()
95 static void php_com_variant_from_zval_ex(VARIANT *v, zval *z, int codepage, VARTYPE vt) in php_com_variant_from_zval_ex()
180 PHP_COM_DOTNET_API void php_com_variant_from_zval(VARIANT *v, zval *z, int codepage) in php_com_variant_from_zval()
185 PHP_COM_DOTNET_API zend_result php_com_zval_from_variant(zval *z, VARIANT *v, int codepage) in php_com_zval_from_variant()
437 zend_long codepage = CP_ACP; in PHP_METHOD() local
554 int codepage = CP_ACP; in variant_binary_operation() local
749 int codepage = CP_ACP; in variant_unary_operation() local
840 int codepage = CP_ACP; in PHP_FUNCTION() local
874 int codepage = CP_ACP; in PHP_FUNCTION() local
H A Dcom_misc.c46 int codepage) in php_com_wrap_dispatch()
68 int codepage) in php_com_wrap_variant()
H A Dcom_typeinfo.c61 PHP_COM_DOTNET_API ITypeLib *php_com_load_typelib(char *search_string, int codepage) in php_com_load_typelib()
179 PHP_COM_DOTNET_API zend_result php_com_import_typelib(ITypeLib *TL, int mode, int codepage) in php_com_import_typelib()
268 PHP_COM_DOTNET_API ITypeLib *php_com_load_typelib_via_cache(const char *search_string, int codepage) in php_com_load_typelib_via_cache()
466 static zend_string *php_com_string_from_clsid(const CLSID *clsid, int codepage) in php_com_string_from_clsid()
479 …ocess_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, bool printdef, GUID *guid, int codepage) in php_com_process_typeinfo()
H A Dcom_extension.stub.php343 function com_get_active_object(string $prog_id, ?int $codepage = null): variant {}
358 … public function __construct(mixed $value = null, int $type = VT_EMPTY, int $codepage = CP_ACP) {}
363 …construct(string $module_name, array|string|null $server_name = null, int $codepage = CP_ACP, stri…
369 …public function __construct(string $assembly_name, string $datatype_name, int $codepage = CP_ACP) …
H A Dcom_com.c804 int codepage = COMG(code_page); in PHP_FUNCTION() local
H A Dcom_persist.c287 long codepage; member

Completed in 17 milliseconds