Searched defs:codepage (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/com_dotnet/ |
H A D | com_olechar.c | 29 …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 D | com_variant.c | 30 static void safe_array_from_zval(VARIANT *v, zval *z, int 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() 181 PHP_COM_DOTNET_API void php_com_variant_from_zval(VARIANT *v, zval *z, int codepage) 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() 438 zend_long codepage = CP_ACP; in PHP_METHOD() local 555 int codepage = CP_ACP; in variant_binary_operation() local 750 int codepage = CP_ACP; in variant_unary_operation() local 841 int codepage = CP_ACP; in PHP_FUNCTION() local 875 int codepage = CP_ACP; in PHP_FUNCTION() local
|
H A D | com_misc.c | 46 int codepage) in php_com_wrap_dispatch() 68 int codepage) in php_com_wrap_variant()
|
H A D | com_typeinfo.c | 61 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 D | com_extension.stub.php | 343 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 D | com_com.c | 804 int codepage = COMG(code_page); in PHP_FUNCTION() local
|
H A D | com_persist.c | 280 long codepage; member
|
Completed in 14 milliseconds