Searched refs:php_com_string_to_olestring (Results 1 – 8 of 8) sorted by relevance
/PHP-7.3/ext/com_dotnet/ |
H A D | com_olechar.c | 31 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 D | com_dotnet.c | 260 oletype = php_com_string_to_olestring(datatype_name, datatype_name_len, obj->code_page); in PHP_FUNCTION() 261 oleassembly = php_com_string_to_olestring(assembly_name, assembly_name_len, obj->code_page); in PHP_FUNCTION()
|
H A D | com_com.c | 126 moniker = php_com_string_to_olestring(module_name, module_name_len, obj->code_page); in PHP_FUNCTION() 133 info.pwszName = php_com_string_to_olestring(server_name, server_name_len, obj->code_page); in PHP_FUNCTION() 308 module = php_com_string_to_olestring(module_name, module_name_len, (int)code_page); in PHP_FUNCTION() 437 olename = php_com_string_to_olestring(name, namelen, obj->code_page); in php_com_get_id_of_name()
|
H A D | php_com_dotnet_internal.h | 90 PHP_COM_DOTNET_API OLECHAR *php_com_string_to_olestring(char *string,
|
H A D | com_typeinfo.c | 53 p = php_com_string_to_olestring(search_string, strlen(search_string), codepage); in php_com_load_typelib() 322 OLECHAR *olename = php_com_string_to_olestring(dispname, strlen(dispname), CP_ACP); in php_com_locate_typeinfo()
|
H A D | com_persist.c | 392 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 D | com_handlers.c | 299 olename = php_com_string_to_olestring(name->val, name->len, obj->code_page); in com_method_get()
|
H A D | com_wrapper.c | 385 …OLECHAR *olestr = php_com_string_to_olestring(Z_STRVAL_P(name), Z_STRLEN_P(name), COMG(code_page)); in disp_getmembername()
|
Completed in 28 milliseconds