Home
last modified time | relevance | path

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

/PHP-7.0/ext/com_dotnet/
H A Dcom_olechar.c33 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.c127 moniker = php_com_string_to_olestring(module_name, module_name_len, obj->code_page); in PHP_FUNCTION()
134 info.pwszName = php_com_string_to_olestring(server_name, server_name_len, obj->code_page); in PHP_FUNCTION()
137 authid.User = php_com_string_to_olestring(user_name, -1, obj->code_page); in PHP_FUNCTION()
310 module = php_com_string_to_olestring(module_name, module_name_len, (int)code_page); in PHP_FUNCTION()
439 olename = php_com_string_to_olestring(name, namelen, obj->code_page); in php_com_get_id_of_name()
H A Dcom_dotnet.c260 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 Dphp_com_dotnet_internal.h92 PHP_COM_DOTNET_API OLECHAR *php_com_string_to_olestring(char *string,
H A Dcom_typeinfo.c55 p = php_com_string_to_olestring(search_string, strlen(search_string), codepage); in php_com_load_typelib()
321 OLECHAR *olename = php_com_string_to_olestring(dispname, strlen(dispname), CP_ACP); in php_com_locate_typeinfo()
H A Dcom_persist.c403 olefilename = php_com_string_to_olestring(filename, strlen(fullpath), helper->codepage); in CPH_METHOD()
465 olefilename = php_com_string_to_olestring(fullpath, strlen(fullpath), helper->codepage); in CPH_METHOD()
H A Dcom_handlers.c296 olename = php_com_string_to_olestring(name->val, name->len, obj->code_page); in com_method_get()
H A Dcom_wrapper.c387 …OLECHAR *olestr = php_com_string_to_olestring(Z_STRVAL_P(name), Z_STRLEN_P(name), COMG(code_page)); in disp_getmembername()
H A Dcom_variant.c169 olestring = php_com_string_to_olestring(Z_STRVAL_P(z), Z_STRLEN_P(z), codepage); in php_com_variant_from_zval()

Completed in 47 milliseconds