name_dup          236 ext/com_dotnet/com_typeinfo.c 	char *name_dup;
name_dup          249 ext/com_dotnet/com_typeinfo.c 	name_dup = estrndup(search_string, l);
name_dup          250 ext/com_dotnet/com_typeinfo.c 	TL = php_com_load_typelib(name_dup, codepage);
name_dup          251 ext/com_dotnet/com_typeinfo.c 	efree(name_dup);