php_com_string_to_olestring 121 ext/com_dotnet/com_com.c moniker = php_com_string_to_olestring(module_name, module_name_len, obj->code_page TSRMLS_CC); php_com_string_to_olestring 128 ext/com_dotnet/com_com.c info.pwszName = php_com_string_to_olestring(server_name, server_name_len, obj->code_page TSRMLS_CC); php_com_string_to_olestring 131 ext/com_dotnet/com_com.c authid.User = php_com_string_to_olestring(user_name, -1, obj->code_page TSRMLS_CC); php_com_string_to_olestring 305 ext/com_dotnet/com_com.c module = php_com_string_to_olestring(module_name, module_name_len, code_page TSRMLS_CC); php_com_string_to_olestring 434 ext/com_dotnet/com_com.c olename = php_com_string_to_olestring(name, namelen, obj->code_page TSRMLS_CC); php_com_string_to_olestring 225 ext/com_dotnet/com_dotnet.c oletype = php_com_string_to_olestring(datatype_name, datatype_name_len, obj->code_page TSRMLS_CC); php_com_string_to_olestring 226 ext/com_dotnet/com_dotnet.c oleassembly = php_com_string_to_olestring(assembly_name, assembly_name_len, obj->code_page TSRMLS_CC); php_com_string_to_olestring 303 ext/com_dotnet/com_handlers.c olename = php_com_string_to_olestring(name, len, obj->code_page TSRMLS_CC); php_com_string_to_olestring 403 ext/com_dotnet/com_persist.c olefilename = php_com_string_to_olestring(filename, strlen(fullpath), helper->codepage TSRMLS_CC); php_com_string_to_olestring 466 ext/com_dotnet/com_persist.c olefilename = php_com_string_to_olestring(fullpath, strlen(fullpath), helper->codepage TSRMLS_CC); php_com_string_to_olestring 55 ext/com_dotnet/com_typeinfo.c p = php_com_string_to_olestring(search_string, strlen(search_string), codepage TSRMLS_CC); php_com_string_to_olestring 318 ext/com_dotnet/com_typeinfo.c OLECHAR *olename = php_com_string_to_olestring(dispname, strlen(dispname), CP_ACP TSRMLS_CC); php_com_string_to_olestring 155 ext/com_dotnet/com_variant.c olestring = php_com_string_to_olestring(Z_STRVAL_P(z), Z_STRLEN_P(z), codepage TSRMLS_CC); php_com_string_to_olestring 398 ext/com_dotnet/com_wrapper.c OLECHAR *olestr = php_com_string_to_olestring(Z_STRVAL_P(name), Z_STRLEN_P(name), COMG(code_page) TSRMLS_CC); php_com_string_to_olestring 92 ext/com_dotnet/php_com_dotnet_internal.h PHPAPI OLECHAR *php_com_string_to_olestring(char *string,