funcdesc          493 ext/com_dotnet/com_typeinfo.c 					char *funcdesc;
funcdesc          517 ext/com_dotnet/com_typeinfo.c 							funcdesc = php_com_olestring_to_string(olename, &funcdesclen, codepage);
funcdesc          519 ext/com_dotnet/com_typeinfo.c 							php_printf("\t/* %s */\n", funcdesc);
funcdesc          520 ext/com_dotnet/com_typeinfo.c 							efree(funcdesc);
funcdesc          550 ext/com_dotnet/com_typeinfo.c 								funcdesc = php_com_olestring_to_string(names[j+1], &funcdesclen, codepage);
funcdesc          553 ext/com_dotnet/com_typeinfo.c 								funcdesc = "???";
funcdesc          558 ext/com_dotnet/com_typeinfo.c 									funcdesc,
funcdesc          563 ext/com_dotnet/com_typeinfo.c 								efree(funcdesc);
funcdesc          571 ext/com_dotnet/com_typeinfo.c 							funcdesc = php_com_olestring_to_string(olename, &funcdesclen, codepage);
funcdesc          573 ext/com_dotnet/com_typeinfo.c 							php_printf("\t\t/* %s */\n", funcdesc);
funcdesc          574 ext/com_dotnet/com_typeinfo.c 							efree(funcdesc);