Home
last modified time | relevance | path

Searched refs:php_com_string_to_olestring (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/com_dotnet/
H A Dcom_dotnet.c257 oletype = php_com_string_to_olestring(datatype_name, datatype_name_len, obj->code_page); in PHP_FUNCTION()
258 oleassembly = php_com_string_to_olestring(assembly_name, assembly_name_len, obj->code_page); in PHP_FUNCTION()
H A Dcom_olechar.c31 PHP_COM_DOTNET_API OLECHAR *php_com_string_to_olestring(char *string, size_t string_len, int codepa… in php_com_string_to_olestring() function
H A Dcom_com.c134 moniker = php_com_string_to_olestring(module_name, module_name_len, obj->code_page); in PHP_FUNCTION()
141 info.pwszName = php_com_string_to_olestring(server_name, server_name_len, obj->code_page); in PHP_FUNCTION()
316 module = php_com_string_to_olestring(module_name, module_name_len, (int)code_page); in PHP_FUNCTION()
445 olename = php_com_string_to_olestring(name, namelen, obj->code_page); in php_com_get_id_of_name()
H A Dphp_com_dotnet_internal.h87 PHP_COM_DOTNET_API OLECHAR *php_com_string_to_olestring(char *string,
H A Dcom_typeinfo.c80 p = php_com_string_to_olestring(search_string, strlen(search_string), codepage); in php_com_load_typelib()
366 OLECHAR *olename = php_com_string_to_olestring(dispname, strlen(dispname), CP_ACP); in php_com_locate_typeinfo()
H A Dcom_persist.c392 olefilename = php_com_string_to_olestring(fullpath, strlen(fullpath), helper->codepage); in CPH_METHOD()
454 olefilename = php_com_string_to_olestring(fullpath, strlen(fullpath), helper->codepage); in CPH_METHOD()
H A Dcom_wrapper.c385 …OLECHAR *olestr = php_com_string_to_olestring(Z_STRVAL_P(name), Z_STRLEN_P(name), COMG(code_page)); in disp_getmembername()
H A Dcom_handlers.c319 olename = php_com_string_to_olestring(name->val, name->len, obj->code_page); in com_method_get()

Completed in 37 milliseconds